-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TST/DOC: Prepare for 0.4.3 release (#166)
* TST: Repair failing tests * Add WHATSNEW for 0.4.3
- Loading branch information
1 parent
7105706
commit 57acdaf
Showing
3 changed files
with
23 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
.. _whatsnew_043: | ||
|
||
|
||
v0.4.3 (August 22, 2019) | ||
------------ | ||
|
||
This is a minor patch release from 0.4.2 that repairs compatibility issues with | ||
pandas 0.25.0. We recommend that all users upgrade. | ||
|
||
|
||
Bug Fixes | ||
~~~~~~~~~ | ||
|
||
- Removes uses of ``pandas.compat`` which was removed with pandas' end of | ||
python 2 support in 0.25.0 (GH163_) | ||
|
||
.. _GH163:: https://github.com/addisonlynch/iexfinance/issues/163 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters