Skip to content

Releases: EnergieID/entsoe-py

V0.4.5

13 Mar 11:42
c5ed993
Compare
Choose a tag to compare

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

25 Feb 17:31
Compare
Choose a tag to compare

fixes bug as described in #158 and #161
updated mapping per #154
fixed multiple futurewarnings as described in #160

V0.4.3

30 Jan 14:20
Compare
Choose a tag to compare

release for PR #148

V0.4.2

10 Jan 17:35
Compare
Choose a tag to compare

release for PR #141 and #151

V0.4.1

14 Nov 12:33
Compare
Choose a tag to compare
  • 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

13 Sep 21:35
Compare
Choose a tag to compare

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