forked from rdp/ruby_gnuplot
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathChangeLog
44 lines (27 loc) · 1.17 KB
/
ChangeLog
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
2.3.2 Feb 2010
* Add an arbitrary_lines specifier
2.3.1 Feb 2010
* Fix a bug I introduced in 2.3.0
2.3.0 Feb 2010
* incorporate a few patch changes
2.2.3.1 July 18 2009
* output the raw "to gnuplot" data if $VERBOSE
Version 2.2.2 July 2009
* raise if no executable found, should be windows compat. now
Version 2.2 14-Nov-2005
* Formally added the LICENSE.txt file. It is the new BSD license as defined
by opensource.org. See that file for details.
* Added Gnuplot.which to try and fix the recurring problem of windows users
having to hack code to get things working.
* Added the Gnuplot.gnuplot function so that I can unit test the finding
gnuplot executable routine.
* In the Array.to_gplot method the terminating e is added to the output. This
is in response to Bug #2209.
Version 2.1 17-Nov-2004
* Array.to_gplot and Array.to_gsplot now support passing in arrays of
arbitrary objects. This is in response to a request by Yoshiki Tsunesada
(Tracker ID 1063)
Version 2.0 10-Nov-2004
* The 2.0 version of the gnuplot interface is a cross between the original,
object oriented version, and the version 1.0 which was simply a string
manipulation library.