Linfa Menu
I'm happy to announce that Linfa finally gets its own website. We are currently trying to improve the documentation in various places and a website should serve as a starting point.
Linfa 0.3.0 concentrates on polishing the existing implementation and adds only three new algorithms to the crowd. A new feature system is introduced, which allows the selection of the BLAS/LAPACK backend in the base-crate. The Dataset interface is polished and follows the ndarray model more closely. The new linfa-datasets crate gives easier access to sample datasets and can be used for testing.
Linfa 0.2.1 amends changes to the feature system, which made it impossible to release 0.2.0 on crates.io.
This release of Linfa introduced 9 new implementations and a couple of changes to the APIs. Travis support for FOSS projects was dropped, so we were forced to switch to Github Actions and we introduced a couple of traits to represent different classes of algorithms in a better way.