forked from pandas-dev/pandas
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUG: pickle compat with UTC tz's (pandas-dev#16611)
closes pandas-dev#16608
- Loading branch information
Showing
5 changed files
with
99 additions
and
2 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
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,89 @@ | ||
.. _whatsnew_0203: | ||
|
||
v0.20.3 (June ??, 2017) | ||
----------------------- | ||
|
||
This is a minor bug-fix release in the 0.20.x series and includes some small regression fixes, | ||
bug fixes and performance improvements. | ||
We recommend that all users upgrade to this version. | ||
|
||
.. contents:: What's new in v0.20.3 | ||
:local: | ||
:backlinks: none | ||
|
||
|
||
.. _whatsnew_0203.enhancements: | ||
|
||
Enhancements | ||
~~~~~~~~~~~~ | ||
|
||
|
||
|
||
|
||
|
||
|
||
.. _whatsnew_0203.performance: | ||
|
||
Performance Improvements | ||
~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
|
||
|
||
|
||
|
||
|
||
.. _whatsnew_0203.bug_fixes: | ||
|
||
Bug Fixes | ||
~~~~~~~~~ | ||
|
||
|
||
|
||
|
||
Conversion | ||
^^^^^^^^^^ | ||
|
||
- Bug in pickle compat prior to the v0.20.x series, when ``UTC`` is a timezone in a Series/DataFrame/Index (:issue:`16608`) | ||
|
||
Indexing | ||
^^^^^^^^ | ||
|
||
|
||
|
||
I/O | ||
^^^ | ||
|
||
|
||
|
||
Plotting | ||
^^^^^^^^ | ||
|
||
|
||
|
||
|
||
Groupby/Resample/Rolling | ||
^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
|
||
|
||
Sparse | ||
^^^^^^ | ||
|
||
|
||
|
||
|
||
Reshaping | ||
^^^^^^^^^ | ||
|
||
|
||
|
||
Numeric | ||
^^^^^^^ | ||
|
||
|
||
Categorical | ||
^^^^^^^^^^^ | ||
|
||
|
||
Other | ||
^^^^^ |
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
Binary file modified
BIN
+727 Bytes
(100%)
pandas/tests/io/data/legacy_pickle/0.19.2/0.19.2_x86_64_darwin_3.6.1.pickle
Binary file not shown.
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