-
Notifications
You must be signed in to change notification settings - Fork 11
/
History.txt
75 lines (44 loc) · 1.42 KB
/
History.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
== 2.0.3 / 2012-01-29
* 1 minor bug fix
* Don't include Makefile in gem
== 2.0.2 / 2012-11-09
* 1 minor enhancement
* Added to_a method to Octave::Matrix
== 2.0.1 / 2012-11-09
* 1 major bug fix
* Fix crash when defining functions using eval
== 2.0.0 / 2012-11-08
* 2 major enhancements
* Octave 3.6 compatability. Support for 3.0 has been deprecated
* Added Ruby 1.9 compatability
== 1.0.9 / 2008-12-30
* 1 major bug fix
* 1xn matrices are converted to Octave::*Matrix instead of Ruby arrays
== 1.0.8 / 2008-11-26
* 1 major bug fix
* Hashes are now converted to octave properly
== 1.0.7 / 2008-09-12
* 1 minor enhancement
* Building extension should work on FreeBSD now
== 1.0.6 / 2008-09-07
* 1 minor enhancement
* Building extension should be easier
== 1.0.5 / 2008-05-14
* 1 minor bug fix
* Empty matrices and arrays are converted to empty arrays
== 1.0.4 / 2008-05-14
* 1 minor enhancement
* Added support for boolean matrices
== 1.0.3 / 2008-02-29
* 1 major bug fix
* Hashes and struct matrices now convert with proper dimensions
== 1.0.2 / 2008-02-28
* 1 minor enhancement
* Added block usage to Octave::Engine.new
== 1.0.1 / 2008-02-28
* 2 major bug fixes
* Ruby hashes with more than 1 key are converted to Octave properly
* Octave struct matrices with more than 1 key are converted to Ruby properly
== 1.0.0 / 2008-01-02
* 1 major enhancement
* Birthday!