Skip to content

Release 2.0.2.2

Compare
Choose a tag to compare
@disheng222 disheng222 released this 13 Nov 21:19
· 322 commits to master since this release

Fix several bugs.

  1. When the compression error bound is set to a very small number such as 4E-7 and the original raw data size is relatively small (such as 1MB), core dump might be caused.
  2. a bug in time-based compression is fixed.
  3. Please check the commit history for more bug fixes.
  4. This version already has a preliminary implementation of random-access implementation (for 3D float data), which also requires more tests.
  5. README and User guide is updated to a certain extent.