Releases: szcompressor/SZ3
Releases · szcompressor/SZ3
v3.2.1
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
Merge pull request #47 from robertu94/master
update to 3.1.8
V3.1.3
Support more error control modes: PSNR, L2Norm, ABS_AND_REL, ABS_OR_REL.
Support INT32 and INT64 datatype.
Support text output.
v3.1.2
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
Add OpenMP support. Works for all algorithems.
v3.1.0
The default algorithm is now interpolation+Lorenzo.
v3.0.2
support point-wise relative error bound