8000 Releases · maread99/market_prices · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: maread99/market_prices

v0.12.9 🕺

16 May 09:02
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • Fix PricesBase.prices_for_symbols for yahooquery 2.4.0 compatibility (#452) @maread99

Maintenance

v0.12.8 🕺

15 May 16:34
Compare
Choose a tag to compare

What's Changed

Note

market-prices now supports Python 3.13.

Maintenance

  • Update dependencies to include support for yahooquery v2.4.0 (#451) @maread99
  • Bump max supported Python version to 3.13 (#451) @maread99

v0.12.7 🕺

07 May 11:44
Compare
Choose a tag to compare

What's Changed

Note

There is no release 0.12.6. The release that immediately follows 0.12.5 is this version 0.12.7.

Bug Fixes

Maintenance

v0.12.5 🕺

23 Sep 07:24
Compare
Choose a tag to compare

What's Changed

Important

Minimum supported Python version is now 3.10

Maintenance

v0.12.4 🕺

25 Jun 20:24
Compare
Choose a tag to compare

What's Changed

Bug Fixes

Maintenance

  • Bump upper supported Python version to 3.12 (#324) @maread99
  • Update dependencies

v0.12.3 🕺

19 Feb 14:02
Compare
Choose a tag to compare

What's Changed

Improvements

  • Substitute to_csv param 'get_params' for **kwargs (#290) @maread99

Maintenance

v0.12.2 🕺

16 Feb 09:10
Compare
Choose a tag to compare

What's Changed

New Features

  • New to_csv method to to export prices to .csv files (#286) @maread99

Bug Fixes

  • avoid flaky behaviour by Yahoo Finance API when requesting data from around left limit (#286) @maread99
  • fix for bug when using PricesCsv with files containing data within one interval of 'now' (#286) @maread99

Maintenance

v0.12.1 🕺

02 Feb 14:58
Compare
Choose a tag to compare

What's Changed

Bug Fixes

v0.12.0 🕺

02 Feb 08:10
Compare
Choose a tag to compare

What's Changed

¡¡NEW PricesCsv class to source prices from local .csv files!!

Lots of changes under-the-bonnet to support PricesCsv and also pandas 2.2. Please raise any unexpected behavior as an Issue.

New Features

Maintenance

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

v0.11.2 🕺

04 Jan 09:26
Compare
Choose a tag to compare

What's Changed

Dependencies updated to include changes to yahooquery that provide for continuing access to Yahoo Finance API.

Also includes an internal fix to support those changes.

Maintenance

0