File: ChangeLog

package info (click to toggle)
gnuplot-iostream 0~20140302.gitc8919a0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 688 kB
  • ctags: 595
  • sloc: cpp: 2,926; sh: 122; makefile: 66
file content (15 lines) | stat: -rw-r--r-- 663 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Updates happen via git with no regular release schedule or versioning.
However, I will bump up the GNUPLOT_IOSTREAM_VERSION macro whenever
something major changes (but note that prior to version 2 this macro is not
defined).

Version 2:
	* Major rewrite.
	* Nearly every combination of container and tuple types is supported.
	* Now you should use send1d() and send2d() rather than just send().
	* When the Gnuplot object is constructed with no arguments, an attempt is made to determine
	  the best gnuplot command and arguments for your operating system.

Version 1:
	* Original version.
	* The GNUPLOT_IOSTREAM_VERSION macro is not defined prior to version 2.