Recent Releases of entsoe-py

entsoe-py - V0.7.4

fixed encoding for file downloads

- Python
Published by fboerman 7 months ago

entsoe-py - V0.7.3

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

- Python
Published by fboerman 7 months ago

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.7.1

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

- Python
Published by fboerman 8 months ago

entsoe-py - V0.7.0

  • added files subpackage to download from the new ENTSOE File Library
  • make sure there is always an user-agent referencing the package

- Python
Published by fboerman 9 months ago

entsoe-py - V0.6.19

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

- Python
Published by fboerman 10 months ago

entsoe-py - V0.6.18

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

- Python
Published by fboerman about 1 year 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.16

fixed queryscheduledexchanges to new entsoe response

- Python
Published by fboerman over 1 year ago

entsoe-py - v0.6.15

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

- Python
Published by fboerman over 1 year ago

entsoe-py - v0.6.14

small fix to make sure to sort index from splitted blocks of day ahead prices before truncating

- Python
Published by fboerman over 1 year ago

entsoe-py - v0.6.13

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

- Python
Published by fboerman over 1 year ago

entsoe-py - V0.6.12

updates day ahead prices query to entsoe changes

- Python
Published by fboerman over 1 year ago

entsoe-py - v0.6.11

fixed a bug when there is no data for netpositions

- Python
Published by fboerman over 1 year ago

entsoe-py - v0.6.10

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

- Python
Published by fboerman over 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.8

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

- Python
Published by fboerman almost 2 years ago

entsoe-py - v0.6.7

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)

- Python
Published by fboerman about 2 years ago

entsoe-py - V0.6.6

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

- Python
Published by fboerman about 2 years ago

entsoe-py - V0.6.5

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

- Python
Published by fboerman about 2 years ago

entsoe-py - V0.6.4

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

- Python
Published by fboerman about 2 years 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.6.2

merged #287 which fixes a long standing issue with removing duplicates that werent actually duplicates. Many thanks to @pee-po for this work!

- Python
Published by fboerman about 2 years ago

entsoe-py - V0.6.1

bugfix for curvetype when there is a repeating value at the end of a block

- Python
Published by fboerman about 2 years ago

entsoe-py - V0.6.0

started refactoring generic parsing of timeseries

this also fixes a crash with query_netpositions with the new api response

- Python
Published by fboerman about 2 years ago

entsoe-py - 0.5.12

fixed formatting issue for float value net position

- Python
Published by fboerman about 2 years ago

entsoe-py - V0.5.11

merged #267 #272 #273 #269 fixed dst error with #280

- Python
Published by fboerman over 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.9

added new virtual bidding zones (issue #220) merge pull requests #206 #218 and #222

- Python
Published by fboerman over 3 years ago

entsoe-py - V0.5.8

querydayaheadprices can now handle dual time frequencies such as for DE_LU since 2022-08-19

- Python
Published by fboerman over 3 years ago

entsoe-py - V0.5.7

disabled two unneeded calls, one decorator and one print

- Python
Published by fboerman over 3 years ago

entsoe-py - V0.5.6

quick fix for bug in PR 202

- Python
Published by fboerman over 3 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.5.4

added endpoint to retrieve hydro reservoirs data (16.1.D) #179

fixed NO2SL eic code fixed geo readme added BG geojson

- Python
Published by fboerman almost 4 years ago

entsoe-py - V0.5.3

updated and fixed the italian bidding zones merged #178 for inconsistent doc merged #177 to add MRID and revision number for unavailabilities

- Python
Published by fboerman almost 4 years ago

entsoe-py - V0.5.2

fixed package building

- Python
Published by fboerman almost 4 years ago

entsoe-py - V0.5.1

add possibility to query for imbalance volumes #171 now properly add geojson to package fixed utils load_zones to work from within package

- Python
Published by fboerman almost 4 years ago

entsoe-py - V0.5.0

added geo subpackage with bidding zones geojson merged #174 for fix for queryofferedcapacity fixed readme #132

- Python
Published by fboerman almost 4 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.4

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

- Python
Published by fboerman about 4 years ago

entsoe-py - V0.4.3

release for PR #148

- Python
Published by fboerman about 4 years ago

entsoe-py - V0.4.2

release for PR #141 and #151

- Python
Published by fboerman about 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

entsoe-py - 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

- Python
Published by fboerman over 4 years ago