Skip to content

Releases: thomastu/pyEIA

0.1.6: Dependabot Fixes

26 Jan 23:24
Compare
Choose a tag to compare

Minor Changes

  • Updated dependencies to address dependabot alerts for py and numpy

0.1.5

26 Jan 23:19
Compare
Choose a tag to compare

Changes

  • Addresses #18

0.1.4

05 Nov 08:10
Compare
Choose a tag to compare

Minor Changes

  • Addresses #16, application-level logs now must enable the eia logger explicitly.

v0.0.2

20 Jan 22:28
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release
  • The meta argument for eia.browser.Browser.flag_re can now be a callable that takes a series field as its only argument
  • Fixed an error where an unnecessary number of threads might spawn from large data requests.

v0.0.1

21 Oct 23:09
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

This is a minimal working version for getting data.

Introduces two main modules for interacting with EIA data :

  • eia.api : primitives for making queries provided by EIA.
  • eia.browser : python implementation of EIA web query browser.