Releases: Blosc/blosc2_grok
Releases · Blosc/blosc2_grok
blosc2-grok v0.3.5
What's Changed
- Fix geometric mapping for b2nd image dimensions by @alemirone in #20
New Contributors
- @alemirone made their first contribution in #20
Full Changelog: v0.3.4...v0.3.5
blosc2-grok v0.3.4
What's Changed
- add missing cibuildwheel to requirements by @boxerab in #13
- Ci wheels final by @lshaw8317 in #18
- Allow rebuild wheels (IV) by @lshaw8317 in #19
New Contributors
- @boxerab made their first contribution in #13
- @lshaw8317 made their first contribution in #18
Full Changelog: v0.3.3...v0.3.4
Release 0.3.3
Changes from 0.3.2 to 0.3.3
- Change the Python extension from MODULE to SHARED on some
platforms (Linux and MacOSX/arm64; the rest do not seem
to support SHARED mode). This allows for a C program to
use the plugin as a shared library.
Release 0.3.2
Changes from 0.3.1 to 0.3.2
- Support for arbitrary numbers of leading 1 dimensions in the input data.
This is common in image data where the leading dimensions are reserved for
stacks of images.
Release 0.3.1
Changes from 0.3.0 to 0.3.1
- Build aarch64 wheels.
Release 0.3.0
Changes from 0.2.3 to 0.3.0
- Support specifying the
ratesvalue as the
codec_metafrom the blosc2 cparams.
Release 0.2.3
Changes from 0.2.2 to 0.2.3
- Fixed a memory leak in the decoder function.
Release 0.2.2
Changes from 0.2.1 to 0.2.2
- Changed initialization of the grok library
to first time it is used. This avoids having to import
theblosc2-grokpackage prior to use the plugin.
Release 0.2.1
Changes from 0.2.0 to 0.2.1
- Avoid calling
set_params_defaultsfor setting own blosc2_grok defaults.
Release 0.2.0
Changes from 0.1.0 to 0.2.0
- Default
cod_formatchanged to JP2. - Added
modeparam to perform high throughput coding. - Added some benchmarks.
- Added include header in
utils.h.