-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Removed Panel Kludge from Pickle/Msgpack tests #27082
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
small change. can you add a note to whatnsew (use warning) at the top to indicate that we are no longer supporting pickle < 0.20.3; also add a note in io.rst
if _loose_version >= LooseVersion('0.18'): | ||
from pandas import RangeIndex | ||
index['range'] = RangeIndex(10) | ||
from pandas import RangeIndex |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can move this import to the top i think
need a note for mspack as well. |
doc/source/whatsnew/v0.25.0.rst
Outdated
.. warning:: | ||
|
||
``read_pickle`` and ``read_msgpack`` are only guaranteed backwards compatible back to | ||
pandas version 0.20.3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you add the issue number reference here
doc/source/whatsnew/v0.25.0.rst
Outdated
@@ -13,6 +13,11 @@ What's New in 0.25.0 (April XX, 2019) | |||
`Panel` has been fully removed. For N-D labeled data structures, please | |||
use `xarray <https://xarray.pydata.org/en/stable/>`_ | |||
|
|||
.. warning:: | |||
|
|||
``read_pickle`` and ``read_msgpack`` are only guaranteed backwards compatible back to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you add the :func:`read_pickle`
and same for msgpack
@@ -13,6 +13,11 @@ What's New in 0.25.0 (April XX, 2019) | |||
`Panel` has been fully removed. For N-D labeled data structures, please | |||
use `xarray <https://xarray.pydata.org/en/stable/>`_ | |||
|
|||
.. warning:: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also add this note in io.rst (or similar, doesn't need the issue number)
thanks @WillAyd |
@jreback @jbrockmendel
Recreated pickle file for 0.20.3 using Python 3.5.2 on Mac. Created msgpack file anew (previously 0.19 was last version tested)
Lots of follow ups can be done here including:
Can also add more platforms / versions here as required but this should be a good starting point