Skip to content

Commit 7c3e090

Browse files
committed
add CHANGELOG.md
1 parent ff91e3f commit 7c3e090

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5+
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6+
7+
## [Unreleased]
8+
### Added
9+
- CHANGELOG.md file
10+
11+
## [0.1.1] - 2018-11-19
12+
### Added
13+
- Gaussian Naive Bayes algorithm
14+
- Math module with useful operations
15+
16+
## [0.1.0] - 2018-11-15
17+
### Added
18+
- K-Nearest Neighbours algorithm

0 commit comments

Comments
 (0)