Unclaimed project
Are you a maintainer of linfa? Claim this project to take control of your public changelog and roadmap.
Claim this projectChangelog
linfa
A Rust machine learning framework.
Back to changelogNew
Release 0.7.0
What's Changed
- Bump MSRV to 1.57 by @YuhanLiin in https://github.com/rust-ml/linfa/pull/230
- Isotonic Regression by @wildart in https://github.com/rust-ml/linfa/pull/223
- Fixed p norm creation by @jorgehermo9 in https://github.com/rust-ml/linfa/pull/231
- Add Send+Sync to linfa-nn output by @YuhanLiin in https://github.com/rust-ml/linfa/pull/235
- Fix clippy errors by @YuhanLiin in https://github.com/rust-ml/linfa/pull/239
- Improve ci by @InCogNiTo124 in https://github.com/rust-ml/linfa/pull/240
- Update OS images and checkout action in CI by @YuhanLiin in https://github.com/rust-ml/linfa/pull/241
- Update anyhow to version 1.0.58 by @gkobeaga in https://github.com/rust-ml/linfa/pull/243
- Fix
max_n_iterations in k_means algorithm by @quettabit in https://github.com/rust-ml/linfa/pull/244
- Add serde support for LogisticRegression by @levkk in https://github.com/rust-ml/linfa/pull/247
- Automatically generate the intra doc links by @gkobeaga in https://github.com/rust-ml/linfa/pull/246
- Add MAPE to regression metrics by @bernardo-sb in https://github.com/rust-ml/linfa/pull/250
- Remove blas from linfa clustering by @oojo12 in https://github.com/rust-ml/linfa/pull/257
Ica bench by @oojo12 in https://github.com/rust-ml/linfa/pull/261Gen tabular datasets by @oojo12 in https://github.com/rust-ml/linfa/pull/260enable convert_targets method by @oojo12 in https://github.com/rust-ml/linfa/pull/266add some benchmarking guidance by @oojo12 in https://github.com/rust-ml/linfa/pull/267bump criterion by @oojo12 in https://github.com/rust-ml/linfa/pull/271Iai ols benchmark by @oojo12 in https://github.com/rust-ml/linfa/pull/253Pls bench by @oojo12 in https://github.com/rust-ml/linfa/pull/263Add Pprof Profiling to Existing Benchmarks by @oojo12 in https://github.com/rust-ml/linfa/pull/273Adding Multi-Task ElasticNet support by @YuhanLiin in https://github.com/rust-ml/linfa/pull/238Update dataset docs with generate feature by @YuhanLiin in https://github.com/rust-ml/linfa/pull/280update criterion settings by @oojo12 in https://github.com/rust-ml/linfa/pull/276Version 0.6.1 by @YuhanLiin in https://github.com/rust-ml/linfa/pull/283Add API to read array from CSV by @YuhanLiin in https://github.com/rust-ml/linfa/pull/284Update argmin in linfa-linear to version 0.8.0 by @stefan-k in https://github.com/rust-ml/linfa/pull/289Add serde support to linfa-preprocessing and linfa-bayes by @YuhanLiin in https://github.com/rust-ml/linfa/pull/292Fix clippy warning by @YuhanLiin in https://github.com/rust-ml/linfa/pull/297Make kmeans model serializable by @tmokazaki in https://github.com/rust-ml/linfa/pull/296Remove appx DBSCAN impl and replace with type aliases by @YuhanLiin in https://github.com/rust-ml/linfa/pull/298Fix README.md typo by @derekperkins in https://github.com/rust-ml/linfa/pull/302Rewrite binary labeling in logistic-regression by @bytesnake in https://github.com/rust-ml/linfa/pull/275Bump argmin to 0.8.1 and serde optional by @pablf in https://github.com/rust-ml/linfa/pull/309Build fixes by @YuhanLiin in https://github.com/rust-ml/linfa/pull/319Update license field following SPDX 2.1 license expression standard by @frisoft in https://github.com/rust-ml/linfa/pull/310Release version 0.7.0 by @YuhanLiin in https://github.com/rust-ml/linfa/pull/320New Contributors
- @wildart made their first contribution in https://github.com/rust-ml/linfa/pull/223
- @jorgehermo9 made their first contribution in https://github.com/rust-ml/linfa/pull/231
- @InCogNiTo124 made their first contribution in https://github.com/rust-ml/linfa/pull/240
- @gkobeaga made their first contribution in https://github.com/rust-ml/linfa/pull/243
- @quettabit made their first contribution in https://github.com/rust-ml/linfa/pull/244
- @levkk made their first contribution in https://github.com/rust-ml/linfa/pull/247
- @bernardo-sb made their first contribution in https://github.com/rust-ml/linfa/pull/250
- @oojo12 made their first contribution in https://github.com/rust-ml/linfa/pull/257
- @stefan-k made their first contribution in https://github.com/rust-ml/linfa/pull/289
- @tmokazaki made their first contribution in https://github.com/rust-ml/linfa/pull/296
- @derekperkins made their first contribution in https://github.com/rust-ml/linfa/pull/302
- @pablf made their first contribution in https://github.com/rust-ml/linfa/pull/309
- @frisoft made their first contribution in https://github.com/rust-ml/linfa/pull/310
Full Changelog: https://github.com/rust-ml/linfa/compare/0.6.0...0.7.0