forked from SciRuby/nmatrix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHistory.txt
33 lines (17 loc) · 856 Bytes
/
History.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
=== 0.0.1 / 2012-04-10
* 1 major enhancement
* Initial alpha release
=== 0.0.2 / 2012-08-??
* Numerous major enhancements
* Second alpha release
* Rewrote NMatrix in C++0x and C++11 using templates, namespaces; removed Ruby generators and CAST parser
* Added preliminary C API
* Slicing and referencing support for dense and list matrices
* BLAS level-3 xTRSM algorithm added for rationals and BLAS types
* LAPACK support added, including partially working xGETRF subroutine
* Element-wise comparisons now return byte-matrices
* Element-wise operations on list matrices may alter the default value of the return matrix
* Element-wise division behaves like Ruby division
* Improved MATLAB .MAT v5 file reading
* clang support
* `==` operator now used for matrix equality, `=~` and `!~` for element-wise comparisons