The NetBSD Project

CVS log for pkgsrc/math/py-pandas-datareader/distinfo

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / math / py-pandas-datareader

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.10 / (download) - annotate - [select for diffs], Sun Nov 5 23:25:31 2023 UTC (5 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, HEAD
Changes since 1.9: +2 -1 lines
Diff to previous 1.9 (colored)

py-pandas-datareader: convert to wheel.mk

Fix build with Python 3.12.

Bump PKGREVISION.

Revision 1.9 / (download) - annotate - [select for diffs], Mon Nov 28 21:47:29 2022 UTC (16 months, 2 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4
Changes since 1.8: +4 -4 lines
Diff to previous 1.8 (colored)

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

Revision 1.8 / (download) - annotate - [select for diffs], Tue Oct 26 10:56:03 2021 UTC (2 years, 5 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

math: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Revision 1.7 / (download) - annotate - [select for diffs], Thu Oct 7 14:28:26 2021 UTC (2 years, 6 months ago) by nia
Branch: MAIN
Changes since 1.6: +1 -2 lines
Diff to previous 1.6 (colored)

math: Remove SHA1 hashes for distfiles

Revision 1.6 / (download) - annotate - [select for diffs], Mon Dec 30 02:16:15 2019 UTC (4 years, 3 months ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.5: +5 -5 lines
Diff to previous 1.5 (colored)

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.

Revision 1.5 / (download) - annotate - [select for diffs], Mon Sep 24 03:59:41 2018 UTC (5 years, 6 months ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3
Changes since 1.4: +5 -5 lines
Diff to previous 1.4 (colored)

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.

Revision 1.4 / (download) - annotate - [select for diffs], Fri Feb 2 21:16:19 2018 UTC (6 years, 2 months ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1
Changes since 1.3: +5 -5 lines
Diff to previous 1.3 (colored)

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.

Revision 1.3 / (download) - annotate - [select for diffs], Thu Jul 27 06:16:16 2017 UTC (6 years, 8 months ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3
Changes since 1.2: +5 -5 lines
Diff to previous 1.2 (colored)

Regen py-pandas-datareader's distinfo

Whitespace changes only.

Revision 1.2 / (download) - annotate - [select for diffs], Thu Jul 27 00:11:35 2017 UTC (6 years, 8 months ago) by minskim
Branch: MAIN
Changes since 1.1: +5 -5 lines
Diff to previous 1.1 (colored)

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

Revision 1.1 / (download) - annotate - [select for diffs], Wed Jul 5 19:17:56 2017 UTC (6 years, 9 months ago) by minskim
Branch: MAIN

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.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>