Numcodecs

Latest version: v0.14.1

Safety actively analyzes 687714 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 5

0.14.1

What's Changed
* Cyclic import (numcodecs → numcodecs.pcodec) by DimitriPapadopoulos in https://github.com/zarr-developers/numcodecs/pull/632
* Skip `checksum32` tests if `crc32c` is missing by jakirkham in https://github.com/zarr-developers/numcodecs/pull/635
* Make contributing doc page title shorter by dstansby in https://github.com/zarr-developers/numcodecs/pull/634
* Fix store creation with latest zarr-python v3 by dstansby in https://github.com/zarr-developers/numcodecs/pull/644
* Cleanup `crc32c` soft dependency by jakirkham in https://github.com/zarr-developers/numcodecs/pull/637
* Drop unnecessary dependency on mock by avalentino in https://github.com/zarr-developers/numcodecs/pull/643
* Add `noexcept` to `_utils` C-equiv functions by jakirkham in https://github.com/zarr-developers/numcodecs/pull/641
* Type `Buffer`'s `flags` argument by jakirkham in https://github.com/zarr-developers/numcodecs/pull/648

New Contributors
* avalentino made their first contribution in https://github.com/zarr-developers/numcodecs/pull/643

**Full Changelog**: https://github.com/zarr-developers/numcodecs/compare/v0.14.0...v0.14.1

0.14.0

What's Changed
* Apply and enforce more ruff rules by DimitriPapadopoulos in https://github.com/zarr-developers/numcodecs/pull/594
* Increase speed of Delta encoding using np.subtract by ehgus in https://github.com/zarr-developers/numcodecs/pull/584
* Update optimized `Delta` codec for `bool` by jakirkham in https://github.com/zarr-developers/numcodecs/pull/595
* chore: update pre-commit hooks by pre-commit-ci in https://github.com/zarr-developers/numcodecs/pull/604
* Update deprecated stage names by DimitriPapadopoulos in https://github.com/zarr-developers/numcodecs/pull/602
* Enforce ruff/flake8-pie rules (PIE) by DimitriPapadopoulos in https://github.com/zarr-developers/numcodecs/pull/599
* Merge collapsible if statements by DimitriPapadopoulos in https://github.com/zarr-developers/numcodecs/pull/601
* Bump pypa/cibuildwheel from 2.21.2 to 2.21.3 by dependabot in https://github.com/zarr-developers/numcodecs/pull/603
* Copy in `BitRound` by slevang in https://github.com/zarr-developers/numcodecs/pull/608
* Enforce more ruff rules by DimitriPapadopoulos in https://github.com/zarr-developers/numcodecs/pull/607
* Release note for `BitRound` input mutation fix by jakirkham in https://github.com/zarr-developers/numcodecs/pull/609
* Get rid of pep8speaks - replaced by ruff by DimitriPapadopoulos in https://github.com/zarr-developers/numcodecs/pull/612
* chore: update pre-commit hooks by pre-commit-ci in https://github.com/zarr-developers/numcodecs/pull/614
* Method with an empty body by DimitriPapadopoulos in https://github.com/zarr-developers/numcodecs/pull/611
* Apply ruff/flake8-pytest-style preview rules (PT) by DimitriPapadopoulos in https://github.com/zarr-developers/numcodecs/pull/606
* Unused import by DimitriPapadopoulos in https://github.com/zarr-developers/numcodecs/pull/598
* Adds crc32c codec by normanrz in https://github.com/zarr-developers/numcodecs/pull/613
* chore: update pre-commit hooks by pre-commit-ci in https://github.com/zarr-developers/numcodecs/pull/617
* Delay initialization of multiprocessing.Lock until it's needed by neutrinoceros in https://github.com/zarr-developers/numcodecs/pull/615
* Remove trailing .0 from CI Python version by dstansby in https://github.com/zarr-developers/numcodecs/pull/621
* Bump minimum numpy and Python versions by dstansby in https://github.com/zarr-developers/numcodecs/pull/622
* Switch to macos-13 runner by dstansby in https://github.com/zarr-developers/numcodecs/pull/616
* chore: update pre-commit hooks by pre-commit-ci in https://github.com/zarr-developers/numcodecs/pull/626
* Bump conda-incubator/setup-miniconda from 3.0.4 to 3.1.0 by dependabot in https://github.com/zarr-developers/numcodecs/pull/625
* Error on warnings when testing by dstansby in https://github.com/zarr-developers/numcodecs/pull/620
* Add tests for floating point transforms in FixedScaleOffset by dstansby in https://github.com/zarr-developers/numcodecs/pull/566
* Add wrappers for zarr v3 by normanrz in https://github.com/zarr-developers/numcodecs/pull/524
* Add release notes for 524 by normanrz in https://github.com/zarr-developers/numcodecs/pull/627
* Fix minimum numpy pin by dstansby in https://github.com/zarr-developers/numcodecs/pull/628
* Fix skipping entrypoints test by dstansby in https://github.com/zarr-developers/numcodecs/pull/618
* chore: update pre-commit hooks by pre-commit-ci in https://github.com/zarr-developers/numcodecs/pull/630
* Add type hint checking with mypy by dstansby in https://github.com/zarr-developers/numcodecs/pull/460
* Release notes for 0.14 by dstansby in https://github.com/zarr-developers/numcodecs/pull/629

