From 04423be2c6060d5a8ba66bc39ff4cbd69c8c5fcf Mon Sep 17 00:00:00 2001 From: Kai Zhao Date: Tue, 1 Jun 2021 15:59:27 -0400 Subject: [PATCH] support point-wise relative error bound --- README.md | 1 + include/def.hpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fffba28f..85b3d922 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file diff --git a/include/def.hpp b/include/def.hpp index b8b7916d..3cb03f9e 100644 --- a/include/def.hpp +++ b/include/def.hpp @@ -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