@@ -24,6 +24,7 @@ members = [
2424 " codecs/reinterpret" ,
2525 " codecs/round" ,
2626 " codecs/sperr" ,
27+ " codecs/stochastic-rounding" ,
2728 " codecs/swizzle-reshape" ,
2829 " codecs/sz3" ,
2930 " codecs/tthresh" ,
@@ -39,7 +40,7 @@ edition = "2024"
3940authors = [" Juniper Tyree <juniper.tyree@helsinki.fi>" ]
4041repository = " https://github.com/juntyr/numcodecs-rs"
4142license = " MPL-2.0"
42- rust-version = " 1.85 "
43+ rust-version = " 1.86 "
4344
4445[workspace .dependencies ]
4546# workspace-internal numcodecs crates
@@ -66,6 +67,7 @@ numcodecs-pco = { version = "0.2", path = "codecs/pco", default-features = false
6667numcodecs-random-projection = { version = " 0.3" , path = " codecs/random-projection" , default-features = false }
6768numcodecs-reinterpret = { version = " 0.3" , path = " codecs/reinterpret" , default-features = false }
6869numcodecs-round = { version = " 0.3" , path = " codecs/round" , default-features = false }
70+ numcodecs-stochastic-rounding = { version = " 0.1" , path = " codecs/stochastic-rounding" , default-features = false }
6971numcodecs-swizzle-reshape = { version = " 0.3" , path = " codecs/swizzle-reshape" , default-features = false }
7072numcodecs-sz3 = { version = " 0.6" , path = " codecs/sz3" , default-features = false }
7173numcodecs-tthresh = { version = " 0.2" , path = " codecs/tthresh" , default-features = false }
0 commit comments