nelson v0.5.4 Release Notes

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

    • Validators functions available from Nelson and C++ API (part 1):

      • mustBeLogicalScalar, mustBeLogical, mustBeFloat,
      • mustBeFinite, mustBeScalarOrEmpty, mustBeVector,
      • mustBeValidVariableName,
      • mustBeTextScalar, mustBeFolder,
      • mustBeNumeric.
    • Functions using SIMD extensions:

      • ceil, round, fix, floor, abs, conj,
      • exp, sqrt, log1p, log10, log
      • cos, sin, tan
      • atan2, acos, asin
      • addition, substraction, multiplication, division vectors.
    • system allows to run shell command execution in parallel.

    • โœ… test_run executes on parallel process.

    • extends assert_checkerror to check also error identifier.

    • ๐Ÿ‘ isvector, isscalar support overload.

    • isvarname builtin: check if input is valid variable name.

    • isdir manages string array.

    • time returns current time as the number of seconds or nanoseconds since the epoch.

    ๐Ÿ› Bug Fixes:

    • #352: number of input arguments checked in macro.

    • โšก๏ธ #382: optimize corrcoef.