Get rid of mixed declaration warnings
[Math-GSL.git] / Changes
blobc579880956e59831ff6213fcecead615a2549f5c
1 0.12 
2     - Minimum Perl version changed to 5.8.0
3     - Make platform check compile time constants for performance
4         aka The Wilhelm Speedup (thanks to Eric Wilhelm <scratchcomputing@gmail.com>)
5     - FFT for real data
6     - Initial Monte tests
7     - Initial Multiroots tests
8     - More nan/inf fixes on MSWin32 from <sisyphus@cpan.org>
9     - Stripping of binaries on Windows, which significantly reduces size
10         from <sisyphus@cpan.org>
11     - Full support and tests for all functions in the Sort subsystem
12     - Added 'examples/benchmark/sort' to show performance of gsl_sort()
13     - Compile support for GSL's as old as 1.8 (test suite still needs to be properly guarded)
15 0.10 
16     - Continued porting to MSWin32, fixing many NaN and Inf handling issues
18 0.08
19     - Large documentation improvements
20     - MSWin32 support thanks to testing and feedback from <sisyphus@cpan.org>
22 0.07 
23     - Initial CPAN release
24     
25 0.042
26     - Started change to Test::Class
28 0.01
29     - Added swig interface files and swig-ified build script
30     - initial tests for special function library gsl_sf <--> Math::GSL::Sf
31     - Proof Of Concept: makegsl and testgsl