Skip to content

Releases: silx-kit/hdf5plugin

2.3.0

15 May 13:59
52f6469
Compare
Choose a tag to compare
  • Added ZFP filter (PR #74, #77)
  • Updated README (PR #76, #79)

2.2.0

04 May 15:53
041eb64
Compare
Choose a tag to compare
  • Added FCIDECOMP filter (PR #68, #71)

2.1.2

04 Feb 15:31
a0ab516
Compare
Choose a tag to compare
  • Fixed OpenMP compilation flag (PR #64)
  • Fixed support of wheel package version >= 0.34 (PR #64)
  • Continuous Integration: Run tests with python3 on macOS rather than python2. (PR #66)

2.1.1

16 Dec 10:06
v2.1.1
Compare
Choose a tag to compare
  • Fixed --native build option on platform other than x86_64 (PR #62)
  • Fixed build of the snappy C++11 library for blosc on macOS (PR #60)

2.1.0

28 Nov 15:58
d55ecc8
Compare
Choose a tag to compare
  • Added --openmp=[False|True] build option to compile bitshuffle filter with OpenMP. (PR #51)
  • Added --sse2=[True|False] build option to compile blosc and bitshuffle filters with SSE2 instructions if available. (PR #52)
  • Added --avx2=[True|False] build option to compile blosc and bitshuffle filters with AVX2 instructions if available. (PR #52)
  • Added --native=[True|False] build option to compile filters for native CPU architecture. This enables SSE2/AVX2 support for the bitshuffle filter if available. (PR #52)
  • Added snappy compression to the blosc filter if C++11 is available (--cpp11=[True|False] build option). (PR #54)
  • Improved wheel generation by using root_is_pure=True setting. (PR #49)

2.0.0

21 Oct 10:02
11c1af1
Compare
Choose a tag to compare
  • Added compression support for Linux and macOS
  • Added blosc filter
  • Added helper class (Blosc, Bitshuffle and LZ4) to ease providing compression arguments to h5py (changed since 2.0.0b0)
  • Added tests
  • Updated documentation
  • Building from source through setup.py
  • No longer use the plugin mechanism via HDF5_PLUGIN_PATH environment variable

2.0.0b0

09 Oct 12:39
v2.0.0b0
Compare
Choose a tag to compare
2.0.0b0 Pre-release
Pre-release
  • Added compression support for Linux and macOS
  • Added blosc filter
  • Added bitshuffle_options, blosc_options and lz4_options compression helper functions
  • Building from source through setup.py
  • No longer use the plugin mechanism via HDF5_PLUGIN_PATH environment variable

1.4.0

21 Apr 08:58
Compare
Choose a tag to compare
  • Support Python 3.6 under windows 64 bit

1.3.0

30 Nov 19:49
Compare
Choose a tag to compare
  • First version supporting Windows, MacOS and (many)linux
  • Continuous integration added