Release notes ============= .. # Unindent the section between releases in order # to document your changes. On releases it will be # re-indented so that it does not show up in the notes. .. _release_0.12.1: 0.12.1 ------ Fix ~~~ * ``Codec`` is now derived from ``abc.ABC`` By :user:`Mads R. B. Kristensen `, :issue:`472`. * Fix handling of entry points on older Python versions where ``importlib_metadata`` compatibility is concerned By :user:`Vyas Ramasubramani `, :issue:`478`. * Make shuffle pyx functions ``noexcept`` By :user:`Martin Durant `, :issue:`477`. .. _release_0.12.0: 0.12.0 ------ Enhancements ~~~~~~~~~~~~ * Add ``fletcher32`` checksum codec By :user:`Martin Durant `, :issue:`410`. * Add ``jenkins_lookup3`` checksum codec By :user:`Mark Kittisopkul `, :issue:`445`. * Support Python 3.12. By :user:`John Kirkham `, :issue:`471`. Fix ~~~ * Fixed docs/Makefile error message when sphinx is not present By :user:`Mark Kittisopikul `, :issue:`451`. * Add missing RTD requirements By :user:`John Kirkham `, :issue:`455`. Maintenance ~~~~~~~~~~~ * Cleanup ``import``\ s in ``adhoc/blosc_memleak_check.py`` By :user:`John Kirkham `, :issue:`408`. .. _release_0.11.0: 0.11.0 ------ Fix ~~~ * Speed up isinstance checks of :class:`numcodecs.ndarray_like.NDArrayLike`, :class:`numcodecs.ndarray_like.DType` and :class:`numcodecs.ndarray_like.FlagsObj`. By :user:`Andreas Poehlmann `, :issue:`379`. Maintenance ~~~~~~~~~~~ * Remove unnecessary None argument to .get(), it is the default value. By :user:`Dimitri Papadopoulos Orfanos `, :issue:`395`. * Apply refurb suggestions. By :user:`Dimitri Papadopoulos Orfanos `, :issue:`372`. * Migrate codespell configuration to pyproject.toml and get rid of setup.cfg. By :user:`Dimitri Papadopoulos Orfanos ` :issue:`374`. * Unvendor cpuinfo. By :user:`Dimitri Papadopoulos Orfanos ` :issue:`373`. * Drop headers. By :user:`John Kirkham `, :issue:`375`. * Remove Python 2 code. By :user:`Dimitri Papadopoulos Orfanos ` :issue:`368`, :issue:`387`. * Support Python 3.11. By :user:`Dimitri Papadopoulos Orfanos `, :issue:`369`. * Drop Python 3.7. By :user:`John Kirkham `,, :issue:`405` :issue:`406`. * Test with zfpy 1.0.0. By :user:`John Kirkham `, :issue:`385`. * Remove vendored C files and re-generate them on the fly using Cython. Add a pyproject.toml file to define Cython as a build dependency. By :user:`Dimitri Papadopoulos Orfanos `, :issue:`369`. * Update cpuinfo to 9.0.0. By :user:`Dimitri Papadopoulos Orfanos ` :issue:`370`. * Add tests for all registry classes. By :user:`Josh Moore `, :issue:`349`. * Add workflow to label PRs with "needs release notes". By :user:`Saransh Chopra ` :issue:`396`. * Finish ``pyproject.toml`` migration. By :user:`John Kirkham ` :issue:`382`. * Drop tox. By :user:`John Kirkham `, :issue:`384`. * Update ReadTheDocs. By :user:`John Kirkham `, :issue:`383`. * Use `conda-incubator/setup-miniconda@v2.2.0` (and use Conda on Linux). By :user:`John Kirkham ` :issue:`398`. * Bring coverage back up to 100%. By :user:`John Kirkham ` and :user:`Martin Durant `, :issue:`392` and :issue:`393`. * Collect coverage on all OSes & enable Codecov. By :user:`John Kirkham `, :issue:`386`, :issue:`388`, :issue:`390`, :issue:`391`. .. _release_0.10.2: 0.10.2 ------ Fix ~~~ * Add BitRound (0.10.0) to registry. By :user:`Josh Moore `, :issue:`342`. .. _release_0.10.1: 0.10.1 ------ Maintenance ~~~~~~~~~~~ * Add entrypoints to setup.py. By :user:`Josh Moore `, :issue:`332`. * Fix spelling. By :user:`Dimitri Papadopoulos Orfanos `, :issue:`336`. * Drop Python 3.6 from tests By :user:`Dimitri Papadopoulos Orfanos `, :issue:`338`, :issue:`339`. * Remove trailing spaces and empty lines. By :user:`Dimitri Papadopoulos Orfanos `, :issue:`341`. * Add LGTM.com configuration file By :user:`Dimitri Papadopoulos Orfanos `, :issue:`337`. .. _release_0.10.0: 0.10.0 ------ Enhancements ~~~~~~~~~~~~ * Add support of alternative array classes (other than NumPy arrays) By :user:`Mads R. B. Kristensen `, :issue:`305`. * Add ability to find codecs via entrypoint `numcodecs.codecs`. By :user:`Martin Durant `, :issue:`290`. * Add bitround codec By :user:`Ryan Abernathy ` and :user:`Martin Durant `, :issue:`298`. * Introduce a flat option to ensure_contiguous_ndarray to switch off flatten for ZFPY codec By :user:`Haiying Xu `, :issue:`307`. Bug fixes ~~~~~~~~~ * Fix a flatten array error for ZFPY, ZFPY codec is supported on Python 3.9 and 3.10 on Linux and MacOS, the docs about ZFPY is also available. By :user:`Haiying Xu `, :user:`John Kirkham `, :user:`Ryan Abernathey ` :issue:`303`. * Codex: make encode and decode @abstractmethods By :user:`Mads R. B. Kristensen `, :issue:`306`. * Fix expected result test for Shuffle. By :user:`Elliott Sales de Andrade `, :issue:`282`. Maintenance ~~~~~~~~~~~ * Multiple code linting fixes. By :user:`Dimitri Papadopoulos Orfanos `, :issue:`295`, :issue:`294`, :issue:`293`, and :issue:`292`. * Drop Python 3.6 By :user:`Josh Moore `, :issue:`318`. * Fix macOS Python 3.10 By :user:`John Kirkham `, :issue:`311`. * chore: bump cibuildwheel version, use action By :user:`Henry Schreiner `, :issue:`309`. * Specify `language` as `'en'` instead of `None`. By :user:`John Kirkham `, :issue:`329`. * Move `master` to `main`. By :user:`John Kirkham `, :issue:`322`. * Drop `fastparquet` benchmark. By :user:`John Kirkham `, :issue:`321`. * Trim wheel builds. By :user:`John Kirkham `, :issue:`320`. .. _release_0.9.1: 0.9.1 ----- * Fix inaccurate docstrings for Blosc. By :user:`James Webber `, :issue:`287`. .. _release_0.9.0: 0.9.0 ----- * c-blosc upgrade 1.18.1 -> 1.21.0. Warning: this temporarily removes support for snappy compression! By :user:`kindjacket `, :issue:`283`. * Fix an ImportError with Blosc on Android. By :user:`Daniel Jewell `, :issue:`284`. .. _release_0.8.1: 0.8.1 ----- * Fix an ImportError with Blosc on Android. By :user:`Daniel Jewell `, :issue:`284`. .. _release_0.8.0: 0.8.0 ----- * The :class:`numcodecs.zfpy.ZFPY` codec is now supported on Python 3.8 if `zfpy==0.5.5 `_ is installed. By :user:`haiying xu `, :issue:`229`. * Add support for byte Shuffle filter By :user:`Paul Branson ` and :user:`Martin Durant ` :issue:`273`. * Update Windows + Mac CI to run all tests. By :user:`Jackson Maxfield Brown `, :issue:`276`. Help from :user:`Oleg Höfling `, :issue:`273`. * Update cpuinfo to 8.0.0. By :user:`Florian Jetter `, :issue:`280`. * Drop out-of-date manual release docs. By :user:`John Kirkham `, :issue:`272`. * Add support for Python 3.9 and Update GitHub Actions. .. _release_0.7.3: 0.7.3 ----- * Add support for Python 3.9 and Update GitHub Actions. By :user:`Jackson Maxfield Brown `, :issue:`270`. * Remove support for Python 3.5 which is end of life. While the code base might still be compatible; the source dist and wheel are marked as Python 3.6+ and pip will not install them. Continuous integration on Python 3.5 has been disabled. By :user:`Matthias Bussonnier `, :issue:`266` and :issue:`267`. .. _release_0.7.2: 0.7.2 ----- * Disable avx2 for wheel. By :user:`Grzegorz Bokota `, :issue:`253`. * Add Base64 fixtures. By :user:`John Kirkham `, :issue:`251`. * Update docs regarding wheels. By :user:`Josh Moore `, :issue:`250`. .. _release_0.7.1: 0.7.1 ----- * Fix build of wheels. By :user:`Grzegorz Bokota `, :issue:`244`. .. _release_0.7.0: 0.7.0 ----- * Automatically release to PyPI. By :user:`Josh Moore `, :issue:`241`. * Build wheels on github actions. By :user:`Grzegorz Bokota `, :issue:`224`. * Add Base64 codec. By :user:`Trevor Manz `, :issue:`176`. * Add partial decompression of Blosc compressed arrays. By :user:`Andrew Fulton `, :issue:`235`. * Remove LegacyJSON codec. By :user:`James Bourbeau `, :issue:`226`. * Remove LegacyMsgPack codec. By :user:`James Bourbeau `, :issue:`218`. * Drop support for Python 2. By :user:`James Bourbeau `, :issue:`220`. .. _release_0.6.4: 0.6.4 ----- * Update Cython to 0.29.14. By :user:`John Kirkham `, :issue:`168`, :issue:`177`, :issue:`204`. * The bundled c-blosc sources have been upgraded to version 1.17.0. This fixes compilation with newer versions of gcc. By :user:`Joe Jevnik `, :issue:`194`. * Create ``.pep8speaks.yml``. By :user:`Alistair Miles `. * Simplify datetime/timedelta check. By :user:`John Kirkham `, :issue:`170`, :issue:`171`. * Update URL metadata for PyPI. By :user:`Elliott Sales de Andrade `, :issue:`178`. * Enable pytest rewriting in test helper functions. By :user:`Elliott Sales de Andrade `, :issue:`185`. * Rewrites the ``ensure_text`` implementation. By :user:`John Kirkham `, :issue:`201`, :issue:`205`, :issue:`206`. * Add macOS to CI. By :user:`Alistair Miles `, :issue:`192`. * Fix test failures on big-endian systems. By :user:`Elliott Sales de Andrade `, :issue:`186`. * Use unittest.mock on Python 3. By :user:`Elliott Sales de Andrade `, :issue:`179`. * Don't mask compile errors in setup.py. By :user:`Joe Jevnik `, :issue:`197`. * Allow pickles when loading test fixture data. By :user:`Elliott Sales de Andrade `, :issue:`193`. * Update ``cpuinfo.py``. By :user:`John Kirkham `, :issue:`202`. * Use ``ensure_text`` in JSON codecs. By :user:`John Kirkham `, :issue:`207`. * Support Python 3.8. By :user:`John Kirkham `, :issue:`208`. .. _release_0.6.3: 0.6.3 ----- * Drop support for 32-bit Windows. By :user:`Alistair Miles `, :issue:`97`, :issue:`156`. * Raise a ``TypeError`` if an ``object`` array is passed to ``ensure_bytes``. By :user:`John Kirkham `, :issue:`162`. * Update Cython to 0.29.3. By :user:`John Kirkham `, :issue:`165`. .. _release_0.6.2: 0.6.2 ----- * Handle (new) buffer protocol conforming types in ``Pickle.decode``. By :user:`John Kirkham `, :issue:`143`, :issue:`150`. * Use (new) buffer protocol in ``MsgPack`` codec `decode()` method. By :user:`John Kirkham `, :issue:`148`. * Use (new) buffer protocol in ``JSON`` codec `decode()` method. By :user:`John Kirkham `, :issue:`151`. * Avoid copying into data in ``GZip``'s `decode()` method on Python 2. By :user:`John Kirkham `, :issue:`152`. * Revert ndarray coercion of encode returned data. By :user:`John Kirkham `, :issue:`155`. * The bundled c-blosc sources have been upgraded to version 1.15.0. By :user:`Alistair Miles ` and :user:`John Kirkham `, :issue:`142`, :issue:`145`. .. _release_0.6.1: 0.6.1 ----- * Resolved minor issue in backwards-compatibility tests (by :user:`Alistair Miles `, :issue:`138`, :issue:`139`). .. _release_0.6.0: 0.6.0 ----- * The encoding format used by the :class:`JSON` and :class:`MsgPack` codecs has been changed to resolve an issue with correctly encoding and decoding some object arrays. Now the encoded data includes the original shape of the array, which enables the correct shape to be restored on decoding. The previous encoding format is still supported, so that any data encoded using a previous version of numcodecs can still be read. Thus no changes to user code and applications should be required, other than upgrading numcodecs. By :user:`Jerome Kelleher `; :issue:`74`, :issue:`75`. * Updated the msgpack dependency (by :user:`Jerome Kelleher `; :issue:`74`, :issue:`75`). * Added support for ppc64le architecture by updating `cpuinfo.py` from upstream (by :user:`Anand S `; :issue:`82`). * Allow :class:`numcodecs.blosc.Blosc` compressor to run on systems where locks are not present (by :user:`Marcus Kinsella `, :issue:`83`; and :user:`Tom White `, :issue:`93`). * Drop Python 3.4 (by :user:`John Kirkham `; :issue:`89`). * Add Python 3.7 (by :user:`John Kirkham `; :issue:`92`). * Add codec :class:`numcodecs.gzip.GZip` to replace ``gzip`` alias for ``zlib``, which was incorrect (by :user:`Jan Funke `; :issue:`87`; and :user:`John Kirkham `, :issue:`134`). * Corrects handling of ``NaT`` in ``datetime64`` and ``timedelta64`` in various compressors (by :user:`John Kirkham `; :issue:`127`, :issue:`131`). * Improvements to the compatibility layer used for normalising inputs to encode and decode methods in most codecs. This removes unnecessary memory copies for some codecs, and also simplifies the implementation of some codecs, improving code readability and maintainability. By :user:`John Kirkham ` and :user:`Alistair Miles `; :issue:`119`, :issue:`121`, :issue:`128`. * Return values from encode() and decode() methods are now returned as numpy arrays for consistency across codecs. By :user:`John Kirkham `, :issue:`136`. * Improvements to handling of errors in the :class:`numcodecs.blosc.Blosc` and :class:`numcodecs.lz4.LZ4` codecs when the maximum allowed size of an input buffer is exceeded. By :user:`Jerome Kelleher `, :issue:`80`, :issue:`81`. .. _release_0.5.5: 0.5.5 ----- * The bundled c-blosc sources have been upgraded to version 1.14.3 (:issue:`72`). .. _release_0.5.4: 0.5.4 ----- * The bundled c-blosc sources have been upgraded to version 1.14.0 (:issue:`71`). .. _release_0.5.3: 0.5.3 ----- * The test suite has been migrated to use pytest instead of nosetests (:issue:`61`, :issue:`62`). * The bundled c-blosc library has been updated to version 1.13.4 (:issue:`63`, :issue:`64`). .. _release_0.5.2: 0.5.2 ----- * Add support for encoding None values in VLen... codecs (:issue:`59`). .. _release_0.5.1: 0.5.1 ----- * Fixed a compatibility issue with the Zlib codec to ensure it can handle bytearray objects under Python 2.7 (:issue:`57`). * Restricted the :class:`numcodecs.categorize.Categorize` codec to object ('O') and unicode ('U') dtypes and disallowed bytes ('S') dtypes because these do not round-trip through JSON configuration. .. _release_0.5.0: 0.5.0 ----- * Added new codecs for encoding arrays with variable-length unicode strings (:class:`numcodecs.vlen.VLenUTF8`), variable-length byte strings (:class:`numcodecs.vlen.VLenBytes`) and variable-length numerical arrays ((:class:`numcodecs.vlen.VLenArray`) (:issue:`56`). .. _release_0.4.1: 0.4.1 ----- * Resolved an issue where providing an array with dtype ``object`` as the destination when decoding could cause segfaults with some codecs (:issue:`55`). .. _release_0.4.0: 0.4.0 ----- * Added a new :class:`numcodecs.json.JSON` codec as an alternative for encoding of object arrays (:issue:`54`). .. _release_0.3.1: 0.3.1 ----- * Revert the default shuffle argument to SHUFFLE (byte shuffle) for the :class:`numcodecs.blosc.Blosc` codec for compatibility and consistency with previous code. .. _release_0.3.0: 0.3.0 ----- * The :class:`numcodecs.blosc.Blosc` codec has been made robust for usage in both multithreading and multiprocessing programs, regardless of whether Blosc has been configured to use multiple threads internally or not (:issue:`41`, :issue:`42`). * The :class:`numcodecs.blosc.Blosc` codec now supports an ``AUTOSHUFFLE`` argument when encoding (compressing) which activates bit- or byte-shuffle depending on the itemsize of the incoming buffer (:issue:`37`, :issue:`42`). This is also now the default. * The :class:`numcodecs.blosc.Blosc` codec now raises an exception when an invalid compressor name is provided under all circumstances (:issue:`40`, :issue:`42`). * The bundled version of the c-blosc library has been upgraded to version 1.12.1 (:issue:`45`, :issue:`42`). * An improvement has been made to the system detection capabilities during compilation of C extensions (by :user:`Prakhar Goel `; :issue:`36`, :issue:`38`). * Arrays with datetime64 or timedelta64 can now be passed directly to compressor codecs (:issue:`39`, :issue:`46`). .. _release_0.2.1: 0.2.1 ----- The bundled c-blosc library has been upgraded to version 1.11.3 (:issue:`34`, :issue:`35`). .. _release_0.2.0: 0.2.0 ----- New codecs: * The :class:`numcodecs.quantize.Quantize` codec, which provides support for reducing the precision of floating-point data, has been ported over from Zarr (:issue:`28`, :issue:`31`). Other changes: * The :class:`numcodecs.zlib.Zlib` codec is now also registered under the alias 'gzip' (:issue:`29`, :issue:`32`). Maintenance work: * A data fixture has been added to the test suite to add some protection against changes to codecs that break backwards-compatibility with data encoded using a previous release of numcodecs (:issue:`30`, :issue:`33`). .. _release_0.1.1: 0.1.1 ----- This release includes a small modification to the setup.py script to provide greater control over how compiler options for different instruction sets are configured (:issue:`24`, :issue:`27`). .. _release_0.1.0: 0.1.0 ----- New codecs: * Two new compressor codecs :class:`numcodecs.zstd.Zstd` and :class:`numcodecs.lz4.LZ4` have been added (:issue:`3`, :issue:`22`). These provide direct support for compression/decompression using `Zstandard `_ and `LZ4 `_ respectively. * A new :class:`numcodecs.msgpacks.MsgPack` codec has been added which uses `msgpack-python `_ to perform encoding/decoding, including support for arrays of Python objects (`Jeff Reback `_; :issue:`5`, :issue:`6`, :issue:`8`, :issue:`21`). * A new :class:`numcodecs.pickles.Pickle` codec has been added which uses the Python pickle protocol to perform encoding/decoding, including support for arrays of Python objects (`Jeff Reback `_; :issue:`5`, :issue:`6`, :issue:`21`). * A new :class:`numcodecs.astype.AsType` codec has been added which uses NumPy to perform type conversion (`John Kirkham `_; :issue:`7`, :issue:`12`, :issue:`14`). Other new features: * The :class:`numcodecs.lzma.LZMA` codec is now supported on Python 2.7 if `backports.lzma `_ is installed (`John Kirkham `_; :issue:`11`, :issue:`13`). * The bundled c-blosc library has been upgraded to version `1.11.2 `_ (:issue:`10`, :issue:`18`). * An option has been added to the :class:`numcodecs.blosc.Blosc` codec to allow the block size to be manually configured (:issue:`9`, :issue:`19`). * The representation string for the :class:`numcodecs.blosc.Blosc` codec has been tweaked to help with understanding the shuffle option (:issue:`4`, :issue:`19`). * Options have been added to manually control how the C extensions are built regardless of the architecture of the system on which the build is run. To disable support for AVX2 set the environment variable "DISABLE_NUMCODECS_AVX2". To disable support for SSE2 set the environment variable "DISABLE_NUMCODECS_SSE2". To disable C extensions altogether set the environment variable "DISABLE_NUMCODECS_CEXT" (:issue:`24`, :issue:`26`). Maintenance work: * CI tests now run under Python 3.6 as well as 2.7, 3.4, 3.5 (:issue:`16`, :issue:`17`). * Test coverage is now monitored via `coveralls `_ (:issue:`15`, :issue:`20`). .. _release_0.0.1: 0.0.1 ----- Fixed project description in setup.py. .. _release_0.0.0: 0.0.0 ----- First release. This version is a port of the ``codecs`` module from `Zarr `_ 2.1.0. The following changes have been made from the original Zarr module: * Codec classes have been re-organized into separate modules, mostly one per codec class, for ease of maintenance. * Two new codec classes have been added based on 32-bit checksums: :class:`numcodecs.checksum32.CRC32` and :class:`numcodecs.checksum32.Adler32`. * The Blosc extension has been refactored to remove code duplications related to handling of buffer compatibility.