Tags: zarr-developers/numcodecs
Tags
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>
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>
PreviousNext