Skip to content

0.5.4

Compare
Choose a tag to compare
@salasoom salasoom released this 02 Oct 04:56
· 820 commits to master since this release

0.5.4 (October 1, 2018)

  • Added support for CUDA fixed-rate compression and decompression.

  • Added views into compressed arrays for thread safety, nested array
    indexing, slicing, and array subsetting.

  • Added C language bindings for compressed arrays.

  • Added support for compressing and decompressing 4D data.

  • Changes:

    • Execution policy now applies to both compression and decompression.
    • Compressed array accessors now return Scalar type instead of
      const Scalar& to avoid stale references to evicted cache lines.
  • Bug fixes:

    • Handling of negative strides.
    • Command line tool handling of arrays with more than 2^32 elements.
    • bitstream C++ compatibility.
    • Respect minimum cache size request.