github llnl/zfp 0.5.5

latest releases: 1.0.1, 1.0.0
7 years ago

0.5.5 (May 5, 2019)

  • Added support for reversible (lossless) compression of floating-point and
    integer data.

  • Added methods for serializing and deserializing zfp's compressed arrays.

  • Added Python bindings for compressing NumPy arrays.

  • Added Fortran bindings to zfp's high-level C API.

  • Change:

    • The default compressed-array cache size is now a function of the total
      number of array elements, irrespective of array shape.
  • Bug fixes:

    • Incorrect handling of execution policy in zfp utility.
    • Incorrect handling of decompression via header in zfp utility.
    • Incorrect cleanup of device memory in CUDA decompress.
    • Tests for failing mallocs.
    • CMake installation of CFP when built.
    • zfp_write_header and zfp_field_metadata now fail if array dimensions
      are too large to fit in header.

Don't miss a new zfp release

NewReleases is sending notifications on new releases.