Skip to content

Nelson 0.1.3 build

Pre-release
Pre-release
Compare
Choose a tag to compare
@Nelson-numerical-software Nelson-numerical-software released this 11 Feb 11:32
· 3915 commits to master since this release

0.1.3.173 alpha (2017-02-11)

Features:

datevec updated to manage vectors, matrix.

Add nnz, nzmax, numel functions.

Rework searchenv to return a cell of strings.

Update persistent variables behavior (clear functions).

Add ceil, floor, round, fix functions.

Add sparse support for acos, asin, atan, cos, cosh, sin, sinh, tan, tanh.

Add website and bug reports link in help menu.

Bug Fixes:

#28: Each public builtin have a help file.

#26: 7.853981633974482790D-01 was not correctly parsed.

#22: last output argument of 'IJV' did not return nzmax.

#19: rand & randn did not use Column-major order.

#17: 'locales' directory renamed as 'locale' (more standard).

#13: mldivide and mrdivide builtin were missing.