Skip to content

Releases: EnergieID/entsoe-py

v0.6.13

17 Oct 09:59
Compare
Choose a tag to compare

bugfix: day ahead prices are now again returned with the correct timezone instead of always UTC

V0.6.12

16 Oct 21:43
Compare
Choose a tag to compare

updates day ahead prices query to entsoe changes

v0.6.11

07 Oct 15:54
Compare
Choose a tag to compare

fixed a bug when there is no data for netpositions

v0.6.10

07 Oct 15:34
Compare
Choose a tag to compare

fix bug when requesting netpositions at a resolution which has no data

v0.6.9

06 Oct 21:53
Compare
Choose a tag to compare

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!

v0.6.8

01 Jun 15:13
25e4803
Compare
Choose a tag to compare

merged #213 #334 #305 #330 and #325

v0.6.7

21 Feb 15:38
Compare
Choose a tag to compare

fixed issue with resampling with nan values (#302)
added DK_1 to GB neighbours after go live of viking link (#308)
fixed merging strategy for utility function for load forecast and actual (#307)

V0.6.6

05 Feb 17:13
Compare
Choose a tag to compare

make sure only datetime indexes are truncated, fixes the bug in #301

V0.6.5

05 Feb 08:37
Compare
Choose a tag to compare

merged #297 which fixes the parse_loads method
thanks @jan-who !

V0.6.4

31 Jan 09:36
Compare
Choose a tag to compare

merged PR #296 which fixes a bug in query_unavailability_of_generation_units created by the new deduplication logic that was recently introduced. Thanks to @awarsewa !