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