Skip to content

Deprecate old readers, fix bugs

Choose a tag to compare

@twiecki twiecki released this 15 Aug 12:38
· 16 commits to master since this release

Author: Vikram Narayan vnarayan@quantopian.com
Date: Fri Jun 15 12:33:29 2018 -0400

Merge pull request #102 from quantopian/license

MAINT: add year/name to license

commit 85e1b0f
Author: vikram-narayan vnarayan@quantopian.com
Date: Fri Jun 15 12:13:21 2018 -0400

MAINT: add year/name to license

commit 30a5c4c
Author: George Ho georgeho1618@gmail.com
Date: Thu Jun 14 14:43:04 2018 +0000

DEP: Deprecate all data reading functionality via pandas-datareader (#97)

* DEP: Deprecate all functions using pandas-datareader

* DOC: Update README with deprecation documentation

* STY: Markdown style

* STY: Markdown style again

* REV: revert previous commit

* STY: typo

* STY: consistent naming convention

* DEP: also deprecate any cacheing of data

* DEP: forgot to deprecate additional funcs

* REV: get_utc_timestamp should not be deprecated

* ENH: add function to compute returns from prices

* BUG: wrap import in try-except

* MAINT: update deprecation warning

* MAINT: move `simple_returns` func to `stats` module

* MAINT: don't raise deprecation warning for _1_bday_ago

* DOC: remove suggestions

* TST: added test for simple_returns

* MAINT: add simple_returns to init

* TST: fixed simple_returns test

* STY: use size, not shape

* TST: tests passing

* DOC: 1_bday_ago no longer deprecated

commit 7d39c4a
Author: Scott Sanderson ssanderson@quantopian.com
Date: Wed Jun 13 10:33:06 2018 -0400

ENH: Allow 2D input in cum_returns_final.

commit 6408f85
Author: Todd toddrme2178@gmail.com
Date: Sat Jun 9 23:21:39 2018 -0400

Include LICENSE file in wheels

Although not strictly required by the license, having a copy of the license file is preferred by some groups such as Linux distros that repackage the software.  This makes sure the license is included in the wheels.  See the wheel documentation [here](https://wheel.readthedocs.io/en/stable/#including-the-license-in-the-generated-wheel-file) for more information.