-
-
Notifications
You must be signed in to change notification settings - Fork 10.9k
ENH: support no-copy pickling for any array that can be transposed to a C-contiguous array #28105
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
0dcde49
add support for transposed contiguous array and corresponding test
IndifferentArea a27f5eb
Merge branch 'numpy:main' into GH-26878
IndifferentArea 50be134
fix lint
IndifferentArea 7cea83c
rm bad includes
IndifferentArea bf5ecaa
fix
IndifferentArea a566660
fix
IndifferentArea 63da2b9
discard vla
IndifferentArea 9494672
accept legacy pkl
IndifferentArea 6b9421a
check return
IndifferentArea 6ca72f1
fix ci
IndifferentArea 0f70349
check after transpose
IndifferentArea c045bd9
discard auto include
IndifferentArea aa357a9
use N format in pybuildvalue
IndifferentArea aee895b
use pytuple pack
IndifferentArea 1b2f9d6
clean up
IndifferentArea 4a16cd3
add comment on fall back behavior
IndifferentArea 449ea59
add mroe test
IndifferentArea f0d528a
use byte str instead of pkl to test
IndifferentArea a8cc7fc
get shape with pyarray api
IndifferentArea 5f88eb3
fmt
IndifferentArea 4ba4c55
better comment
IndifferentArea de8899a
fix as suggested
IndifferentArea 4be8c0c
fix lint
IndifferentArea e8ddf99
discard auto include
IndifferentArea 3ee9178
shorter tested strs
IndifferentArea 4783c41
fmt
IndifferentArea d2a8306
last correct commit
IndifferentArea 94a297a
last correct commit
IndifferentArea e17acbc
[skip ci] memory leak
IndifferentArea 7fd5037
add cleanup
IndifferentArea 16e7067
[skip ci] add release doc
IndifferentArea 7982184
[skip ci] add check for pylong_fromlong
IndifferentArea d635e65
typo
IndifferentArea aaa9b9f
fix memory leak
IndifferentArea ecb863f
more clean up
IndifferentArea bfbde0e
use same random seed
IndifferentArea 35ea29f
use xdecref
IndifferentArea 596db8c
check PyArray_Transpose
IndifferentArea 1a82f4e
check PyArray_IntTupleFromIntp
IndifferentArea 80ba96d
fix
IndifferentArea 792468a
once-over
IndifferentArea c213b37
add additional test
IndifferentArea 3174d5e
once over again
IndifferentArea 43e214a
fmt
IndifferentArea 42e1c99
pickle format consistency
IndifferentArea f71549f
fix incorrect usage of cpy api
IndifferentArea d5c2215
fmt
IndifferentArea 8b981dc
Merge branch 'main' into GH-26878
IndifferentArea 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
fmt
- Loading branch information
commit d5c2215d608c52efa358716bcbd258fa0a753e94
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.