nelson v0.5.3 Release Notes

Release Date: 2021-03-24 // about 3 years ago
  • ๐Ÿ”‹ Features:

    • #373: sign builtin.

    • #313: atanh builtin: inverse hyperbolic tangent.

    • 0๏ธโƒฃ MException comes default exception in Nelson.

    • try, catch extended to manage MException.

    • throw, throwAsCaller, rethrow functions added.

    • error extended to manage identifier.

    • callstack reworks, available with MException.

    • for loop faster > x2.

    • assignment does not copy matrix.

    • reworks ArrayOfVector (internal).

    • C++ API nargincheck, nargoutcheck helpers added.

    • ๐Ÿ“‡ rename mexception to MException

    ๐Ÿ› Bug Fixes:

    • ๐Ÿ‘ท #413: circle CI Arch docker did not work.

    • ๐Ÿณ #412 docker fedora 35 support.