| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| mlpack 4.5.1 source code.tar.gz | 2024-12-04 | 6.6 MB | |
| mlpack 4.5.1 source code.zip | 2024-12-04 | 8.0 MB | |
| README.md | 2024-12-04 | 402 Bytes | |
| Totals: 3 Items | 14.6 MB | 0 | |
Released Dec. 4, 2024.
- Fix compilation with clang 19 (#3799).
- Deprecate version of
data::Split()that returns astd::tuplefor consistency; use other overloads instead (#3803). - Fix LSTM layer copy/move constructors (#3809).
- Fix compilation if only including
mlpack/methods/kde/kde_model.hpp(#3800). - Fix serialization and
MinDistance()bugs withHollowBallBound(#3808).