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
-
37
1
v0.9.0 (July 10, 2020)
38
2
----------------------
39
3
@@ -54,6 +18,12 @@ Enhancements
54
18
- Added AlphaVantage endpoint to get historical currency exchange rates (:issue:`764`)
55
19
- Improved logging when rate limited (:issue:`745`)
56
20
- 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()"
57
27
58
28
.. _whatsnew_090.api_breaking:
59
29
@@ -72,6 +42,7 @@ Bug Fixes
72
42
~~~~~~~~~
73
43
- Fix Yahoo Splits for change in format (:issue:`756`)
74
44
- Fixed reading bond yields from Stooq (:issue:`752`)
45
+ - Update TSP web scraper to new site (:issue:`740`)
75
46
- Fixed EconDB reader to use session (:issue:`737`)
76
47
- Fix reading futures data from Stooq (:issue:`718`)
77
48
- Correct NASDAQ symbols fields link (:issue:`715`)
0 commit comments