Skip to content

Commit

Permalink
Update change log with version 1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
azazel7 committed Oct 27, 2020
1 parent 303a1cb commit 94cee52
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,22 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.1] - 2020-10-27
### Added
- Hoeffding Tree
- Exponential Reservoir Sampling
- Mondrian Forest
- Naïve Bayes
- Multilayer perceptron

### Changed
- Reservoir Sampling is split in two classes
- Functions to add elements in Reservoir Sampling now return the index where the element is added.

### Fixed
- Reservoir Sampling statistical bugs

## [1.0] - 2019-06-20
### Added
Expand All @@ -15,3 +28,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Lightweight Temporal Compression (LTC)
- Bloom Filter
- Cuckoo Filter

0 comments on commit 94cee52

Please sign in to comment.