This release adds support for 32bit lossless compression of integer and floating-point data, where floating-point data can benefit from the non-linear (NLT) segment marker, which represent negative values in a more compression-friendly format.
This required the addition of 64 bit processing path for lossless compression, which is automatically employed if needed.
This version also addresses issue #157, which causes illegal instruction fault on machines that do not support AVX or more recent instruction sets, when the code in compiled with clang and in the Release mode only.
What's Changed
Full Changelog: 0.17.0...0.18.0