Refactor/simply bessel example and update Changes
[Math-GSL.git] / Changes
blob8d463fbe7f7f86e194634a9d35a17e359e63d9cf
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     - Numerical derivatives fully implemented
7     - Integration subsystem, gsl_integrate_qags()
8     - Initial Monte tests
9     - Initial Multiroots tests
10     - More nan/inf fixes on MSWin32 from <sisyphus@cpan.org>
11     - Stripping of binaries on Windows, which significantly reduces size
12         from <sisyphus@cpan.org>
13     - Full support and tests for all functions in the Sort subsystem
14     - Added 'examples/benchmark/sort' to show performance of gsl_sort()
15     - Compile support for GSL's as old as 1.8 (test suite still needs to be properly guarded)
17 0.10 
18     - Continued porting to MSWin32, fixing many NaN and Inf handling issues
20 0.08
21     - Large documentation improvements
22     - MSWin32 support thanks to testing and feedback from <sisyphus@cpan.org>
24 0.07 
25     - Initial CPAN release
26     
27 0.042
28     - Started change to Test::Class
30 0.01
31     - Added swig interface files and swig-ified build script
32     - initial tests for special function library gsl_sf <--> Math::GSL::Sf
33     - Proof Of Concept: makegsl and testgsl