1- .. _whatsnew_091:
2-
3- v0.9.1 (TBD)
4- ------------
5-
6- .. contents:: What's new in v0.9.1
7- :local:
8- :backlinks: none
9-
10-
11- .. _whatsnew_091.enhancements:
12-
13- Enhancements
14- ~~~~~~~~~~~~
15- - Added the method ``test`` to the package to simplify running tests from an
16- installation using
17-
18- .. code-block:: shell
19-
20- python -c "import pandas_datareader; pandas_datareader.test()"
21-
22- .. _whatsnew_091.api_breaking:
23-
24- Backwards incompatible API changes
25- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
26-
27- - Immediately deprecated old symbol names for TSP to reflect the new website API
28-
29- .. _whatsnew_091.bug_fixes:
30-
31- Bug Fixes
32- ~~~~~~~~~
33- - Update TSP web scraper to new site (:issue:`740`)
34-
35- .. _whatsnew_090:
36-
371v0.9.0 (July 10, 2020)
382----------------------
393
@@ -54,6 +18,12 @@ Enhancements
5418- Added AlphaVantage endpoint to get historical currency exchange rates (:issue:`764`)
5519- Improved logging when rate limited (:issue:`745`)
5620- Added daily historical data from Naver Finance (:issue:`722`)
21+ - Added the method ``test`` to the package to simplify running tests from an
22+ installation using
23+
24+ .. code-block:: shell
25+
26+ python -c "import pandas_datareader; pandas_datareader.test()"
5727
5828.. _whatsnew_090.api_breaking:
5929
@@ -72,6 +42,7 @@ Bug Fixes
7242~~~~~~~~~
7343- Fix Yahoo Splits for change in format (:issue:`756`)
7444- Fixed reading bond yields from Stooq (:issue:`752`)
45+ - Update TSP web scraper to new site (:issue:`740`)
7546- Fixed EconDB reader to use session (:issue:`737`)
7647- Fix reading futures data from Stooq (:issue:`718`)
7748- Correct NASDAQ symbols fields link (:issue:`715`)
0 commit comments