2.1.0.2
- Enhancements
* Support for assigning Ruby Complex types to GSL::Matrix::Complex. (@v0dro)
* Support for 2D interpolation by exposing GSLs interp2d and
spline2d. (@v0dro)
* Support for Ruby 2.4. (@badlamer)
- Fixes
* Fix NArray superclass mismatch problem. (@v0dro)
This version comes with extra Linux tmp files; reported upstream as
https://github.com/SciRuby/rb-gsl/issues/34
Changes:
Support for gsl-2.1.0.
Support for nmatrix (not in pkgsrc yet)
== Thu Jul 03 2015
* Ruby/GSL 1.16.0.6
* rb-gsl and gsl are now the same gem
== Thu Jul 02 2015
* Ruby/GSL 1.16.0.5
* Optional narray support
* Drop Ruby 1.8 support
* Drop support for GSL < 1.15
0.2.0: using GSL 1.5
sorting vectors
fixes in Vector and Linalg_complex
check if complex_householder_hv is available
check for Cygwin
faster MonteCarlo implementation
more and renamed constants (MKS -> MKSA, CGS -> CGSM)
better (meaning more sensible) error handling
fixed initialization bug in Spline
more samples