Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
crepererum committed Feb 4, 2018
1 parent 869274a commit 14c491f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog


## 0.3 - Reservoir Sampling, Top-K, useful traits

- ReservoirSampling: first implementation
- Top-K: first implementation
- all: implement Extend trait


## 0.2 - CountMinSketch, rusty getters

- Counter: a safe counter trait
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pdatastructs"
version = "0.2.0"
version = "0.3.0"
authors = ["Marco Neumann <[email protected]>"]
license = "MIT"
keywords = ["bloomfilter", "countminsketch", "hyperloglog", "reservoirsampling", "topk"]
Expand Down

0 comments on commit 14c491f

Please sign in to comment.