Apply nan/inf handling patch from Sisyphus
[Math-GSL.git] / Changes
blob80e17ae419bff9384187a8d6ec75003b9f23a983
1 0.12 
2     - Make platform check compile time constants for performance
3         aka The Wilhelm Speedup (thanks to Eric Wilhelm <scratchcomputing@gmail.com>)
4     - Initial Monte tests
5     - Initial Multiroots tests
6     - More nan/inf fixes on MSWin32 from <sisyphus@cpan.org>
7     - Stripping of binaries on Windows, which significantly reduces size
8         from <sisyphus@cpan.org>
9     - Full support and tests for all functions in the Sort subsystem
10     - Added 'examples/benchmark/sort' to show performance of gsl_sort()
12 0.10 
13     - Continued porting to MSWin32, fixing many NaN and Inf handling issues
15 0.08
16     - Large documentation improvements
17     - MSWin32 support thanks to testing and feedback from <sisyphus@cpan.org>
19 0.07 
20     - Initial CPAN release
21     
22 0.042
23     - Started change to Test::Class
25 0.01
26     - Added swig interface files and swig-ified build script
27     - initial tests for special function library gsl_sf <--> Math::GSL::Sf
28     - Proof Of Concept: makegsl and testgsl