Release Name: 1.12
Notes:
This release switches to better supported build tools: the standard extconf.rb/setup.rb. It brings in many new features for Dvector/Function/Dtable including (optional) FFT based on fft3 (provided you have the development files at build time), along with a few bug fixes.
Changes:
(straight from the Tioga_README file:)
Tioga 1.12 has seen quite a lot of action. The first and major
change is the switch from a custom rewrite of mkmf.rb for
building/installing to the standard setup.rb tool, which finally has
the gem version build exactly the same way as the pristine one.
Another side effect of this is that, for a big part thanks to
Carlo E. Prelz <fluido@fluido.as>, we now have tioga that works just
fine with Ruby 1.9.1 (though there is a weird bug while testing the
Flate library, we welcome any input on that).
Apart from that, Tioga has seen many improvements on the numerical
side. First, we welcome the participation of Benjamin ter Kuile, who
has started improving some aspects of Dtable.
Second, now Dvector is gifted with FFT capacities if the
development files of fftw3 are available at compile time (have a look
at the documentation).
Third, Function has been endowed with a whole bunch of new
functions for data processing, such as linear regression, spline
approximation (that almost looks like a good filter !), 4th order
accurate first and second derivatives.
Finally, a couple of annoying bugs were fixed.
|