Skip to content

Releases: kiyo-masui/bitshuffle

0.5.1

26 Nov 00:17
Compare
Choose a tag to compare

A patch release to fix a few small issues building wheels.

What's Changed

Full Changelog: 0.5.0...0.5.1

0.5.0

25 Nov 21:13
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.2...0.5.0

0.4.2

21 Mar 16:58
Compare
Choose a tag to compare

What's Changed

  • ci: build macOS wheels and upload to PyPI by @jrs65 in #116

Full Changelog: 0.4.1...0.4.2

0.4.1

25 Feb 20:49
Compare
Choose a tag to compare

Highlights

A bug fix release to solve an issue when directly using the zstd based decompression (#115, thanks @fleon-psi), and fix issues in the automated wheel building.

What's Changed

  • ci: simplify wheel build by @jrs65 in #113
  • Bshuf_decompress_zstd_block consistent with bshuf_decompress_lz4_block by @fleon-psi in #115
  • ci: more updates to wheel building and v0.4.1 release by @jrs65 in #114

New Contributors

Full Changelog: 0.4.0...0.4.1

0.4.0

25 Feb 06:48
Compare
Choose a tag to compare

Highlights

This release adds support for compressing the shuffled data with ZSTD a new algorithm that allows for higher compression ratios and tunable performance (#104, thanks @james-s-willis). It also changes bitshuffle to load libhdf5 dynamically. This means that bitshuffle and h5py do not need to be built against the same HDF5 installation, and allows us to distribute pre-built binary wheels (#81, thanks @t20100).

What's Changed

New Contributors

Full Changelog: 0.3.5...0.4.0

0.3.5

05 Nov 15:29
Compare
Choose a tag to compare

Acceleration using Arm NEON instructions and support for MSVC compiler.

0.3.4

09 Nov 16:59
Compare
Choose a tag to compare

Pypi packaging fix.

0.3.3

08 Nov 23:54
Compare
Choose a tag to compare

Bugfixes and installer improvements.

0.3.2

10 Feb 03:52
Compare
Choose a tag to compare

Use stdint.h instead of typedefs for C++ with GCC

0.3.1

07 Feb 04:10
Compare
Choose a tag to compare

README reStructured text syntax fixes.