Skip to content

Commit

Permalink
move memory ownership to rust
Browse files Browse the repository at this point in the history
* Use more Vecs instead of malloc

* Bump SZ3 to 3.2.2

* Bump to v0.3.0+SZ3-3.2.2

* bump SZ3

fixes windows build

* bump cc

* Build with C++17

---------

Co-authored-by: Robin Ole Heinemann <[email protected]>
  • Loading branch information
juntyr and rroohhh authored Jan 8, 2025
1 parent f2b8cf6 commit 1ae3c56
Show file tree
Hide file tree
Showing 6 changed files with 158 additions and 188 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sz3"
version = "0.2.0+SZ3-3.2.1"
version = "0.3.0+SZ3-3.2.2"
edition = "2021"
authors = ["Robin Ole Heinemann <[email protected]>"]
description = "High level bindings to the SZ3 lossy floating point compressor."
Expand All @@ -16,8 +16,8 @@ exclude = ["test_data/*"]
openmp = ["sz3-sys/openmp"]

[dependencies]
sz3-sys = { path = "sz3-sys", version = "0.2.0" }
thiserror = "1.0.61"
sz3-sys = { path = "sz3-sys", version = "0.3.0" }
thiserror = "2.0.0"

[dev-dependencies]
bytemuck = "1.16.0"
Expand Down
Loading

0 comments on commit 1ae3c56

Please sign in to comment.