Recent Releases of entsoe-py
entsoe-py - 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 querydayaheadpriceslocal using resolution in querydayaheadprices and querynet_position is now deprecated. the functions will force the right resolution. the argument will be removed entirely in future version.
- Python
Published by fboerman 7 months ago
entsoe-py - 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.
- Python
Published by fboerman about 1 year ago
entsoe-py - v0.6.9
fixes generic parser to correctly handle various scenarios that can happen discussion and inspiration for fixes from #347 and #346
if you saw repeating day ahead prices returned in error, this version will fix that. Please upgrade and test again before opening an issue!
- Python
Published by fboerman over 1 year ago
entsoe-py - v0.6.3
fixed #295 -> issue with price parsing with new pandas merged PR #286 -> docs fixes addressed #284 -> added missing column for activated balancing prices
WARNING: from now pandas 2.2.0 is needed due to a change in the frequency string of pandas which caused issues with DA prices parsing.
- Python
Published by fboerman about 2 years ago
entsoe-py - V0.5.10
after a hiatus I'm back with a new release! this mainly consists of various bug fixed from the community and some extra endpoints from me:
- fixed bs4 version
- merged #261 #263 #237 # 249 #253 #258 #239 from the community (many thanks!)
- added queryintradaywindandsolar_forecast
- added queryphysicalcrossborder_allborders
- Python
Published by fboerman over 2 years ago
entsoe-py - 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 querygenerationimport replaced pandas append with concat to surpress warnings surpress unneeded warnings from beautifulsoup merged #188, #196, #201, #202
- Python
Published by fboerman over 3 years ago
entsoe-py - 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
- Python
Published by fboerman almost 4 years ago
entsoe-py - V0.4.1
- fixed correct process parameter for parsing of xml for query_load, fixes #140
- added queryloadand_forecast as a helper function
- fixed return type for query_load, fixed #139
- added new codes to the mapping fixing #138
- added script to check for missing codes
- reorganized file structure
- Python
Published by fboerman over 4 years ago