Skip to content

mlpack 4.1.0

Compare
Choose a tag to compare
@rcurtin rcurtin released this 27 Apr 13:26
· 1238 commits to master since this release

Released Apr. 27, 2023.

  • Adapt HardTanH layer (#3454).
  • Adapt Softmin layer for new neural network API (#3437).
  • Adapt PReLU layer for new neural network API (#3420).
  • Add CF decomposition methods: QUIC_SVDPolicy and BlockKrylovSVDPolicy (#3413, #3404).
  • Update outdated code in tutorials (#3398, #3401).
  • Bugfix for non-square convolution kernels (#3376).
  • Fix a few missing includes in <mlpack.hpp> (#3374).
  • Fix DBSCAN handling of non-core points (#3346).
  • Avoid deprecation warnings in Armadillo 11.4.4+ (#3405).
  • Issue runtime error when serialization of neural networks is attempted but MLPACK_ENABLE_ANN_SERIALIZATION is not defined (#3451).