We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8003a7c commit 04423beCopy full SHA for 04423be
README.md
@@ -44,3 +44,4 @@ Version New features
44
45
* SZ 3.0.0 SZ3 is the C++ version of SZ with modular and composable design.
46
* SZ 3.0.1 Improve the build process.
47
+* SZ 3.0.2 Support point-wise relative error bound mode.
include/def.hpp
@@ -8,7 +8,7 @@
8
/*------ Version ------*/
9
#define SZ_VERSION_MAJOR 3
10
#define SZ_VERSION_MINOR 0
11
-#define SZ_VERSION_RELEASE 1
+#define SZ_VERSION_RELEASE 2
12
13
#define SZ_LIB_VERSION SZ_VERSION_MAJOR.SZ_VERSION_MINOR.SZ_VERSION_RELEASE
14
#define SZ_QUOTE(str) #str
0 commit comments