Skip to content

Releases: maread99/market_prices

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

v0.11.1 🕺

25 Oct 20:20
Compare
Choose a tag to compare

What's Changed

Maintenance

v0.11 🕺

10 Sep 00:08
Compare
Choose a tag to compare

What's Changed

Loads

Important

Minimum supported Python version is now 3.9

market-prices no longer uses the third-party pytz library. From market_prices 0.11 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

Under-the-bonnet

  • Drops pydantic in favor of in-house valimp package for validation/parsing of inputs to public functions (#204) @maread99

New Features

  • Yahoo delay mappings added for Seoul and Shenzhen exchanges (#204) @maread99

v0.10.4 🕺

03 Jul 20:36
Compare
Choose a tag to compare

What's Changed

Maintenance