Skip to content

Commit 04423be

Browse files
committed
support point-wise relative error bound
1 parent 8003a7c commit 04423be

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,4 @@ Version New features
4444

4545
* SZ 3.0.0 SZ3 is the C++ version of SZ with modular and composable design.
4646
* SZ 3.0.1 Improve the build process.
47+
* SZ 3.0.2 Support point-wise relative error bound mode.

include/def.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
/*------ Version ------*/
99
#define SZ_VERSION_MAJOR 3
1010
#define SZ_VERSION_MINOR 0
11-
#define SZ_VERSION_RELEASE 1
11+
#define SZ_VERSION_RELEASE 2
1212

1313
#define SZ_LIB_VERSION SZ_VERSION_MAJOR.SZ_VERSION_MINOR.SZ_VERSION_RELEASE
1414
#define SZ_QUOTE(str) #str

0 commit comments

Comments
 (0)