Skip to content

Releases: pydata/pandas-datareader

Release 0.10.0

13 Jul 12:27
e3b3db5
Compare
Choose a tag to compare

The pandas datareader maintainers and contributors are happy to announce the release of 0.10.0. The notable features are:

  • Fixed Yahoo readers which now require headers
  • Fixed other reader
  • Improved compatibility with pandas

Release 0.9.0

10 Jul 10:03
427f658
Compare
Choose a tag to compare

The PyData developers are happy to announce the next version of pandas datareader.

Enhancements

Added a timeout parameter to prevent infinite hangs (#790)
Added AlphaVantage endpoint to get historical currency exchange rates (#764)
Improved logging when rate-limited (#745)

Backwards incompatible API changes

Dropped support for Python 2.7. The minimum python version is now Python 3.6.
Removed Robinhood which no longer exists
Immediately deprecated AlphaVantage quote reader which used an endpoint that has been retired
Immediately deprecated Enigma which has substantially changed their business model and API

Release v0.9.0rc1

07 Jul 12:11
3c30089
Compare
Choose a tag to compare
Release v0.9.0rc1 Pre-release
Pre-release

Minor changes from rc0 for documentation and required versions.

Release v0.9.0rc0

07 Jul 11:19
214c821
Compare
Choose a tag to compare
Release v0.9.0rc0 Pre-release
Pre-release

This is a pre-release for 0.9.0. Please test.

Enhancements

  • Added a timeout parameter to prevent infinite hangs (#790)
  • Added AlphaVantage endpoint to get historical currency exchange rates (#764)
  • Improved logging when rate limited (#745)

Backwards incompatible API changes

  • Dropped support for Python 2.7. The minimum python version is now Python 3.6.
  • Removed Robinhood which no longer exists
  • Immediately deprecated AlphaVantage quote reader which used an end point that has been retired
  • Immediately deprecated Enigma which has substantially changed their business model and API

Release v0.8.1

25 Sep 16:30
c234917
Compare
Choose a tag to compare

This is a small point release.

  • Ensure that requirements.txt is included in the sdist on PyPI.

There are no other changes in this release.

Release v0.8.0

22 Sep 13:50
d6bbc55
Compare
Choose a tag to compare

This is a major release from v0.7.4. Highlights include:

  • A new connector for Econdb was introduced. Econdb provides aggregated economic data from 90+ official statistical agencies.
  • Migrated IEX readers to IEX Cloud. All readers now require an API token (IEX_API_KEY).
  • Removal of Google finance and Morningstar, which were deprecated in 0.7.0.
  • Immediate deprecation of Robinhood for quotes and historical data. Robinhood ended support for these endpoints in 1/2019.

v0.8.0rc0 Release

18 Sep 14:27
0b76a81
Compare
Choose a tag to compare

This is a major release from v0.7.4. Highlights include:

  • A new connector for Econdb was introduced. Econdb provides aggregated economic data from 90+ official statistical agencies.
  • Migrated IEX readers to IEX Cloud. All readers now require an API token (IEX_API_KEY).
  • Removal of Google finance and Morningstar, which were deprecated in 0.7.0.
  • Immediate deprecation of Robinhood for quotes and historical data. Robinhood ended support for these endpoints in 1/2019.

v0.7.4 Release

29 Jul 08:23
b44f4d3
Compare
Choose a tag to compare

This release restores Python 2.7 compatibility for the 0.7 branch.

v0.7.3 Release

28 Jul 22:29
35189ec
Compare
Choose a tag to compare

This is a patch release that fixes a break due to changes in pandas 0.25. It is otherwise identical to v0.7.0. It fixes issues missed in v0.7.2.

v0.7.1 Release

28 Jul 14:15
Compare
Choose a tag to compare

This is a patch release that fixes a break due to changes in pandas 0.25. It is otherwise identical to v0.7.0.