Skip to content

Commit

Permalink
change namespace from SZ to SZ3, to avoid conflict with SZ2
Browse files Browse the repository at this point in the history
  • Loading branch information
ayzk committed Nov 1, 2023
1 parent 3236a6e commit 2437574
Show file tree
Hide file tree
Showing 5 changed files with 584 additions and 665 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.18)
project(SZ3 VERSION 3.1.7)
project(SZ3 VERSION 3.1.8)
include(GNUInstallDirs)
include(CTest)

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,5 @@ Version New features
* SZ 3.1.4 Support running on Windows. Please refer to https://github.com/szcompressor/SZ3/issues/5#issuecomment-1094039224 for instructions.
* SZ 3.1.5 Support HDF5 by H5Z-SZ3. Please add "-DBUILD_H5Z_FILTER=ON" to enable this function for CMake.
* SZ 3.1.6 Support C API and Python API.
* SZ 3.1.7 Initial MDZ(https://github.com/szcompressor/SZ3/tree/master/tools/mdz) support.
* SZ 3.1.7 Initial MDZ(https://github.com/szcompressor/SZ3/tree/master/tools/mdz) support.
* SZ 3.1.8 namespace changed from SZ to SZ3. H5Z-SZ3 supports configuration file now.
Loading

0 comments on commit 2437574

Please sign in to comment.