Skip to content

add limited support for pickled arrays#82

Merged
ExpHP merged 7 commits into
masterfrom
object-update
Apr 15, 2026
Merged

add limited support for pickled arrays#82
ExpHP merged 7 commits into
masterfrom
object-update

Conversation

@ExpHP

@ExpHP ExpHP commented Apr 12, 2026

Copy link
Copy Markdown
Owner

Extension of #77, this is a direct child of it so merging this should auto-mark that as merged.

paroga and others added 7 commits April 11, 2026 07:22
Pickeld values are stored with a "|O" TypeStr.
I had plans for a `"pickle"` feature, PickleReader/
PickleWriter helpers, impls for serde_pickle::Value...
and then I learned that numpy pickles the ENTIRE array
object and not its items.

So here's what we're left with.
@ExpHP ExpHP mentioned this pull request Apr 12, 2026
12 tasks
@ExpHP

ExpHP commented Apr 15, 2026

Copy link
Copy Markdown
Owner Author

Haven't heard any feedback; I'm going to merge this before I forget it exists.

@ExpHP
ExpHP merged commit 6d06284 into master Apr 15, 2026
2 checks passed
@ExpHP

ExpHP commented Apr 15, 2026

Copy link
Copy Markdown
Owner Author

npyz 0.9.0 released

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants