1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Tue Apr 19 2011 T Horinouchi
* version 0.4 released (cvs tag ruby-fftw3-0_4)
* doc/ruby-fftw3.rd and doc/ruby-fftw3.html : updated
* na_fftw3.c: added rb_require("narray"); -- then you do
not need to require "narray" separately.
* test/complexFFT.rb: removed the first line: require "narray"
* LICENSE.txt: changed --> BSD 2-clause license
Thu Mar 24 2011 T Horinouchi
* version 0.3 released (cvs tag ruby-fftw3-0_3)
* LICENSE.txt: added
Mon Jun 7 2004 T Horinouchi < T Koshiro
* version 0.2 released (cvs tag ruby-fftw3-0_2)
* extconf.rb: improved
Mon Jun 7 2004 T Horinouchi
* renamed to ruby-fftw. Started a new cvs module ruby-fftw3.
Fri Nov 20 2003 T Horinouchi
* version 0.1 released
Thu Nov 20 2003 T Horinouchi
* na_fftw3.c: debug of na_fftw3_float
Tue Nov 18 2003 T Horinouchi
* created. version 0.0
|