Skip to content

Releases: Blosc/blosc2_grok

Release 0.3.3

04 Apr 12:17
Compare
Choose a tag to compare

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

23 Mar 17:00
Compare
Choose a tag to compare

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

21 Mar 08:53
Compare
Choose a tag to compare

Changes from 0.3.0 to 0.3.1

  • Build aarch64 wheels.

Release 0.3.0

04 Mar 08:53
Compare
Choose a tag to compare

Changes from 0.2.3 to 0.3.0

  • Support specifying the rates value as the
    codec_meta from the blosc2 cparams.

Release 0.2.3

15 Feb 11:51
Compare
Choose a tag to compare

Changes from 0.2.2 to 0.2.3

  • Fixed a memory leak in the decoder function.

Release 0.2.2

25 Jan 11:32
Compare
Choose a tag to compare

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
    the blosc2-grok package prior to use the plugin.

Release 0.2.1

22 Jan 10:52
Compare
Choose a tag to compare

Changes from 0.2.0 to 0.2.1

  • Avoid calling set_params_defaults for setting own blosc2_grok defaults.

Release 0.2.0

04 Jan 07:06
d4f0a7b
Compare
Choose a tag to compare

Changes from 0.1.0 to 0.2.0

  • Default cod_format changed to JP2.
  • Added mode param to perform high throughput coding.
  • Added some benchmarks.
  • Added include header in utils.h.

Release 0.1.0

22 Jan 11:31
Compare
Choose a tag to compare

Changes from 0.0.1 to 0.1.0

  • Added support for many parameters for the grok codec.

  • Documentation for params added in the README.

  • Fixed a bug when compressing several images in a row.

  • Sporadic segfaults when compressing/decompressing fixed.

  • First public release.