Skip to content

Commit 790f658

Browse files
committed
prepare 0.6 release
1 parent e59e3d1 commit 790f658

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
# Changelog
22

3-
## 0.5 - Performance, Filter Trait, Rust 2018
3+
## 0.6 --- T-Digest, Lossy Counter
4+
5+
### T-Digest
6+
- new and shiny
7+
8+
### Filters
9+
- improve documentation of BloomFilter
10+
11+
### Top-K
12+
- rename former Top-K to CMS Heap
13+
- add Lossy Counter implementation
14+
15+
### CountMinSketch
16+
- `add` and `add_n` now return count after addition operation
17+
18+
### Dependencies
19+
- update bytecount to 0.5
20+
21+
## 0.5 --- Performance, Filter Trait, Rust 2018
422

523
### Global
624
- benchmarking system
@@ -26,7 +44,7 @@
2644
- add QuotientFilter
2745

2846

29-
## 0.4 - CuckooFilter, API Improvements, Docs
47+
## 0.4 --- CuckooFilter, API Improvements, Docs
3048

3149
- CountMinSketch: use `num-traits` as counters, `add_n` takes element by reference
3250
- CuckooFilter: new!

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pdatastructs"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
authors = ["Marco Neumann <marco@crepererum.net>"]
55
license = "MIT/Apache-2.0"
66
keywords = [

0 commit comments

Comments
 (0)