Changelog for
python3-pandas-datareader-0.6.0-7.1.noarch.rpm :
* Thu Jun 07 2018 jengelhAATTinai.de- Repeal time-sensitive wording from description.
* Thu May 03 2018 toddrme2178AATTgmail.com- Use %license tag
* Mon Feb 19 2018 arunAATTgmx.de- specfile:
* update copyright year
* update required version for panda
* require warpt (from setup.py)
* require versioneer- update to version 0.6.0:
* warning + Yahoo!, Google Options, Google Quotes and EDGAR have been immediately deprecated.
* note + Google finance is still functioning for historical price data, although there are frequent reports of failures. Failure is frequently encountered when bulk downloading historical price data.
* Highlights include: + Immediate deprecation of Yahoo!, Google Options and Quotes and EDGAR. The end points behind these APIs have radically changed and the existing readers require complete rewrites. In the case of most Yahoo! data the endpoints have been removed. PDR would like to restore these features, and pull requests are welcome. + A new connector for Tiingo was introduced. Tiingo provides historical end-of-day data for a large set of equities, ETFs and mutual funds. Free registration is required to get an API key (:issue:`478`). + A new connector for Robinhood was introduced. This provides up to 1 year of historical end-of-day data. It also provides near real-time quotes. (:issue:`477`). + A new connector for Morningstar Open, High, Low, Close and Volume was introduced (:issue:`467`) + A new connector for IEX daily price data was introduced (:issue:`465`). + A new connector for IEX the majority of the IEX API was introduced (:issue:`446`). + A new data connector for stock index data provided by Stooq was introduced (:issue:`447`). + A new data connector for data provided by the Bank of Canada was introduced (:issue:`440`).
* Enhancements + A new data connector for data provided by the `Bank of Canada
`__ was introduced. (:issue:`440`) + A new data connector for stock index data provided by `Stooq
`__ was introduced. (:issue:`447`) + A new connector for IEX the majority of the `IEX API `__ was introduced (:issue:`446`). + A new connector for `IEX daily price data `__ was introduced (:issue:`465`). + A new data connector for stock pricing data provided by `Morningstar `__ was introduced. (:issue:`467`) + A new data connector for stock pricing data provided by `Robinhood `__ was introduced. (:issue:`477`) + A new data connector for stock pricing data provided by `Tiingo `__ was introduced. (:issue:`478`)
* Backwards incompatible API changes + Deprecation of Yahoo readers. Yahoo! retired the financial data end points in late 2017. It is not possible to reliably retrieve data from Yahoo! without these endpoints. The Yahoo! readers have been immediately deprecated and will raise an `ImmediateDeprecationError` when called. + Deprecation of EDGAR readers. EDGAR substantially altered their API. The EDGAR readers have been immediately deprecated and will raise an `ImmediateDeprecationError` when called. + Google finance data will raise an `UnstableAPIWarning` when first called. Google has also altered their API in a way that makes reading data unreliable. It many call it works. However it also regularly fails, especially when used for bulk downloading. Google may be removed in the future.
* Bug Fixes + `freq` parameter was added to the WorldBank connector to address a limitation (:issue:`198`, :issue:`449`). + The Enigma data connector was updated to the latest API (:issue:`380`). + The Google finance endpoint was updated to the latest value (:issue:`404`). + Tne end point for FRED was updated to the latest values (:issue:`436`). + Tne end point for WorldBank was updated to the latest values (:issue:`456`).
* Other Changes + The minimum tested pandas version was increased to 0.19.2 (:issue:`441`). + Added versioneer to simplifying release (:issue:`442`). + Added doctr to automatically build docs for gh-pages (:issue:`459`).
* Fri Aug 18 2017 toddrme2178AATTgmail.com- Update to version 0.5.0 + Enhancements
* DataReader now supports Quandl, see here (GH361). + Backwards incompatible API changes
* Removed Oanda as it became subscription only (GH296). + Bug Fixes
* web sessions are closed properly at the end of use (GH355)
* Handle commas in large price quotes (GH345)
* Test suite fixes for test_get_options_data (GH352)
* Test suite fixes for test_wdi_download (GH350)
* avoid monkey patching requests.Session (GH301)
* get_data_yahoo() now treats \'null\' strings as missing values (GH342)
* Thu May 18 2017 toddrme2178AATTgmail.com- Implement single-spec version- Fix source URL- Update to version 0.4.0 + Enhancements
* Compat with pandas 0.20.1 (:issue:`304`, :issue:`320`)
* Switched test framework to use ``pytest`` (:issue:`310`, :issue:`312`) + Backwards incompatible API changes
* Support has been dropped for Python 2.6 and 3.4 (:issue:`313`)
* Support has been dropped for `pandas` versions before 0.17.0 (:issue:`313`)- Update to version 0.3.0 + New features
* ``DataReader`` now supports dividend only pulls from Yahoo! Finance, see :ref:`here` (:issue:`138`).
* ``DataReader`` now supports downloading mutual fund prices from the Thrift Savings Plan, see :ref:`here` (:issue:`157`).
* ``DataReader`` now supports Google options data source, see :ref:`here` (:issue:`148`).
* ``DataReader`` now supports Google quotes, see :ref:`here` (:issue:`188`).
* ``DataReader`` now supports Enigma dataset. see :ref:`here` (:issue:`245`).
* ``DataReader`` now supports downloading a full list of NASDAQ listed symbols. see :ref:`here` (:issue:`254`). + Other enhancements
* Eurostat reader now supports larger data returned from API via zip format. (:issue:`205`)
* Added support for Python 3.6.
* Added support for pandas 19.2 + Bug Fixes
* Fixed bug that caused ``DataReader`` to fail if company name has a comma. (:issue:`85`).
* Fixed bug in ``YahooOptions`` caused as a result of change in yahoo website format. (:issue:`244`).
* Tue Feb 02 2016 toddrme2178AATTgmail.com- Initial version