| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| mlpack 4.8.0 source code.tar.gz | 2026-06-09 | 10.5 MB | |
| mlpack 4.8.0 source code.zip | 2026-06-09 | 12.0 MB | |
| README.md | 2026-06-09 | 953 Bytes | |
| Totals: 3 Items | 22.5 MB | 0 | |
Released June 9th, 2026.
-
Add Mel Filterbanks Energies (MFE) and Mel-frequency cepstral coefficients (MFCC) as part of our signal processing utilities (#4144).
-
Add support for audio data via dr_wav and dr_mp3 allowing to load these file types (#4112, [#4113]).
-
Add HTTP support via cpp-httplib to allow online dataset downloading (#4092, [#4099]).
-
Fix header inclusion and warnings in R package (#4098).
-
Adapt
TransposedConvolutionANN layer to the new interface (#3967). -
Fix rendering of Python documentation (#4126).
-
Add
TSVASCIIformat for loading TSVs (#4127). -
Efficiency improvements for
Load()andSave()(#4128, [#4129]). -
Add
EMDandEEMDsignal preprocessing utilities (#4044, [#4146]). -
Efficiency improvements for
MeanImputationandMedianImputationwith newer Armadillo versions (#4149). -
Fix
CoverTreecompilation errors with non-default element types (#4160).