File: Changes

package info (click to toggle)
python-gnuplotlib 0.46-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,900 kB
  • sloc: python: 2,444; lisp: 102; makefile: 32
file content (132 lines) | stat: -rw-r--r-- 3,953 bytes parent folder | download
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
gnuplotlib (0.46) unstable; urgency=medium

  * 'axes' and 'y2' options can broadcast again
  * I draw x2 tics if anything uses the x2 axis

 -- Dima Kogan <dkogan@debian.org>  Tue, 02 Dec 2025 23:31:27 -0800

gnuplotlib (0.45)

  * Uninteresting bug fix introduced in 0.44

 -- Dima Kogan <dkogan@debian.org>  Fri, 04 Apr 2025 11:30:12 -0700

gnuplotlib (0.44)

  * Added "axes" curve option. The extends the "y2" curve option, so that
    we can request "x2y2" for instance
  * If we have linked axes, do NOT set the default axis parameters. Conflicting
    settings can result otherwise
  * Added options x2{max,min,range,inv,label}
  * set/unset are added to the commands AFTER processing stuff

    Which means that the given set/unset override the automatic stuff, as
    expected. The specific things that can be overridden are:

      set {axis}label
      set {axis}ranges
      set title
      set view
      set size

 -- Dima Kogan <dkogan@debian.org>  Wed, 02 Apr 2025 10:43:05 -0700

gnuplotlib (0.43)

  * Updated to work with numpy2
  * gnuplot child process is asked to "exit" explicitly. This is needed on
    some machines

 -- Dima Kogan <dkogan@debian.org>  Wed, 19 Mar 2025 11:27:03 -0700

gnuplotlib (0.42)

  * Regexes use raw strings, so Python 3.12 will not throw warnings to
    stdout
  * gnuplotlib.wait() can accept gnuplotlib objects to wait for

 -- Dima Kogan <dkogan@debian.org>  Tue, 03 Sep 2024 12:07:40 -0700

gnuplotlib (0.41)

  * I "unset multiplot" after sending multiplot data

 -- Dima Kogan <dkogan@debian.org>  Sat, 23 Dec 2023 12:24:59 -0800

gnuplotlib (0.40)

  * gnuplotlib works with subclasses of np.ndarray
  * minor improvements to error-handling logic

 -- Dima Kogan <dkogan@debian.org>  Mon, 19 Jun 2023 16:41:33 -0700

gnuplotlib (0.39)

  * Added 'cblegend' plot option

 -- Dima Kogan <dkogan@debian.org>  Sat, 14 Jan 2023 23:08:35 -0800

gnuplotlib (0.38)

  * Extended add_plot_option() API
  
    This is a backwards-compatible update. There is NO API break. Two new
    features:

    - multiple key/value sets can be set in a single call by using keyword
      arguments

    - "overwrite" kwarg can be used to overwrite previously-set keys OR to
      leave the previous ones without barfing

 -- Dima Kogan <dkogan@debian.org>  Sun, 11 Apr 2021 18:42:07 -0700

gnuplotlib (0.37)

  * Updated default hardcopy settings

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

gnuplotlib (0.36)

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

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

gnuplotlib (0.35)

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

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

gnuplotlib (0.34)

  * Lots of updates to the guide contents, and to the way it is built
  * I now barf if both "_key" and "key" are given in any set of options
  * Reduced the uninteresting complaining at exit with ipython
  * Any curves where ALL the data arrays are empty are ignored

 -- Dima Kogan <dkogan@debian.org>  Sat, 19 Sep 2020 20:28:11 -0700

gnuplotlib (0.33)

  * BIG documentation update. Added the "guide": a tutorial and set of
    demos.
  * License change: any version of the LGPL instead of LGPL-3+

 -- Dima Kogan <dkogan@debian.org>  Sat, 14 Mar 2020 23:22:27 -0700

gnuplotlib (0.32)

  * Major rework: support for multiplots. No breaking changes
  * All errors raise a specific GnuplotlibError instead of Exception
  * tuplesize<0 works with single points
  * added convenience plot options square-xy and squarexy as synonyms for
    square_xy
  * "square_xy" works in 2D: synonym for "square"
  * "hardcopy" and "output" are now synonyms
  * Makefile uses python3

 -- Dima Kogan <dima@secretsauce.net>  Thu, 28 Nov 2019 18:50:02 -0800