-
-
Notifications
You must be signed in to change notification settings - Fork 249
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update changelog and website for 0.5.1 release (#204)
* Update changelog and website for 0.5.1 release
- Loading branch information
Showing
2 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
+++ | ||
title = "Release 0.5.1" | ||
date = "2022-02-28" | ||
+++ | ||
|
||
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. | ||
|
||
## Improvements | ||
|
||
* remove `Float` trait bound from many `Dataset` impls, making non-float datasets usable | ||
* fix build errors in 0.5.0 caused by breaking minor releases from dependencies | ||
* fix bug in k-means where the termination condition of the algorithm was calculated incorrectly | ||
* fix build failure when building `linfa` alone, caused by incorrect feature selection for `ndarray` |