We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d550923 commit 2530d4cCopy full SHA for 2530d4c
CHANGES.md
@@ -1,3 +1,10 @@
1
+# sparsevec 0.2.0 (2022-07-25)
2
+
3
+* Move the backing storage (consisting of `PackedVec`s and `Vob`s) from `usize`
4
+ to `u64`. This makes serialising/deserialising across machine widths possible
5
+ (though not necessarily reliable!).
6
7
8
# sparsevec 0.1.4 (2021-10-20)
9
10
* Upgrade dependencies.
Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "sparsevec"
description = "Compress vectors using row displacement"
-version = "0.1.4"
+version = "0.2.0"
edition = "2018"
authors = ["Lukas Diekmann <[email protected]>"]
repository = "https://github.com/softdevteam/sparsevec/"
0 commit comments