New Contributors
* ehgus made their first contribution in https://github.com/zarr-developers/numcodecs/pull/584
* slevang made their first contribution in https://github.com/zarr-developers/numcodecs/pull/608
* neutrinoceros made their first contribution in https://github.com/zarr-developers/numcodecs/pull/615

**Full Changelog**: https://github.com/zarr-developers/numcodecs/compare/v0.13.1...v0.14.0

0.13.1

What's Changed
* chore: update pre-commit hooks by pre-commit-ci in https://github.com/zarr-developers/numcodecs/pull/551
* Remove Sphinx pinning by QuLogic in https://github.com/zarr-developers/numcodecs/pull/552
* fix c compiler setup by dstansby in https://github.com/zarr-developers/numcodecs/pull/562
* Bump pypa/cibuildwheel from 2.19.2 to 2.20.0 by dependabot in https://github.com/zarr-developers/numcodecs/pull/556
* chore: update pre-commit hooks by pre-commit-ci in https://github.com/zarr-developers/numcodecs/pull/554
* Change occurrences of format() to f-strings by DimitriPapadopoulos in https://github.com/zarr-developers/numcodecs/pull/439
* FixedScaleOffset doc: change scale parameter type to float by bogovicj in https://github.com/zarr-developers/numcodecs/pull/356
* Fix pre-commit by dstansby in https://github.com/zarr-developers/numcodecs/pull/565
* chore: update pre-commit hooks by pre-commit-ci in https://github.com/zarr-developers/numcodecs/pull/568
* Add codec categories in doc contents by dstansby in https://github.com/zarr-developers/numcodecs/pull/458
* chore: update pre-commit hooks by pre-commit-ci in https://github.com/zarr-developers/numcodecs/pull/574
* chore: update pre-commit hooks by pre-commit-ci in https://github.com/zarr-developers/numcodecs/pull/575
* Bump pypa/cibuildwheel from 2.20.0 to 2.21.0 by dependabot in https://github.com/zarr-developers/numcodecs/pull/577
* chore: update pre-commit hooks by pre-commit-ci in https://github.com/zarr-developers/numcodecs/pull/579
* Convert class properties to class methods by dstansby in https://github.com/zarr-developers/numcodecs/pull/578
* Clean sphinx makefile by dstansby in https://github.com/zarr-developers/numcodecs/pull/573
* Bump pypa/cibuildwheel from 2.21.0 to 2.21.1 by dependabot in https://github.com/zarr-developers/numcodecs/pull/581
* chore: update pre-commit hooks by pre-commit-ci in https://github.com/zarr-developers/numcodecs/pull/582
* chore: update pre-commit hooks by pre-commit-ci in https://github.com/zarr-developers/numcodecs/pull/586
* Test on Python 3.13 by dstansby in https://github.com/zarr-developers/numcodecs/pull/576
* Bump pypa/cibuildwheel from 2.21.1 to 2.21.2 by dependabot in https://github.com/zarr-developers/numcodecs/pull/588
* chore: update pre-commit hooks by pre-commit-ci in https://github.com/zarr-developers/numcodecs/pull/589
* Update c-blosc to v1.26.1 by dstansby in https://github.com/zarr-developers/numcodecs/pull/560
* Build wheels on Python 3.13 by dstansby in https://github.com/zarr-developers/numcodecs/pull/591
* Unused import by DimitriPapadopoulos in https://github.com/zarr-developers/numcodecs/pull/580
* Add release notes for 0.13.1 by dstansby in https://github.com/zarr-developers/numcodecs/pull/592
* Apply repo-review suggestions by DimitriPapadopoulos in https://github.com/zarr-developers/numcodecs/pull/559

New Contributors
* bogovicj made their first contribution in https://github.com/zarr-developers/numcodecs/pull/356

**Full Changelog**: https://github.com/zarr-developers/numcodecs/compare/v0.13.0...v0.13.1

0.13.0

See release notes https://numcodecs.readthedocs.io/en/stable/release.html#release-0-13-0

0.12.1

See release notes https://numcodecs.readthedocs.io/en/stable/release.html#release-0-12-1.

0.12.0

See release notes https://numcodecs.readthedocs.io/en/stable/release.html#release-0-12-0.

Page 1 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.