New
mlpack 4.5.1
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).