Skip to content

Releases: maread99/market_prices

v0.12.11 🕺

02 Oct 17:59

Choose a tag to compare

What's Changed

Functionally unchanged from 0.12.10.

Continuous Integration

v0.12.10 🕺

01 Oct 18:04

Choose a tag to compare

What's Changed

Under the Bonnet

  • Migration of linting and formatting to ruff and implementation of tighter linting (#524) @maread99

Continuous Integration

v0.12.9 🕺

16 May 09:02

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

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

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

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

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

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

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

Choose a tag to compare

What's Changed

Bug Fixes