You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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