Skip to content

Commit

Permalink
support point-wise relative error bound
Browse files Browse the repository at this point in the history
  • Loading branch information
ayzk committed Jun 1, 2021
1 parent 8003a7c commit 04423be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,4 @@ Version New features

* SZ 3.0.0 SZ3 is the C++ version of SZ with modular and composable design.
* SZ 3.0.1 Improve the build process.
* SZ 3.0.2 Support point-wise relative error bound mode.
2 changes: 1 addition & 1 deletion include/def.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
/*------ Version ------*/
#define SZ_VERSION_MAJOR 3
#define SZ_VERSION_MINOR 0
#define SZ_VERSION_RELEASE 1
#define SZ_VERSION_RELEASE 2

#define SZ_LIB_VERSION SZ_VERSION_MAJOR.SZ_VERSION_MINOR.SZ_VERSION_RELEASE
#define SZ_QUOTE(str) #str
Expand Down

0 comments on commit 04423be

Please sign in to comment.