From d056df4c5730c1c27c31df06eb9b7500bebf6caf Mon Sep 17 00:00:00 2001 From: Sameer Deshmukh Date: Mon, 30 Jan 2017 18:49:20 +0530 Subject: [PATCH] version bump and added changes to History file. --- ChangeLog | 8 ++++++++ lib/gsl/version.rb | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ed55d5c2..2d05ad34 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ # markup: rd +== Mon January 30 2017 +- 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) + == Fri March 4 2016 * Added compatibility for NMatrix interconversion with GSL::Vector and GSL::Matrix * Added NMatrix compatibility to various to make them compatible with NMatrix data types. diff --git a/lib/gsl/version.rb b/lib/gsl/version.rb index 86e6aa16..264a1166 100644 --- a/lib/gsl/version.rb +++ b/lib/gsl/version.rb @@ -1,3 +1,3 @@ module GSL - RUBY_GSL_VERSION = RB_GSL_VERSION = '2.1.0.1' + RUBY_GSL_VERSION = RB_GSL_VERSION = '2.1.0.2' end