nelson v0.4.1 Release Notes

Release Date: 2020-01-27 // about 4 years ago
    • rework and speed optimization for times, divide, addition, subtraction operators.

    • sum builtin: sum of array elements.

    • linspace builtin: linearly spaced vector constructor.

    • ๐Ÿ”Š logspace builtin: logarithmically spaced vectors constructor.

    • log10 builtin: Common logarithm (base 10).

    • ๐ŸŒฒ log1p builtin: log(1+x) accurately for small values of x.

    • replaces dot animation by percent display about help indexing.

    • ๐Ÿ’… html style about table simplified.

    Compilation:

    • ๐Ÿ‘‰ uses ASIO C++ library in place of BOOST ASIO.

    • โž• Add Qt 5.14.0 support.

    • ๐Ÿ‘ OPEN MP support added.

    Previous changelog:

    [Changelog v0.3.x](CHANGELOG-0.3.x.md)

    [Changelog v0.2.x](CHANGELOG-0.2.x.md)

    [Changelog v0.1.x](CHANGELOG-0.1.x.md)