Skip to content
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

Change data type names and change endianness to be handled by a codec #155

Merged
merged 4 commits into from Nov 10, 2022

Conversation

jbms
Copy link
Contributor

@jbms jbms commented Aug 10, 2022

There seemed to be consensus to rename data types to more commonly-used names, rather than the NumPy type string-derived names.

There also seemed to be potential agreement to handle endianness via a codec rather than as part of the data type, as long as there is a migration path for zarr v2 data that does not require any chunk re-encoding.

@jakirkham
Copy link
Member

cc @QuLogic (in case you have thoughts here)

@martindurant
Copy link
Member

I believe all FITS integer values are big-endian, for reference.

docs/codecs.rst Outdated Show resolved Hide resolved
docs/core/v3.0.rst Show resolved Hide resolved
docs/core/v3.0.rst Outdated Show resolved Hide resolved
@jstriebel
Copy link
Member

LGTM 👍

@joshmoore
Copy link
Member

Merging based on current approvals.

@joshmoore joshmoore merged commit 25cb8c0 into zarr-developers:main Nov 10, 2022
Copy link

@QuLogic QuLogic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just noticed a small typo.

docs/codecs.rst Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

7 participants