From f2b8cf6331633b1abeaf260fb25bbee3331f7267 Mon Sep 17 00:00:00 2001 From: Robin Ole Heinemann Date: Mon, 9 Dec 2024 16:53:26 +0100 Subject: [PATCH] release 0.2.0 * update to SZ3 3.2.1 * BREAKING: the `interp_block_size` parameter got removed --- Cargo.toml | 4 ++-- sz3-sys/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8135ce0..93441ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sz3" -version = "0.1.1+SZ3-3.1.8.1" +version = "0.2.0+SZ3-3.2.1" edition = "2021" authors = ["Robin Ole Heinemann "] description = "High level bindings to the SZ3 lossy floating point compressor." @@ -16,7 +16,7 @@ exclude = ["test_data/*"] openmp = ["sz3-sys/openmp"] [dependencies] -sz3-sys = { path = "sz3-sys", version = "0.1.1" } +sz3-sys = { path = "sz3-sys", version = "0.2.0" } thiserror = "1.0.61" [dev-dependencies] diff --git a/sz3-sys/Cargo.toml b/sz3-sys/Cargo.toml index d49b84a..2db989b 100644 --- a/sz3-sys/Cargo.toml +++ b/sz3-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sz3-sys" -version = "0.1.1+SZ3-3.1.8.1" +version = "0.2.0+SZ3-3.2.1" edition = "2021" license = "GPL-3.0-only" authors = ["Robin Ole Heinemann "]