-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchangelog
More file actions
93 lines (67 loc) · 3.25 KB
/
changelog
File metadata and controls
93 lines (67 loc) · 3.25 KB
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
JavaOctave (0.6.4) 2012-10-24
* Update changelog, also for release 0.6.2 and 0.6.3.
-- Kim Rydhof Thor Hansen <kim@rthansen.dk> Wed, 24 Oct 2012 17:43:33 +0200
JavaOctave (0.6.3) 2012-10-23
* Deploy sources.jar file with Maven.
-- Kim Rydhof Thor Hansen <kim@rthansen.dk> Wed, 24 Oct 2012 16:59:50 +0200
JavaOctave (0.6.2) 2012-10-23
* Support reading an integer matrix (uint8)
* Use maven to build
* Build using Java 6
* Support Octave 3.6
- Handle new extra linefeeds in some of the save formats
- Parse 'scalar struct'
-- Kim Rydhof Thor Hansen <kim@rthansen.dk> Wed, 24 Oct 2012 16:53:22 +0200
JavaOctave (0.6.1) 2010-03-10
* Create some skeleton objects that can get and put sparse booleans and
ranges.
* Create some utility functions that makes it easy to pull data out of
octave.
* Fix some bugs in the save format, a lot of linefeeds were placed in
the wrong way.
-- Kim Hansen <kim@i9.dk> Wed, 10 Mar 2010 15:10:09 +0100
JavaOctave (0.6.0) 2010-01-11
* Prevent engine from exiting on errors by wrapping input in eval()
* Handle multi line strings
* Test exit value from octave in OctaveExec.close()
-- Kim Hansen <kim@i9.dk> Mon, 11 Jan 2010 01:22:44 +0100
JavaOctave (0.5.1) 2010-01-08
* Handle extra line feed from exit() in octave3.2
* Make data i OctaveComplex more accessible
* Create OctaveFunctionHandle
* Test under octave3.0 and octave3.2
-- Kim Hansen <kim@i9.dk> Fri, 08 Jan 2010 08:32:08 +0100
JavaOctave (0.5.0) 2009-11-22
* Create OctaveComplex as wrapper type for complex matrices.
* Create an auto cast functionality in JavaOctave that is similar to one in
C++. It is used to transform OctaveDouble to OctaveComplex when that is
needed.
* Make OctaveEngine.get(), OctaveCell.get() and OctaveStruct.get() take Class
objects as input and use the autocast to transform the type if that is
needed.
* Group the exceptions thrown by JavaOctave into the ones that will break the
octave process, and the ones that will not. Make the data reading more
robust such that getting data of an unknown type will throw an exception
that will not break the process.
* Delete OctaveScalar, use 1x1 OctaveMatrix and create then using the factory
function Octave.scalar().
* Rename OctaveType to OctaveObject.
* Rename OctaveMatrix to OctaveDouble.
* Document how OctaveObject.shallowCopy is used.
-- Kim Hansen <kim@i9.dk> Sun, 22 Nov 2009 23:24:17 +0100
JavaOctave (0.4.0) 2009-10-08
* OctaveNdMatrix is renamed to OctaveMatrix
* OctaveScalar now behaves more like OctaveMatrix
* OctaveBoolean added to reflect the logical type in Octave
* Better build system and unit tests split from the main project
* Unit test coverage added, we are using Cobertura
* Switched from git to Mercurial
* Examples from Wiki is tested in unit tests
* The many fragmented OctaveMatrix tests collected into a single test of the
type and an other test of io.
-- Kim Hansen <kim@i9.dk> Thu, 8 Oct 2009 22:30:34 +0000 (GMT)
JavaOctave (0.3.2) 2009-09-17
* This release reads sq_strings.
* Project has moved from Launchpad+bzr to Kenai+git.
* Release has been tagged in the git repo as "release-0.3.2"
-- Kim Hansen <kim@i9.dk> Thu, 17 Sep 2009 21:31:06 +0000 (GMT)