11![ banner] ( banner_homepage.png )
22
3- ### Nelson 0.4.11 .0
3+ ### Nelson 0.4.12 .0
44
55This is an pre-release of Nelson.
66
@@ -11,14 +11,15 @@ Try it !
1111## Features
1212
1313- Types managed by Nelson:
14- * double and double complex: scalar, vector, matrix 2D, N dimensions array, sparse matrix.
15- * single and single complex: scalar, vector, matrix 2D, N dimensions array, sparse matrix.
16- * logical: scalar, vector, matrix 2D, N dimensions array, sparse matrix.
17- * character array (UNICODE supported).
18- * string array (UNICODE supported).
19- * integers 8, 16, 32, 64 signed and unsigned: scalar, vector, matrix 2D, N dimensions array.
20- * handle objects.
21- * graphic objects (setting properties).
14+
15+ - double and double complex: scalar, vector, matrix 2D, N dimensions array, sparse matrix.
16+ - single and single complex: scalar, vector, matrix 2D, N dimensions array, sparse matrix.
17+ - logical: scalar, vector, matrix 2D, N dimensions array, sparse matrix.
18+ - character array (UNICODE supported).
19+ - string array (UNICODE supported).
20+ - integers 8, 16, 32, 64 signed and unsigned: scalar, vector, matrix 2D, N dimensions array.
21+ - handle objects.
22+ - graphic objects (setting properties).
2223
2324- Fast Fourrier Transformation functions based on FFTW and MKL wrapper,
2425
@@ -57,29 +58,30 @@ Try it !
5758- Help engine
5859
5960 Generate help files using Nelson dedicated functions.
60- View your generated help files as html, markdown, pdf, gitbook or directly in Nelson help viewer.
61+ View your generated help files as html, markdown, pdf, gitbook or directly in Nelson help viewer.
6162
6263- Tests engine
63-
64+
6465 Validate your algorithm using Nelson dedicated functions.
65- Export the test results under the xUnit reports format.
66+ Export the test results under the xUnit reports format.
6667
6768- Profiling and Code coverage tools for Nelson's language
68- Nelson has a built-in profiler that is very useful to profile your code and find out what script or function is taking the most time.
69+ Nelson has a built-in profiler that is very useful to profile your code and find out what script or function is taking the most time.
6970
7071- Nelson cloud:
7172 Instant access to Nelson anywhere from an web browser.
7273
73- - Module skeleton to extend Nelson available here:
74- - [ template macros and builtin] ( http://github.com/Nelson-numerical-software/module_skeleton ) ,
75- - [ basic template macros only] ( http://github.com/Nelson-numerical-software/module_skeleton_basic ) .
74+ - Module skeleton to extend Nelson available here:
75+
76+ - [ template macros and builtin] ( http://github.com/Nelson-numerical-software/module_skeleton ) ,
77+ - [ basic template macros only] ( http://github.com/Nelson-numerical-software/module_skeleton_basic ) .
7678
7779- Nelson Modules Manager (nmm) : package manager for Nelson
7880
79- * * *
81+ ---
8082
81- * [ Changelog] ( ./changelogs/CHANGELOG.md )
82- * [ Changelog v0.3.x] ( ./changelogs/CHANGELOG-0.3.x.md )
83- * [ Changelog v0.2.x] ( ./changelogs/CHANGELOG-0.2.x.md )
84- * [ Changelog v0.1.x] ( ./changelogs/CHANGELOG-0.1.x.md )
85- * [ Nelson license] ( ./license/license.md )
83+ - [ Changelog] ( ./changelogs/CHANGELOG.md )
84+ - [ Changelog v0.3.x] ( ./changelogs/CHANGELOG-0.3.x.md )
85+ - [ Changelog v0.2.x] ( ./changelogs/CHANGELOG-0.2.x.md )
86+ - [ Changelog v0.1.x] ( ./changelogs/CHANGELOG-0.1.x.md )
87+ - [ Nelson license] ( ./license/license.md )
0 commit comments