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

Support read-only bitround codec #234

Merged
merged 1 commit into from
Dec 3, 2024
Merged

Conversation

manzt
Copy link
Owner

@manzt manzt commented Dec 3, 2024

Fixes #233. Introduces BitroundCodec with a no-op for decoding because
bit-rounding is lossy, and precision cannot be restored. Encoding is not
yet implemented, reflecting zarrita's current focus on read-heavy
contexts. Open an issue if encoding support is needed.

Copy link

changeset-bot bot commented Dec 3, 2024

🦋 Changeset detected

Latest commit: d2ffe05

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 4 packages
Name Type
@zarrita/core Patch
@zarrita/indexing Patch
@zarrita/ndarray Patch
zarrita Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@manzt manzt force-pushed the manzt/readonly-bitround-codec branch from 9ba5e2e to 6df186b Compare December 3, 2024 21:26
Fixes #233. Introduces `BitroundCodec` with a no-op for decoding because
bit-rounding is lossy, and precision cannot be restored. Encoding is not
yet implemented, reflecting zarrita's current focus on read-heavy
contexts. Open an issue if encoding support is needed.
@manzt manzt force-pushed the manzt/readonly-bitround-codec branch from 6df186b to d2ffe05 Compare December 3, 2024 21:27
@manzt manzt merged commit 4276c3b into main Dec 3, 2024
2 checks passed
@manzt manzt deleted the manzt/readonly-bitround-codec branch December 3, 2024 21:28
@github-actions github-actions bot mentioned this pull request Dec 3, 2024
@manzt manzt mentioned this pull request Dec 3, 2024
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.

Unknown codec: bitround
1 participant