-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
CLN: Remove pickle support pre-pandas 1.0 #57155
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
Closed
Closed
Changes from 32 commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
109ae02
Remove old pickle compat
mroeschke 0613b0e
more pickle cleanup
mroeschke ab12e05
Remove pre-1.0 pickle compat
mroeschke ae6a732
add note about compat version
mroeschke b40877c
Merge remote-tracking branch 'upstream/main' into cln/old_pickle_compat
mroeschke cdd1bc4
Merge remote-tracking branch 'upstream/main' into cln/old_pickle_compat
mroeschke c9bf160
Merge remote-tracking branch 'upstream/main' into cln/old_pickle_compat
mroeschke c405215
Merge remote-tracking branch 'upstream/main' into cln/old_pickle_compat
mroeschke 14a6efd
Merge remote-tracking branch 'upstream/main' into cln/old_pickle_compat
mroeschke cea32bd
Merge remote-tracking branch 'upstream/main' into cln/old_pickle_compat
mroeschke f0e6d28
Merge remote-tracking branch 'upstream/main' into cln/old_pickle_compat
mroeschke 515f3ef
Merge remote-tracking branch 'upstream/main' into cln/old_pickle_compat
mroeschke 93d5d5f
Fix note
mroeschke 2542697
Merge remote-tracking branch 'upstream/main' into cln/old_pickle_compat
mroeschke 972f1c1
Merge remote-tracking branch 'upstream/main' into cln/old_pickle_compat
mroeschke ac357bc
Merge remote-tracking branch 'upstream/main' into cln/old_pickle_compat
mroeschke 81c45ee
Merge remote-tracking branch 'upstream/main' into cln/old_pickle_compat
mroeschke 71a4f7f
Merge remote-tracking branch 'upstream/main' into cln/old_pickle_compat
mroeschke fe250eb
Change compat function
mroeschke c01136c
Merge remote-tracking branch 'upstream/main' into cln/old_pickle_compat
mroeschke 0bdf8d8
Merge remote-tracking branch 'upstream/main' into cln/old_pickle_compat
mroeschke 3b0ac12
Merge remote-tracking branch 'upstream/main' into cln/old_pickle_compat
mroeschke ca52974
Merge remote-tracking branch 'upstream/main' into cln/old_pickle_compat
mroeschke 6bf0d9c
Merge remote-tracking branch 'upstream/main' into cln/old_pickle_compat
mroeschke 8a4b9fe
Merge remote-tracking branch 'upstream/main' into cln/old_pickle_compat
mroeschke dd98d35
Merge remote-tracking branch 'upstream/main' into cln/old_pickle_compat
mroeschke a29eb9d
Merge remote-tracking branch 'upstream/main' into cln/old_pickle_compat
mroeschke 2f28a8c
Merge remote-tracking branch 'upstream/main' into cln/old_pickle_compat
mroeschke 2f4c78c
Merge remote-tracking branch 'upstream/main' into cln/old_pickle_compat
mroeschke 5670a89
Merge remote-tracking branch 'upstream/main' into cln/old_pickle_compat
mroeschke e583478
Add whatsnew
mroeschke c6415fd
Add number
mroeschke 368562f
Merge remote-tracking branch 'upstream/main' into cln/old_pickle_compat
mroeschke 49d0613
Remove old pickles
mroeschke 1daac37
Merge remote-tracking branch 'upstream/main' into cln/old_pickle_compat
mroeschke 05feac6
fix tests, remove 27 files
mroeschke File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Don't we still need this else branch? Or are we totally dropping support for this?