Releases: EnergieID/entsoe-py
Releases · EnergieID/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
V0.4.4
fixes bug as described in #158 and #161
updated mapping per #154
fixed multiple futurewarnings as described in #160
V0.4.1
- fixed correct process parameter for parsing of xml for query_load, fixes #140
- added query_load_and_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
V0.4
fixed the check for no data returned due to new way ENTSO-E server handles it (#129)
switch to using github releases instead of only tags