Skip to content

Commit d056df4

Browse files
committed
version bump and added changes to History file.
1 parent f796b68 commit d056df4

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

ChangeLog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# markup: rd
22

3+
== Mon January 30 2017
4+
- Enhancements
5+
* Support for assigning Ruby Complex types to GSL::Matrix::Complex. (@v0dro)
6+
* Support for 2D interpolation by exposing GSLs interp2d and spline2d. (@v0dro)
7+
* Support for Ruby 2.4. (@badlamer)
8+
- Fixes
9+
* Fix NArray superclass mismatch problem. (@v0dro)
10+
311
== Fri March 4 2016
412
* Added compatibility for NMatrix interconversion with GSL::Vector and GSL::Matrix
513
* Added NMatrix compatibility to various to make them compatible with NMatrix data types.

lib/gsl/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module GSL
2-
RUBY_GSL_VERSION = RB_GSL_VERSION = '2.1.0.1'
2+
RUBY_GSL_VERSION = RB_GSL_VERSION = '2.1.0.2'
33
end

0 commit comments

Comments
 (0)