Releases: maread99/market_prices
Releases · maread99/market_prices
v0.12.9 🕺
What's Changed
Bug Fixes
Fix PricesBase.prices_for_symbols
for yahooquery 2.4.0 compatibility (#452 ) @maread99
Maintenance
v0.12.8 🕺
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 🕺
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 🕺
What's Changed
Important
Minimum supported Python version is now 3.10
Maintenance
v0.12.4 🕺
What's Changed
Bug Fixes
Maintenance
Bump upper supported Python version to 3.12 (#324 ) @maread99
Update dependencies
v0.12.3 🕺
What's Changed
Improvements
Substitute to_csv
param 'get_params' for **kwargs (#290 ) @maread99
Maintenance
v0.12.2 🕺
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.0 🕺
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 🕺
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