Skip to content

v0.5.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@Nelson-numerical-software Nelson-numerical-software released this 24 Mar 17:48
· 1255 commits to master since this release

0.5.3 (2021-03-24)

Features:

  • #373: sign builtin.

  • #313: atanh builtin: inverse hyperbolic tangent.

  • 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.