Add simple aliased example
[Math-GSL.git] / Changes
blob7e0bdc460bbe0f7082b0248a999fd24c4f54da12
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     - Initial Monte tests
13     - Initial Multiroots tests
14     - More nan/inf fixes on MSWin32 from <sisyphus@cpan.org>
15     - Stripping of binaries on Windows, which significantly reduces size
16         from <sisyphus@cpan.org>
17     - Full support and tests for all functions in the Sort subsystem
18     - Added 'examples/benchmark/sort' to show performance of gsl_sort()
19     - Added 'examples/clicker/chart' to show graphing of functions
20     - Added 'examples/gsl_repl' which is a rapid protyping tool/interactive interpreter
21     - Compile support for GSL's as old as 1.8 (test suite still needs to be properly guarded)
23 0.10 
24     - Continued porting to MSWin32, fixing many NaN and Inf handling issues
26 0.08
27     - Large documentation improvements
28     - MSWin32 support thanks to testing and feedback from <sisyphus@cpan.org>
30 0.07 
31     - Initial CPAN release
32     
33 0.042
34     - Started change to Test::Class
36 0.01
37     - Added swig interface files and swig-ified build script
38     - initial tests for special function library gsl_sf <--> Math::GSL::Sf
39     - Proof Of Concept: makegsl and testgsl