Skip to content

Tags: zarr-developers/numcodecs

Tags

v0.16.3

Toggle v0.16.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
MNT: bump to main branch of c-blosc to fix gcc15 compilation (#772)

close #750

Co-authored-by: Davis Bennett <davis.v.bennett@gmail.com>

v0.16.2

Toggle v0.16.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Handle zarr 3.1.0 (#766)

* (chore) add type hints to codec abc

* (chore) build project with pixi

* use fresh abcs

* remove blosc

* Update pyproject.toml

* Update pyproject.toml

Co-authored-by: Mark Kittisopikul <mkitti@users.noreply.github.com>

* dtype adaptor for zarr 3.1

* revert change to pyproject.toml

* versionify version

* versionify another version

* lint

* lint

* dodge test coverage

* Update pyproject.toml

* dtype adaptor for zarr 3.1

* revert change to pyproject.toml

* versionify version

* versionify another version

* lint

* lint

* dodge test coverage

* use pixi + hatch for parametrized zarr python testing

* Apply suggestions from code review

Co-authored-by: David Stansby <dstansby@gmail.com>

* privatize functions

* add lockfile

* pin hatch

* list dependencies in ci

* use less ambiguous version specifier

* pass linting by masking a type error that needs to be fixed later

* add pixi.lock to gitignore

* remove pixi.lock

* set cache=false in pixi workflow

---------

Co-authored-by: Mark Kittisopikul <mkitti@users.noreply.github.com>
Co-authored-by: David Stansby <dstansby@gmail.com>

v0.16.1

Toggle v0.16.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Unnecessary `None` provided as default (#708)

Co-authored-by: Davis Bennett <davis.v.bennett@gmail.com>

v0.15.1

Toggle v0.15.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Don't overwrite codec config values when set. (#700)

* Don't overwrite codec config values when set.

A codec doesn't know where it is in the codec pipeline, so it
cannot know whether `array_spec.dtype` should match `codec.dtype`
or not.

* little more

* FIx test

* fix test

---------

Co-authored-by: Davis Bennett <davis.v.bennett@gmail.com>

v0.15.0

Toggle v0.15.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update release notes for 0.15.0 (#691)