Skip to content

Commit 2310c49

Browse files
committed
version bump
1 parent b05ce02 commit 2310c49

File tree

2 files changed

+20
-5
lines changed

2 files changed

+20
-5
lines changed

Changes

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,39 @@
1-
gnuplotlib (0.37) unstable; urgency=medium
1+
gnuplotlib (0.38)
2+
3+
* Extended add_plot_option() API
4+
5+
This is a backwards-compatible update. There is NO API break. Two new
6+
features:
7+
8+
- multiple key/value sets can be set in a single call by using keyword
9+
arguments
10+
11+
- "overwrite" kwarg can be used to overwrite previously-set keys OR to
12+
leave the previous ones without barfing
13+
14+
-- Dima Kogan <dkogan@debian.org> Sun, 11 Apr 2021 18:42:07 -0700
15+
16+
gnuplotlib (0.37)
217

318
* Updated default hardcopy settings
419

520
-- Dima Kogan <dkogan@debian.org> Wed, 03 Feb 2021 14:31:33 -0800
621

7-
gnuplotlib (0.36) unstable; urgency=medium
22+
gnuplotlib (0.36)
823

924
* add_plot_option() API change: takes single options as scalars and
1025
lists as lists, just like the plot options that accept multiple values
1126

1227
-- Dima Kogan <dkogan@debian.org> Fri, 13 Nov 2020 21:28:55 -0800
1328

14-
gnuplotlib (0.35) unstable; urgency=medium
29+
gnuplotlib (0.35)
1530

1631
* Improved default svg terminal settings
1732
* Added add_plot_option() function, more robust plot option parsing
1833

1934
-- Dima Kogan <dkogan@debian.org> Sun, 08 Nov 2020 01:33:03 -0800
2035

21-
gnuplotlib (0.34) unstable; urgency=medium
36+
gnuplotlib (0.34)
2237

2338
* Lots of updates to the guide contents, and to the way it is built
2439
* I now barf if both "_key" and "key" are given in any set of options

gnuplotlib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1092,7 +1092,7 @@ class gnuplotlib has a separate gnuplot process and a plot window. If multiple
10921092
import numpysane as nps
10931093

10941094
# setup.py assumes the version is a simple string in '' quotes
1095-
__version__ = '0.37'
1095+
__version__ = '0.38'
10961096

10971097
# In a multiplot, the "process" options apply to the larger plot containing all
10981098
# the subplots, and the "subplot" options apply to each invididual plot.

0 commit comments

Comments
 (0)