Minor Changes - Updated dependencies to address dependabot alerts for `py` and `numpy`
0.1.5
Changes
- Addresses 18
0.1.4
Minor Changes - Addresses 16, application-level logs now must enable the `eia` logger explicitly.
0.0.2
- 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.
0.0.1
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.