Skip to content

Releases: systemcatch/eiapy

v0.1.6

Choose a tag to compare

@systemcatch systemcatch released this 18 Feb 10:24
7e23a31
  • Changed URLs to https as http is no longer supported by EIA.
  • Added python 3.9 and 3.10 to classifiers, removed 3.5.

v0.1.5

Choose a tag to compare

@systemcatch systemcatch released this 21 Jul 21:34
7e9aac0
  • Added Python 3.8 to supported versions.
  • Updated readme with advice about bad timestamps.
  • Disabled broken Relation class.
  • Made handling of no api key more human friendly.

v0.1.4

Choose a tag to compare

@systemcatch systemcatch released this 20 Sep 13:38
  • Fixed broken Search repr.
  • Added Python 3.7 to supported versions.
  • Mention real-time grid in readme.

v0.1.3

Choose a tag to compare

@systemcatch systemcatch released this 07 Dec 14:15
  • Simplify construction and use of the Search class.
  • Explain how to set up the API key.
  • Added gist of examples to readme.

v0.1.2

Choose a tag to compare

@systemcatch systemcatch released this 19 May 18:14
  • Rename several methods for extra clarity. No backwards compatibility.
  • data -> get_data
  • get -> get_updates

v0.1.1

Choose a tag to compare

@systemcatch systemcatch released this 19 May 18:12
  • Started using requests session functionality to improve performance.
  • Fixed a mistake in the MultiSeries class that stopped it working entirely.
  • Added a version attribute to the package.
  • Overhaul of readme.