Skip to content

Commit

Permalink
release 0.2.0
Browse files Browse the repository at this point in the history
* update to SZ3 3.2.1
* BREAKING: the `interp_block_size` parameter got removed
  • Loading branch information
rroohhh committed Dec 9, 2024
1 parent 1e81def commit f2b8cf6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
description = "High level bindings to the SZ3 lossy floating point compressor."
Expand All @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion sz3-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
Expand Down

0 comments on commit f2b8cf6

Please sign in to comment.