Darwin support!
[Math-GSL.git] / Changes
blob34ab920f63f6891dd1f7cc15a052c585591e8737
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     - Added 'examples/clicker/chart' to show graphing of functions
16     - Added 'examples/gsl_repl' which is a rapid protyping tool/interactive interpreter
17     - Compile support for GSL's as old as 1.8 (test suite still needs to be properly guarded)
19 0.10 
20     - Continued porting to MSWin32, fixing many NaN and Inf handling issues
22 0.08
23     - Large documentation improvements
24     - MSWin32 support thanks to testing and feedback from <sisyphus@cpan.org>
26 0.07 
27     - Initial CPAN release
28     
29 0.042
30     - Started change to Test::Class
32 0.01
33     - Added swig interface files and swig-ified build script
34     - initial tests for special function library gsl_sf <--> Math::GSL::Sf
35     - Proof Of Concept: makegsl and testgsl