Skip to content

Releases: EnergieID/entsoe-py

V0.7.4

23 Aug 20:19
Compare
Choose a tag to compare

fixed encoding for file downloads

V0.7.3

18 Aug 10:57
Compare
Choose a tag to compare

bugfix release
merged #414 to fix timestamps for imbalance volumes
fixed rename column crash as reported in #428

V0.7.2

18 Aug 08:37
Compare
Choose a tag to compare

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 query_day_ahead_prices_local
using resolution in query_day_ahead_prices and query_net_position is now deprecated. the functions will force the right resolution. the argument will be removed entirely in future version.

V0.7.1

23 Jul 16:51
Compare
Choose a tag to compare

now possible to specify credentials through environment variables
merged #412 #410 #411
fixed #409 #391
added some tests for the file client

V0.7.0

24 Jun 15:50
Compare
Choose a tag to compare
  • added files subpackage to download from the new ENTSOE File Library
  • make sure there is always an user-agent referencing the package

V0.6.19

25 May 11:45
0f4aac8
Compare
Choose a tag to compare

merging PR #336 #383 #399
and improved retry mechanism and fixed defaults

V0.6.18

15 Jan 17:50
Compare
Choose a tag to compare

make an exception to the forced 60 min mtu for EXAA prices

V0.6.17

09 Jan 21:37
Compare
Choose a tag to compare

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.

V0.6.16

06 Nov 12:47
Compare
Choose a tag to compare

fixed query_scheduled_exchanges to new entsoe response

v0.6.15

24 Oct 12:18
Compare
Choose a tag to compare

added query_unavailability_of_offshore_grid for offshore grid outages. not very flexible at the moment but its a start.