Skip to content

Commit 3d9856f

Browse files
committed
update version and CHANGES
1 parent e3e3da0 commit 3d9856f

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

Diff for: CHANGES

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11

22
= Linalg Changes
33

4+
=== Version 1.0.1
5+
6+
* 1.9 compatibility.
7+
48
=== Version 1.0.0
59

610
* Use g2c instead of f2c. Contributed by Luis Parravicini.

Diff for: README

-2
Original file line numberDiff line numberDiff line change
@@ -251,8 +251,6 @@ or simply pass an explicit epsilon to any of these methods.
251251

252252
==== Singular Value Decomposition
253253

254-
And now the fun stuff <tt> =)</tt>
255-
256254
irb(main):000:0> a = DMatrix.rand(4, 7) ;
257255
irb(main):000:0* u, s, vt = a.singular_value_decomposition
258256
=> [

Diff for: install.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
require 'rdoc/rdoc'
55
require 'mkmf'
66

7-
LINALG_VERSION = "1.0.0"
7+
LINALG_VERSION = "1.0.1"
88

99
DLEXT = Config::CONFIG["DLEXT"]
1010

0 commit comments

Comments
 (0)