Recent Releases of https://github.com/philsv/myeia

https://github.com/philsv/myeia - 0.4.8

What's Changed

  • Fix/futurewarning iloc #26 by @ariasmiguel in https://github.com/philsv/myeia/pull/25

Full Changelog: https://github.com/philsv/myeia/compare/0.4.7...0.4.8

- Python
Published by philsv 9 months ago

https://github.com/philsv/myeia - 0.4.7

What's Changed

  • Fix indexing warning in api.py by using .iloc by @ariasmiguel in https://github.com/philsv/myeia/pull/24

New Contributors

  • @ariasmiguel made their first contribution in https://github.com/philsv/myeia/pull/24

Full Changelog: https://github.com/philsv/myeia/compare/0.4.6...0.4.7

- Python
Published by philsv 9 months ago

https://github.com/philsv/myeia - 0.4.6

Changes:

  • Updated tests to remove dependency on external API calls by introducing mocked API responses.
  • Adjusted GitHub Actions to use the mocked data for PRs originating from forked branches.
  • Implemented a secret scanner to prevent the accidental inclusion of API keys in request/response mocks.

- Python
Published by philsv over 1 year ago

https://github.com/philsv/myeia - 0.4.5

Changes:

  • message for 403 errors.
  • backoff giveup condition.
  • Imported the API module into the package namespace.
  • Added a check for the presence of "NA" values in the DataFrame column specified by data_identifier.

- Python
Published by philsv over 1 year ago

https://github.com/philsv/myeia - 0.4.4

Small change

- Python
Published by philsv over 1 year ago

https://github.com/philsv/myeia - 0.4.3

Small change

- Python
Published by philsv over 1 year ago

https://github.com/philsv/myeia - 0.4.2

Fix date issue for get_series()

- Python
Published by philsv over 1 year ago

https://github.com/philsv/myeia - 0.4.1

Small changes

- Python
Published by philsv over 1 year ago

https://github.com/philsv/myeia - 0.4.0

Add functionality for multiple facet search

Breaking Change: * getseriesvia_route is no longer able to handle multiple series

You can still create your own for loop outside of the function.

For example: ```python data = [] for item in ["RNGC1", "RNGC2"]: df = eia.getseriesvia_route( route="natural-gas/pri/fut", series=item, frequency="daily", facet="series", ) data.append(df)

df = pd.concat(data, axis=1) df.head() ```

- Python
Published by philsv over 1 year ago

https://github.com/philsv/myeia - 0.3.6

Handle different kinds of facets

- Python
Published by philsv over 1 year ago

https://github.com/philsv/myeia - 0.3.5

Fix facet bug

- Python
Published by philsv over 2 years ago

https://github.com/philsv/myeia - 0.3.4

Small changes

- Python
Published by philsv over 2 years ago

https://github.com/philsv/myeia - 0.3.3

Small changes

- Python
Published by philsv over 2 years ago

https://github.com/philsv/myeia - 0.3.2

Small changes

- Python
Published by philsv over 2 years ago

https://github.com/philsv/myeia - 0.3.1

Small changes

- Python
Published by philsv over 2 years ago

https://github.com/philsv/myeia - 0.3.0

  • add multiple series for getseriesvia_route (reference: https://github.com/philsv/myeia/issues/6)
  • add date ranges
  • update code base

- Python
Published by philsv over 2 years ago

https://github.com/philsv/myeia - 0.2.5

Small code changes

- Python
Published by philsv almost 3 years ago

https://github.com/philsv/myeia - 0.2.4

Small code changes

- Python
Published by philsv about 3 years ago

https://github.com/philsv/myeia - 0.2.3

  • Add function to retrieve data by full route, including the APIv1 Series_ID at the end.

- Python
Published by philsv about 3 years ago

https://github.com/philsv/myeia - 0.2.2

Small code fixes

- Python
Published by philsv about 3 years ago

https://github.com/philsv/myeia - 0.2.1

Small code changes

- Python
Published by philsv about 3 years ago

https://github.com/philsv/myeia - 0.2.0

Change from APIv1 to APIv2.

- Python
Published by philsv over 3 years ago

https://github.com/philsv/myeia - 0.1.3

Small code fixes.

- Python
Published by philsv almost 4 years ago

https://github.com/philsv/myeia - 0.1.2

Small code fixes.

- Python
Published by philsv almost 4 years ago

https://github.com/philsv/myeia - 0.1.1

Small code fixes.

- Python
Published by philsv almost 4 years ago