Skip to content

Releases: systemcatch/eiapy

v0.1.6

18 Feb 10:24
7e23a31

Choose a tag to compare

  • 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

21 Jul 21:34
7e9aac0

Choose a tag to compare

  • 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

20 Sep 13:38

Choose a tag to compare

  • Fixed broken Search repr.
  • Added Python 3.7 to supported versions.
  • Mention real-time grid in readme.

v0.1.3

07 Dec 14:15

Choose a tag to compare

  • 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

19 May 18:14

Choose a tag to compare

  • Rename several methods for extra clarity. No backwards compatibility.
  • data -> get_data
  • get -> get_updates

v0.1.1

19 May 18:12

Choose a tag to compare

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