We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f796b68 commit d056df4Copy full SHA for d056df4
ChangeLog
@@ -1,5 +1,13 @@
1
# markup: rd
2
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
+
11
== Fri March 4 2016
12
* Added compatibility for NMatrix interconversion with GSL::Vector and GSL::Matrix
13
* Added NMatrix compatibility to various to make them compatible with NMatrix data types.
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
0 commit comments