Skip to content

Commit

Permalink
Merge #66
Browse files Browse the repository at this point in the history
66: prepare 0.6 release r=crepererum a=crepererum



Co-authored-by: Marco Neumann <[email protected]>
  • Loading branch information
bors[bot] and crepererum committed Apr 27, 2019
2 parents e59e3d1 + 790f658 commit 203976b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
22 changes: 20 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
# Changelog

## 0.5 - Performance, Filter Trait, Rust 2018
## 0.6 --- T-Digest, Lossy Counter

### T-Digest
- new and shiny

### Filters
- improve documentation of BloomFilter

### Top-K
- rename former Top-K to CMS Heap
- add Lossy Counter implementation

### CountMinSketch
- `add` and `add_n` now return count after addition operation

### Dependencies
- update bytecount to 0.5

## 0.5 --- Performance, Filter Trait, Rust 2018

### Global
- benchmarking system
Expand All @@ -26,7 +44,7 @@
- add QuotientFilter


## 0.4 - CuckooFilter, API Improvements, Docs
## 0.4 --- CuckooFilter, API Improvements, Docs

- CountMinSketch: use `num-traits` as counters, `add_n` takes element by reference
- CuckooFilter: new!
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.5.0"
version = "0.6.0"
authors = ["Marco Neumann <[email protected]>"]
license = "MIT/Apache-2.0"
keywords = [
Expand Down

0 comments on commit 203976b

Please sign in to comment.