public
Description: Ruby Linear Algebra Library
Homepage: http://linalg.rubyforge.org
Clone URL: git://github.com/quix/linalg.git
linalg / CHANGES
100644 17 lines (9 sloc) 0.257 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
 
= Linalg Changes
 
=== Version 1.0.1
 
* 1.9 compatibility.
 
=== Version 1.0.0
 
* Use g2c instead of f2c. Contributed by Luis Parravicini.
* Use Config['DLEXT']. Fixes Mac ".bundle" issue.
* Minor installer cleanups.
 
=== Version 0.3.2
 
* Initial release.