Skip to content

Commit

Permalink
A first draft of changelog (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeMathWalker committed Dec 27, 2019
1 parent 6fc1f69 commit 8d37fc7
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Version 0.1.3 (_yet to be released_)
===========================

New algorithms
------------

- The `DBSCAN` clustering algorithm has been added to `linfa-clustering` ([#12](https://github.com/LukeMathWalker/linfa/pull/12) by [@xd009642])

Version 0.1.2 (2019-11-25)
===========================

New algorithms
------------

- First release of `linfa-clustering:v0.1.0` with the `KMeans` algorithm (by [@LukeMathWalker])
- First (real) release of `linfa`, re-exporting `linfa-clustering` (by [@LukeMathWalker])


[@LukeMathWalker]: https://github.com/LukeMathWalker
[@xd009642]: https://github.com/xd009642

0 comments on commit 8d37fc7

Please sign in to comment.