Releases: EnergieID/entsoe-py
Releases · EnergieID/entsoe-py
V0.7.4
fixed encoding for file downloads
V0.7.3
bugfix release
merged #414 to fix timestamps for imbalance volumes
fixed rename column crash as reported in #428
V0.7.2
merged:
#413 adds py.typed
#420 updates readme
#423 adds query for current balancing state
fixed:
added symmetric sign for some parsing, reported in #425
fixed naming of forecast output, reported in #170
rewrote day ahead prices to be ready for 15min in SDAC
applied same fix for netpositions, reported in #415
added reserve type A52, reported in #353
DEPRECATION:
local auction day ahead prices now have their own function called query_day_ahead_prices_local
using resolution in query_day_ahead_prices and query_net_position is now deprecated. the functions will force the right resolution. the argument will be removed entirely in future version.
V0.7.1
now possible to specify credentials through environment variables
merged #412 #410 #411
fixed #409 #391
added some tests for the file client
V0.7.0
- added files subpackage to download from the new ENTSOE File Library
- make sure there is always an user-agent referencing the package
V0.6.19
merging PR #336 #383 #399
and improved retry mechanism and fixed defaults
V0.6.18
make an exception to the forced 60 min mtu for EXAA prices
V0.6.17
force sdac prices to be in sdac resolution. this makes the library a bit more opinionated but is a lot more logical for most end users. code takes care that for zones with local auctions such as DE_LU both resolutions are available.
V0.6.16
fixed query_scheduled_exchanges to new entsoe response
v0.6.15
added query_unavailability_of_offshore_grid for offshore grid outages. not very flexible at the moment but its a start.