Releases: EnergieID/entsoe-py
Releases · EnergieID/entsoe-py
V0.5.7
disabled two unneeded calls, one decorator and one print
V0.5.6
quick fix for bug in PR 202
V0.5.5
this release switches to using the new base url. The old one will stop working from 2022-11-15 so update before it. As pointed out in #200
fix for query_generation_import
replaced pandas append with concat to surpress warnings
surpress unneeded warnings from beautifulsoup
merged #188, #196, #201, #202
V0.5.4
added endpoint to retrieve hydro reservoirs data (16.1.D) #179
fixed NO2SL eic code
fixed geo readme
added BG geojson
V0.5.3
updated and fixed the italian bidding zones
merged #178 for inconsistent doc
merged #177 to add MRID and revision number for unavailabilities
V0.5.1
add possibility to query for imbalance volumes #171
now properly add geojson to package
fixed utils load_zones to work from within package
V0.5.0
added geo subpackage with bidding zones geojson
merged #174 for fix for query_offered_capacity
fixed readme #132
V0.4.5
the library now enforces proper pandas timestamp with pandas client to prevent future warnings and gives a proper error message for this
merged from @p-reuber :
added query for net position intraday #166
added query for explicit/implicit allocations #169
V0.4.4
fixes bug as described in #158 and #161
updated mapping per #154
fixed multiple futurewarnings as described in #160