Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-10-16 | 4.7 kB | |
Release 0.7.0 source code.tar.gz | 2023-10-16 | 507.4 kB | |
Release 0.7.0 source code.zip | 2023-10-16 | 643.6 kB | |
Totals: 3 Items | 1.2 MB | 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/261
- Gen tabular datasets by @oojo12 in https://github.com/rust-ml/linfa/pull/260
- enable convert_targets method by @oojo12 in https://github.com/rust-ml/linfa/pull/266
- add some benchmarking guidance by @oojo12 in https://github.com/rust-ml/linfa/pull/267
- bump criterion by @oojo12 in https://github.com/rust-ml/linfa/pull/271
- Iai ols benchmark by @oojo12 in https://github.com/rust-ml/linfa/pull/253
- Pls bench by @oojo12 in https://github.com/rust-ml/linfa/pull/263
- Add Pprof Profiling to Existing Benchmarks by @oojo12 in https://github.com/rust-ml/linfa/pull/273
- Adding Multi-Task ElasticNet support by @YuhanLiin in https://github.com/rust-ml/linfa/pull/238
- Update dataset docs with generate feature by @YuhanLiin in https://github.com/rust-ml/linfa/pull/280
- update criterion settings by @oojo12 in https://github.com/rust-ml/linfa/pull/276
- Version 0.6.1 by @YuhanLiin in https://github.com/rust-ml/linfa/pull/283
- Add API to read array from CSV by @YuhanLiin in https://github.com/rust-ml/linfa/pull/284
- Update argmin in linfa-linear to version 0.8.0 by @stefan-k in https://github.com/rust-ml/linfa/pull/289
- Add serde support to
linfa-preprocessing
andlinfa-bayes
by @YuhanLiin in https://github.com/rust-ml/linfa/pull/292 - Fix clippy warning by @YuhanLiin in https://github.com/rust-ml/linfa/pull/297
- Make kmeans model serializable by @tmokazaki in https://github.com/rust-ml/linfa/pull/296
- Remove appx DBSCAN impl and replace with type aliases by @YuhanLiin in https://github.com/rust-ml/linfa/pull/298
- Fix README.md typo by @derekperkins in https://github.com/rust-ml/linfa/pull/302
- Rewrite binary labeling in logistic-regression by @bytesnake in https://github.com/rust-ml/linfa/pull/275
- Bump argmin to 0.8.1 and serde optional by @pablf in https://github.com/rust-ml/linfa/pull/309
- Build fixes by @YuhanLiin in https://github.com/rust-ml/linfa/pull/319
- Update license field following SPDX 2.1 license expression standard by @frisoft in https://github.com/rust-ml/linfa/pull/310
- Release version 0.7.0 by @YuhanLiin in https://github.com/rust-ml/linfa/pull/320
New 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