Notes:
maintenance upgrade: only minor bug fix
Changes:
2011-08-27 Masahiro TANAKA <masa16.tanaka@gmail.com>
* narray.c (na_alloc_struct): check array size.
* extconf.rb (#install_rb): --export-all option for mingw.
* ver 0.6.0.0
2011-02-04 Masahiro TANAKA <masa16.tanaka@gmail.com>
* na_func.c (na_prod, na_prod_body, na_cumprod, na_cumprod_bang):
New method.
2010-01-04 David MacMahon <davidm at astro.berkeley...>
* mkop.rb, na_func.c, na_linalg.c, narray_local.h:
Add NArray#mod! method
Also adds NArray#mod as an alias for NArray#%.
2010-01-04 David MacMahon <davidm at astro.berkeley...>
* mkop.rb: Fix divide-by-zero bug in % operator
Prior to this fix, the following would crash Ruby with a floating point
exception (at least on Mac OS X 10.6)...
1 % NArray[0]
Now that code raises ZeroDivisionError which can be rescued.
2010-01-04 David MacMahon <davidm at astro.berkeley...>
* Rakefile: Add Rakefile for easy gem creation
Just run "rake gem" to create the gem file in the pkg/ subdirectory.
Added .gitignore file to ignore pkg/ subdirectory.
2011-01-04 sgwong
* extconf.rb: failure due to the change of
$DLDFLAGS in ruby1.9
|