Skip to content

Releases: energyquantified/eq-python-client

v0.13.12

06 Feb 07:39

Choose a tag to compare

Improvements

  • Add parameters source and only_subscribed to eq.metadata.curves() for filtering by source and subscribed curves, respectively.
  • Update curve search documentation with examples on how to filter by source and subscribed curves.

v0.13.11

15 Jan 15:40

Choose a tag to compare

Bugfixes

  • Fix typo in InstancesAPI.load()

v0.13.10

02 Jan 15:47

Choose a tag to compare

Improvements

  • Update border definitions

v0.13.9

01 Nov 10:40

Choose a tag to compare

Bugfixes

  • Fix a bug in TimeseriesList.to_df() sorting in the wrong order

v0.13.8

27 Sep 13:16

Choose a tag to compare

Dependencies

  • Upgrade python-dateutil latest from <=2.9 to <2.10

v0.13.7

24 Sep 14:01

Choose a tag to compare

Dependencies

  • Upgrade dateutil latest from 2.8 to 2.9

v0.13.6

29 May 09:09

Choose a tag to compare

Improvements

  • Add issued_time_of_day parameter to eq.instances.list(), eq.instances.load() and eq.instances.latest() for filtering instances based on issued time(s)

v0.13.5

03 May 14:44

Choose a tag to compare

Bugfixes

  • Adjust date formatting in AbsoluteResult.to_df() to be consistent with the rest of the client

v0.13.4

03 May 14:21

Choose a tag to compare

Improvements

  • Add AbsoluteResult.to_df() and AbsoluteResult.to_dataframe()

Bugfixes

  • The kind parameter on eq.metadata.places() did nothing. It is now fixed.

v0.13.3

26 Feb 13:19

Choose a tag to compare

Improvements

  • Modify the User-Agent header to comply with standard conventions