Known bugs
- ver 0.5.8
- nv[1] = nu (subarray set) fails if nv and nu are NVector
(fixed in 0.5.9)
- NArray[NaN].eq(NArray[NaN]) returns [true]
(fixed in 0.5.9)
- NVector, NMatrix methods `stddev' `mean' fail
(fixed in 0.5.9)
- ver 0.5.7
- NMath functions return single precision numbers for Float arguments.
(fixed in 0.5.8)
- Bug in conversion from empty Array to NArray.
(fixed in 0.5.8)
- Infinite loop when random method is applied to Integer NArray.
(fixed in 0.5.7p4)
-
[ruby-talk:93163]
a bug in freeing memory.
(fixed in 0.5.7p2)
- ver 0.5.6
- Correct narray.def for Windows users.
(fixed in 0.5.6p1)
- a bug in converting Array to NArray.
(fixed in 0.5.7)
- ver 0.5.5
- NArray#to_a; GC fails for large array.
Patch
- SEGV when converting recursive Array into NArray. (fixed in 0.5.6)
Back to Ruby/NArray
Masahiro Tanaka
<masa at ir.isas.ac.jp>