mlpack v3.3.1 Release Notes

Release Date: 2020-04-30 // almost 4 years ago
  • ๐Ÿš€ Released April 29th, 2020.

    ๐Ÿ“š Minor Julia and Python documentation fixes (#2373).

    โšก๏ธ Updated terminal state and fixed bugs for Pendulum environment (#2354, #2369).

    โž• Added EliSH activation function (#2323).

    โž• Add L1 Loss function (#2203).

    Pass CMAKE_CXX_FLAGS (compilation options) correctly to Python build (#2367).

    ๐Ÿ”ฆ Expose ensmallen Callbacks for sparseautoencoder (#2198).

    ๐Ÿ›  Bugfix for LARS class causing invalid read (#2374).

    โž• Add serialization support from Julia; use mlpack.serialize() and mlpack.deserialize() to save and load from IOBuffers.