Skip to content

Releases: energyquantified/eq-python-client

v0.13.12

Choose a tag to compare

@fredriksvendsen fredriksvendsen released this 06 Feb 07:39

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

Choose a tag to compare

@fredriksvendsen fredriksvendsen released this 15 Jan 15:40

Bugfixes

  • Fix typo in InstancesAPI.load()

v0.13.10

Choose a tag to compare

@fredriksvendsen fredriksvendsen released this 02 Jan 15:47

Improvements

  • Update border definitions

v0.13.9

Choose a tag to compare

@fredriksvendsen fredriksvendsen released this 01 Nov 10:40

Bugfixes

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

v0.13.8

Choose a tag to compare

@fredriksvendsen fredriksvendsen released this 27 Sep 13:16

Dependencies

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

v0.13.7

Choose a tag to compare

@fredriksvendsen fredriksvendsen released this 24 Sep 14:01

Dependencies

  • Upgrade dateutil latest from 2.8 to 2.9

v0.13.6

Choose a tag to compare

@fredriksvendsen fredriksvendsen released this 29 May 09:09

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

Choose a tag to compare

@fredriksvendsen fredriksvendsen released this 03 May 14:44

Bugfixes

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

v0.13.4

Choose a tag to compare

@fredriksvendsen fredriksvendsen released this 03 May 14:21

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

Choose a tag to compare

@fredriksvendsen fredriksvendsen released this 26 Feb 13:19

Improvements

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