Skip to content

0.5.5

Compare
Choose a tag to compare
@lindstro lindstro released this 06 May 02:20
· 610 commits to master since this release

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.