Skip to content

Commit

Permalink
Merge pull request #26 from ltratt/sparsevec_0_2_1
Browse files Browse the repository at this point in the history
Prepare a 0.2.1 release.
  • Loading branch information
ratmice authored Nov 24, 2024
2 parents f285566 + 8325a26 commit 61d0809
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# sparsevec 0.2.1 (2024-11-24)

* Optimise the creation of a sparsevec: when used, for example, for grmtools'
grammars, this can be a substantial (e.g. in one example over 30x) speedup.


# sparsevec 0.2.0 (2022-07-25)

* Move the backing storage (consisting of `PackedVec`s and `Vob`s) from `usize`
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "sparsevec"
description = "Compress vectors using row displacement"
version = "0.2.0"
version = "0.2.1"
edition = "2018"
authors = ["Lukas Diekmann <[email protected]>"]
repository = "https://github.com/softdevteam/sparsevec/"
Expand Down

0 comments on commit 61d0809

Please sign in to comment.