- Notifications
You must be signed in to change notification settings - Fork51
Zarr data types refactor compatibility#618
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Zarr data types refactor compatibility#618
Uh oh!
There was an error while loading.Please reload this page.
Conversation
for more information, seehttps://pre-commit.ci
…zarr 3.1.0"This reverts commit7a2e4f0.
TomNicholas commentedJun 17, 2025
@d-v-b what would be the preferred way to replace the usage of |
d-v-b commentedJun 17, 2025
The functionality for serializing Nan / Inf / -Inf to a fill value now sits instand-alone functions . The inverse functions arehere. A few things to keep in mind:
|
maxrjones commentedJul 9, 2025
@TomNicholas are you confident these are all changes we can handle internally? I'm asking since 3.1.0 will hopefully come out tomorrow -zarr-developers/zarr-python#3219. Would you like any help wrapping this up? |
TomNicholas commentedJul 9, 2025
I think this shouldn't present a blocker but I would definitely appreciate help getting it over the finish line! |
maxrjones commentedJul 13, 2025
FYI I think this is good now - the failures should all relate to#673 |
for more information, seehttps://pre-commit.ci
TomNicholas left a comment
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.
Nice, thank you! The final changes are surprisingly small. I can't approve my own PR, but I think we should add a release note for this one and merge.
maxrjones commentedJul 14, 2025
This doesn't touch anything that's been released (😞) so IMO we don't need a release note. |
8128451 intozarr-developers:developUh oh!
There was an error while loading.Please reload this page.
Supercedes#545 now thatzarr-developers/zarr-python#2874 has been merged upstream.
The upstream changes are already being tested (and unsurprisingly causing some issues - see also#617) in our upstream dev CI tests. But here we will x-fail stuff, start trying to fix things, and bump required dependencies.
docs/releases.rstapi.rstFYI@d-v-b