Skip to content

Releases: maread99/market_analy

v0.6.3 πŸ“ˆ

06 Feb 21:34

Choose a tag to compare

What's Changed

Maintenance

  • Update dependencies to include revisions to support pandas 3.0.0 (#218) @maread99

v0.6.2 πŸ“ˆ

02 Oct 18:31

Choose a tag to compare

What's Changed

Maintenance

Under the Bonnet

v0.6.1 πŸ“ˆ

16 May 10:08

Choose a tag to compare

What's Changed

Note

Maximum supported Python version is now 3.13

Maintenance

v0.6.0 πŸ“ˆ

23 Sep 09:34

Choose a tag to compare

What's Changed

Important

Minimum supported Python version is now 3.10

New Features

  • New drawdown plot! Check out the new video on the README. (#134) @maread99

Maintenance

v0.5.2 πŸ“ˆ

25 Jun 21:10

Choose a tag to compare

What's Changed

Maintenance

v0.5.1 πŸ“ˆ

02 Feb 16:00

Choose a tag to compare

What's Changed

Maintenance

  • Update dependencies and fix pandas 2.2 deprecation warnings (#105) @maread99

v0.5 πŸ“ˆ

04 Jan 11:33

Choose a tag to compare

What's Changed

Dependencies updated to include changes to yahooquery and market-prices that provide for continuing access to Yahoo Finance API.

Under the Bonnet

  • Significant refactoring to dedicated trends subpackage (#86) @maread99

Maintenance

Testing

  • Update tests to not rely on Yahoo Finance API (#77) @maread99

v0.4 πŸ“ˆ

10 Sep 00:53

Choose a tag to compare

What's Changed

Important

market-analy no longer uses the third-party pytz library. From market-analy 0.4 time zones are represented by instances of ZoneInfo (see standard library zoneinfo).

Thank you pytz for all you did for as long as you did it!

Maintenance

v0.3 πŸ“ˆ

13 Jun 10:09

Choose a tag to compare

What's Changed

New Features

Documentation

Maintenance

v0.2.3 πŸ“ˆ

10 Apr 11:18

Choose a tag to compare

What's Changed

New Features

Bug Fixes

Documentation

Maintenance

Under the Bonnet