Commit graph

21 commits

Author SHA1 Message Date
wiz
70623b5420 py-pandas-datareader: convert to wheel.mk
Fix build with Python 3.12.

Bump PKGREVISION.
2023-11-05 23:25:31 +00:00
wiz
2d6007c75f *: remove more references to Python 3.7 2023-08-01 23:20:37 +00:00
wiz
a0a2de7587 *: restrict py-numpy users to 3.9+ in preparation for update 2023-07-01 08:37:33 +00:00
adam
4da22143be py-pandas-datareader: updated to 0.10.0
v0.10.0 (July 11, 2021)
Highlights include:

Bug Fixes

Fixed Yahoo readers which now require headers

Fixed other reader

Improved compatibility with pandas
2022-11-28 21:47:29 +00:00
nia
89bbd074ec Paper over tree breakage caused by unresolvable Python deps from
scikit/pandas/numpy.
2022-04-10 14:42:18 +00:00
wiz
bb579283d0 *: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
2022-01-04 20:53:26 +00:00
adam
54fe3b553b Forget about Python 3.6 2021-12-30 13:05:27 +00:00
nia
414fc7869d math: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
2021-10-26 10:55:21 +00:00
nia
3c576fbd23 math: Remove SHA1 hashes for distfiles 2021-10-07 14:27:43 +00:00
tnn
e17f24258d propagate python incompatibilities 2021-04-09 15:42:35 +00:00
minskim
9b1dab854c math/py-pandas-datareader: Fix dependencies 2020-01-30 20:25:18 +00:00
minskim
41caccddc3 math/py-pandas-datareader: Update HOMEPAGE 2020-01-30 18:45:28 +00:00
rillig
9637f7852e all: migrate homepages from http to https
pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
2020-01-26 17:30:40 +00:00
minskim
578e584ca4 math/py-pandas-datareader: Update to 0.8.1
Notable changes:

- 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.
2019-12-30 02:16:15 +00:00
rillig
79ae9cc434 math: align variable assignments
pkglint -Wall -F --only aligned -r

Manual correction in R/Makefile.extension for the MASTER_SITES
continuation line.
2019-11-02 16:16:18 +00:00
adam
50c029a215 py-pandas-datareader: disable Python 2.7 2019-06-17 20:28:55 +00:00
minskim
89d23790f4 math/py-pandas-datareader: Update to 0.7.0
Changes:
* Reintroduced support for Yahoo! price, dividends, and splits data
  for stocks and currency pairs.
* A new data connector for data provided by Alpha Vantage was
  introduced to obtain Foreign Exchange (FX) data
* A new data connector for data provided by Alpha Vantage was
  introduced to obtain historical time series data.
* A new data connector for data provided by Alpha Vantage was
  introduced to obtain sector performance data.
* A new data connector for data provided by Alpha Vantage was
  introduced to obtain real-time Batch Stock Quotes.
* 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.
2018-09-24 03:59:41 +00:00
minskim
4027b08666 math/py-pandas-datareader: Update to 0.6.0
Notable changes:
- 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.
- 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.
- A new connector for Morningstar Open, High, Low, Close and Volume
  was introduced.
- A new connector for IEX daily price data was introduced.
- A new connector for IEX the majority of the IEX API was introduced.
- A new data connector for stock index data provided by Stooq was
  introduced.
- A new data connector for data provided by the Bank of Canada was
  introduced.
2018-02-02 21:16:19 +00:00
minskim
478f162f7d Regen py-pandas-datareader's distinfo
Whitespace changes only.
2017-07-27 06:16:16 +00:00
minskim
797e024854 Update py-pandas-datareader to 0.5.0
Changes:

- Compat with the new Yahoo iCharts API. Yahoo removed the older API,
  this release restores ability to download from Yahoo.
- ``DataReader`` now supports Quandl.
- Removed Oanda as it became subscription only.
- web sessions are closed properly at the end of use
- Handle commas in large price quotes
- Test suite fixes for test_get_options_data
- Test suite fixes for test_wdi_download
- avoid monkey patching requests.Session
- `get_data_yahoo` now treats ``'null'`` strings as missing values
2017-07-27 00:11:35 +00:00
minskim
a878e6439e Import py-pandas-datareader-0.4.0 as math/py-pandas-datareaders
Datareaders is up-to-date remote data access for pandas, works for
multiple versions of pandas.
2017-07-05 19:17:56 +00:00