Skip to content

Commit

Permalink
version bump and added changes to History file.
Browse files Browse the repository at this point in the history
  • Loading branch information
v0dro committed Jan 30, 2017
1 parent f796b68 commit d056df4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion lib/gsl/version.rb
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit d056df4

Please sign in to comment.