* 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.
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.
0.3.1
* Build aarch64 wheels.
0.3.0
* Support specifying the `rates` value as the `codec_meta` from the blosc2 cparams.
0.2.3
* Fixed a memory leak in the decoder function.
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.