Skip to content

Commit e406403

Browse files
authored
Update changelog and website for 0.5.1 release (rust-ml#204)
* Update changelog and website for 0.5.1 release
1 parent 8660728 commit e406403

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
Version 0.5.1 - 2022-02-28
2+
========================
3+
4+
Note that the commits for this release are in the `0-5-1` branch.
5+
6+
Changes
7+
-----------
8+
* remove `Float` trait bound from many `Dataset` impls, making non-float datasets usable
9+
* fix build errors in 0.5.0 caused by breaking minor releases from dependencies
10+
* fix bug in k-means where the termination condition of the algorithm was calculated incorrectly
11+
* fix build failure when building `linfa` alone, caused by incorrect feature selection for `ndarray`
12+
113
Version 0.5.0 - 2021-10-20
214
========================
315

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
+++
2+
title = "Release 0.5.1"
3+
date = "2022-02-28"
4+
+++
5+
6+
Linfa's 0.5.1 release fixes errors and bugs in the previous release, as well as removing useless trait bounds on the `Dataset` type. Note that the commits for this release are located in the `0-5-1` branch of the GitHub repo.
7+
8+
## Improvements
9+
10+
* remove `Float` trait bound from many `Dataset` impls, making non-float datasets usable
11+
* fix build errors in 0.5.0 caused by breaking minor releases from dependencies
12+
* fix bug in k-means where the termination condition of the algorithm was calculated incorrectly
13+
* fix build failure when building `linfa` alone, caused by incorrect feature selection for `ndarray`

0 commit comments

Comments
 (0)