nelson v0.5.5 Release Notes

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

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

      • mustBeFile,
      • mustBeNonempty, mustBeNonNan, mustBeNonZero, mustBeNonSparse,
      • mustBeA, mustBeReal, mustBeInteger, mustBeNonmissing,
      • mustBePositive, mustBeNonpositive, mustBeNonnegative, mustBeNegative,
      • mustBeGreaterThan, mustBeGreaterThanOrEqual, mustBeLessThan,
      • mustBeNumericOrLogical, mustBeText, mustBeNonzeroLengthText,
      • mustBeMember, mustBeInRange.
    • โœ… test_run manages SEQUENTIAL TEST REQUIRED and NATIVE_ARCHITECTURE TEST REQUIRED tags.

    • ๐Ÿ‘ benchs are executed sequentialy (better bench results).

    • โšก๏ธ all, any behavior with empty matrix updated.

    • extends all to manage over all elements.

    • ismember builtin: Array elements that are members of another array.

    • #439: split elementary_functions module and creates operators modules.

    ๐Ÿ”„ Changed:

    • ๐Ÿšš comment symbol is '%'. others previous supported comment symbol removed.

    ๐Ÿ› Bug Fixes:

    • #435: maxNumCompThreads did not return number of threads but number of cores.

    Compilation:

    • ๐Ÿ Move Windows build to GitHub CI. Appveyor is no more the principal build CI for Windows.

    • ๐Ÿง #441: Circle CI (ArchLinux build) fixed.

    • ๐Ÿ #357: Curl 7.76.1 on Windows.