Releases: maread99/market_prices
Releases · maread99/market_prices
v0.12.5 🕺
v0.12.4 🕺
v0.12.3 🕺
v0.12.2 🕺
v0.12.1 🕺
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
v0.11.2 🕺
v0.11.1 🕺
v0.11 🕺
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
- Advance python minimum version to 3.9 (#204) @maread99
- Migrate from
pytz
tozoneinfo
(#204) @maread99 - Update dependencies including changes required to support pandas 2.1.0 (#204) @maread99
Under-the-bonnet
- Drops
pydantic
in favor of in-housevalimp
package for validation/parsing of inputs to public functions (#204) @maread99