Adding these temporarily to debug a problem with is_up_todate()
[Math-GSL.git] / Changes
blob9a26fd44524d701136856638d18eaa454cfac643
1 0.12 
2     - Darwin support! 
3     - Minimum Perl version changed to 5.8.0
4     - Make platform check compile time constants for performance
5         aka The Wilhelm Speedup (thanks to Eric Wilhelm <scratchcomputing@gmail.com>)
6     - FFT for real data
7     - Numerical derivatives fully implemented
8     - Integration subsystem, gsl_integrate_qags() and gsl_integrate_qagi(), etc..
9         - QNG    : Non-adaptive Gaussian (uses fixed number of sample points in interval)
10         - QAG(S) : Adaptive Gaussian (Singluar) (slices interval up based on properties of the function)
11         - QAGI   : Adaptive Gaussian with infinite integration range
12         - other are supported but not tested
13     - Initial Monte tests
14     - Initial Multiroots tests
15     - More nan/inf fixes on MSWin32 from <sisyphus@cpan.org>
16     - Stripping of binaries on Windows, which significantly reduces size
17         from <sisyphus@cpan.org>
18     - Full support and tests for all functions in the Sort subsystem
19     - Added 'examples/benchmark/sort' to show performance of gsl_sort()
20     - Added 'examples/clicker/chart' to show graphing of functions
21     - Added 'examples/gsl_repl' which is a rapid protyping tool/interactive interpreter
22     - Compile support for GSL's as old as 1.8 (test suite still needs to be properly guarded)
24 0.10 
25     - Continued porting to MSWin32, fixing many NaN and Inf handling issues
27 0.08
28     - Large documentation improvements
29     - MSWin32 support thanks to testing and feedback from <sisyphus@cpan.org>
31 0.07 
32     - Initial CPAN release
33     
34 0.042
35     - Started change to Test::Class
37 0.01
38     - Added swig interface files and swig-ified build script
39     - initial tests for special function library gsl_sf <--> Math::GSL::Sf
40     - Proof Of Concept: makegsl and testgsl