Skip to content

Releases: szcompressor/SZ3

v3.2.1

03 Oct 20:11
Compare
Choose a tag to compare

What's Changed

  • Add support for 32bit systems by falling back to std::unordered_map by @juntyr in #56
  • SZ 3.2.0 by @ayzk in #60

New Contributors

Full Changelog: v3.1.8...v3.2.1

v3.1.8

30 Nov 19:48
be68d64
Compare
Choose a tag to compare
Merge pull request #47 from robertu94/master

update to 3.1.8

V3.1.3

04 Feb 15:27
Compare
Choose a tag to compare

Support more error control modes: PSNR, L2Norm, ABS_AND_REL, ABS_OR_REL.
Support INT32 and INT64 datatype.
Support text output.

v3.1.2

03 Feb 01:19
Compare
Choose a tag to compare

Support configuration file (INI format).
SZ3 simplifies command line arguments in the previous version. If you are a new user, please follow the instructions given by the executable.
For backward compatibility, most of the SZ2 command-line arguments are supported in SZ3. Existing scripts involving SZ2 should work after replacing SZ2 with SZ3.

v3.1.1

27 Jan 01:12
Compare
Choose a tag to compare

Add OpenMP support. Works for all algorithems.

v3.1.0

21 Jan 21:29
Compare
Choose a tag to compare

The default algorithm is now interpolation+Lorenzo.

v3.0.2

01 Jun 20:00
Compare
Choose a tag to compare
support point-wise relative error bound

v3.0.1

15 Apr 14:37
Compare
Choose a tag to compare
update