Releases: NCAR/SPERR
v0.8.2
v0.8.1
This release contains mostly miscellaneous changes, including a small patch to CLI11 that removes a warning during CMake. However, there's also a small change on how the levels of wavelet transform is to be performed given an array length, some compressed data cannot be correctly decompressed using this version of code anymore.
v0.8.0
v0.7.2
v0.7.1
v0.7.0
This is a major release relative to v0.6.x series, thus the compressed bitstreams are not compatible. This release focuses on runtime performance improvements, with the most significant one being a novel implementation based on integer operations. Compared to v0.6.x series, this release is 20% to 50% faster.
A new functionality in this release is *Progressive Access" on 3D SPERR bitstreams. See this page for more discussion.
v0.6.2
v0.6.1
The major objective of this release is to test the integration of Zenodo. If successful, Zenodo should provide a DOI to this release.
A minor improvement in this release is that compressor_3d
and compressor_2d
will always use double-precision to compute compression statistics, even when the input was originally in single precision.