SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python310-pandas-datareader-0.10.0-17.10.noarch.rpm :

* Wed Feb 07 2024 Ben Greiner - Add pandas-datareader-pr978-setup.patch because versioneer is not compatible with python 3.12
* gh#pydata/pandas-datareader#978- Some of the unit tests fail when run with online connection locally. There have been recent commits but no release since 2021. This package might not work as expected.
* Wed Jul 13 2022 Matej Cepl - Tighten %%files.
* Thu Jul 22 2021 Arun Persaud - specfile:
* README.rst -> README.md- update to version 0.10.0:
* Fixed Yahoo readers which now require headers
* Fixed other reader
* Improved compatibility with pandas
* Mon Feb 22 2021 Ben Greiner - Update to 0.9.0 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- Skip python2 (upstream drop) and python36 (NumPy 1.20, no python36-numpy and pandas in Tumbleweed, NEP 29)
* Tue Oct 08 2019 Tomáš Chvátal - Update to 0.8.1:
* A new connector for Econdb
* Migrated IEX readers to IEX Cloud
* Removal of Google finance and Morningstar
* Immediate deprecation of Robinhood for quotes and historical data
* Sat Aug 03 2019 Arun Persaud - specfile:
* update copyright year- update to version 0.7.4:
* This release restores Python 2.7 compatibility for the 0.7 branch.- changes from version 0.7.3:
* 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.- changes from version 0.7.2:
* 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.1.- changes from version 0.7.1:
* This is a patch release that fixes a break due to changes in pandas 0.25. It is otherwise identical to v0.7.0.
* Sun Sep 16 2018 Arun Persaud - specfile:
* remove devel from noarch
* be more specific in %files section- update to version 0.7.0:
* Highlights include: + Immediate deprecation of Google finance and Morningstar for historical price data, as these API endpoints are no longer supported by their respective providers. Alternate methods are welcome via pull requests, as PDR would like to restore these features. + Removal of EDGAR, which was deprecated in v0.6.0.
* Enhancements + A new data connector for data provided by `Alpha Vantage `__ was introduced to obtain Foreign Exchange (FX) data. (:issue:`389`) + A new data connector for data provided by `Alpha Vantage `__ was introduced to obtain historical time series data. (:issue:`389`) + A new data connector for data provided by `Alpha Vantage `__ was introduced to obtain sector performance data, accessed through the top-level function \"get_sector_performance_av\". (:issue:`389`) + A new data connector for data provided by `Alpha Vantage `__ was introduced to obtain real-time Batch Stock Quotes through the top-level function \"get_quote_av\". (:issue:`389`) + MOEX data connector now supports multiple symbols in constructor. (:issue:`562`)
* Backwards incompatible API changes + Deprecation of Google finance daily reader. Google retired the remaining financial data end point in June 2018. It is not possible to reliably retrieve historical price data without this endpoint. The Google daily reader will raise an `ImmediateDeprecationError` when called. + Deprecation of Morningstar daily reader. Morningstar ended support for the historical price data endpoint in July 2018. It is not possible to retrieve historical price data without this endpoint. The Morningstar daily reader will raise an `ImmediateDeprecationError` when called. + When requesting multiple symbols from a DailyReader (ex: google, yahoo, IEX) a MultiIndex DataFrame is now returned. Previously Panel or dict of DataFrames were returned. (:issue:`297`).
* Bug Fixes + Added support for passing the API KEY to QuandlReader either directly or by setting the environmental variable QUANDL_API_KEY (:issue:`485`). + Added support for optionally passing a custom base_url to the EnigmaReader (:issue:`499`). + Fix Yahoo! price data (:issue:`498`). + Added back support for Yahoo! price, dividends, and splits data for stocks and currency pairs (:issue:`487`). + Add `is_list_like` to compatibility layer to avoid failure on pandas >= 0.23 (:issue:`520`). + Fixed Yahoo! time offset (:issue:`487`). + Fix Yahoo! quote reader (:issue: `540`). + Remove import of deprecated `tm.get_data_path` (:issue: `566`) + Allow full usage of stooq url parameters. + Removed unused requests-file and requests-ftp dependencies. + Fix Yahoo! actions issue where the default reporting adjusts dividends. The unadjusted dividends may lack precision due to accumulated numerical error when converting adjustedto the original dividend amount. (:issue: `495`)
* 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`).
 
ICM