File: changelog

package info (click to toggle)
python-gnuplotlib 0.45-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,900 kB
  • sloc: python: 2,430; lisp: 102; makefile: 32
file content (261 lines) | stat: -rw-r--r-- 8,471 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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
python-gnuplotlib (0.45-1) unstable; urgency=medium

  * New upstream release
    Uninteresting bug fix introduced in 0.44

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

python-gnuplotlib (0.44-1) unstable; urgency=medium

  * New upstream release

 -- Dima Kogan <dkogan@debian.org>  Wed, 02 Apr 2025 11:53:57 -0700

python-gnuplotlib (0.43-1) unstable; urgency=medium

  * New upstream release
    - numpy2 support

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

python-gnuplotlib (0.42-1) unstable; urgency=medium

  * New upstream release
    - 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:23:52 -0700

python-gnuplotlib (0.41-2) unstable; urgency=medium

  * Removed unneeded Depends: python3-distutils (Closes: #1065930)

 -- Dima Kogan <dkogan@debian.org>  Sun, 05 May 2024 15:20:37 -0700

python-gnuplotlib (0.41-1) unstable; urgency=medium

  * New upstream release

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

python-gnuplotlib (0.40-2) unstable; urgency=medium

  * Team upload.
  * Source-only upload for testing migration.

 -- Timo Röhling <roehling@debian.org>  Wed, 26 Jul 2023 16:44:16 +0200

python-gnuplotlib (0.40-1) unstable; urgency=medium

  * New upstream release

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

python-gnuplotlib (0.39-1) unstable; urgency=medium

  * New upstream release

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

python-gnuplotlib (0.38-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Set upstream metadata fields: Bug-Submit.
  * Update standards version to 4.5.0, no changes needed.
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.5.1, no changes needed.
  * Update standards version to 4.6.1, no changes needed.

 -- Jelmer Vernooij <jelmer@debian.org>  Tue, 29 Nov 2022 19:45:22 +0000

python-gnuplotlib (0.38-1) unstable; urgency=medium

  * New upstream release
    - 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:45:19 -0700

python-gnuplotlib (0.37-1) unstable; urgency=medium

  * New upstream release
    - Updated default hardcopy settings

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

python-gnuplotlib (0.36-1) unstable; urgency=medium

  * New upstream release
    - 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:31:05 -0800

python-gnuplotlib (0.35-1) unstable; urgency=medium

  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.
  * New upstream release
    - 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:36:22 -0800

python-gnuplotlib (0.34-1) unstable; urgency=medium

  * New upstream release
    - 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:30:04 -0700

python-gnuplotlib (0.33-1) unstable; urgency=medium

  * New upstream release
    - BIG documentation update. Added the "guide": a tutorial and set of
      demos.
  * Upstream license change: any version of the LGPL instead of LGPL-3+
  * Bump debhelper from old 11 to 12.
  * Set upstream metadata fields: Bug-Database, Repository, Repository-
    Browse.

 -- Dima Kogan <dkogan@debian.org>  Sun, 15 Mar 2020 00:07:21 -0700

python-gnuplotlib (0.32-1) unstable; urgency=medium

  * Upstream update
    - 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 <dkogan@debian.org>  Thu, 28 Nov 2019 19:38:25 -0800

python-gnuplotlib (0.31-2) unstable; urgency=medium

  * Team upload.
  * Drop python2 support; Closes: #937796
  * bump Standards-Version to 4.4.1 (no changes needed)
  * Dont compress .py files, installed as examples

 -- Sandro Tosi <morph@debian.org>  Thu, 24 Oct 2019 22:38:48 -0400

python-gnuplotlib (0.31-1) unstable; urgency=medium

  * Upstream update

    - Fixed uninteresting de-undescoring bug

 -- Dima Kogan <dkogan@debian.org>  Tue, 20 Aug 2019 11:58:35 -0700

python-gnuplotlib (0.30-1) unstable; urgency=medium

  * Upstream update

    - Support for single-array plotting with tuplesize < 0
    - Silenced gpsync logging to console
    - Default curve options work in python3
    - Plotting to the "dumb" terminal works in python3
    - Error reporting works even if we're logging

  * Use debhelper-compat instead of debian/compat.
    Thanks to Ondřej Nový <onovy@debian.org>

 -- Dima Kogan <dkogan@debian.org>  Wed, 07 Aug 2019 08:33:42 -0700

python-gnuplotlib (0.28-1) unstable; urgency=medium

  * Upstream update

    - Worked around a data-slurping bug in gnuplot

 -- Dima Kogan <dkogan@debian.org>  Thu, 07 Feb 2019 22:59:56 -0800

python-gnuplotlib (0.27-1) unstable; urgency=medium

  * Upstream update

    - Added "equation_above" and "equation_below" plot options
    - Quieted some benign errors

 -- Dima Kogan <dkogan@debian.org>  Tue, 05 Feb 2019 22:54:59 -0800

python-gnuplotlib (0.26-1) unstable; urgency=medium

  * Upstream update

    - quieted benign, uninteresting error messages

 -- Dima Kogan <dkogan@debian.org>  Wed, 23 Jan 2019 11:14:25 -0800

python-gnuplotlib (0.25-1) unstable; urgency=medium

  * Upstream update:

    - 'with labels' are now automatically plotted in ascii; the user
      doesn't need to set this manually
    - Support for histogram plotting

 -- Dima Kogan <dkogan@debian.org>  Wed, 07 Nov 2018 18:44:24 -0800

python-gnuplotlib (0.24-1) unstable; urgency=medium

  * Upstream update:

    - Added a 'wait' plot option, method and global function to block
    until the user closes the interactive plot window

 -- Dima Kogan <dkogan@debian.org>  Mon, 08 Oct 2018 11:09:35 -0700

python-gnuplotlib (0.23-1) unstable; urgency=medium

  * d/control: Remove ancient X-Python-Version field
    Thanks to Ondřej Nový <onovy@debian.org>
  * Upstream update
    - I don't ignore my environment when invoking gnuplot. Makes it
      possible to find gnuplot at a non-default path
    - added fake 'gp' terminal to produce self-plotting data

 -- Dima Kogan <dkogan@debian.org>  Sat, 29 Sep 2018 11:20:40 -0700

python-gnuplotlib (0.22-2) unstable; urgency=medium

  * Justification for new-package-should-not-package-python2-module: I am
    an end-user of this package, primarily the python2 flavor of it.
    There're a few tools I'm developing for my employer currently that I
    hope to release publically in the near future, and those depend on
    python-gnuplotlib. Everything could potentially be moved to python3
    eventually, but this would take a lot of work upstream, with debatable
    benefits. Including the python2 flavor of python-gnuplotlib in Debian
    would at least make my life easier.

 -- Dima Kogan <dkogan@debian.org>  Fri, 17 Aug 2018 10:19:36 -0700

python-gnuplotlib (0.22-1) unstable; urgency=medium

  * Initial release
  * d/control: Set Vcs-* to salsa.debian.org
  * d/copyright: Use https protocol in Format field
  * d/control: Remove ancient X-Python-Version field
  * New release (Closes: #801723)

 -- Dima Kogan <dkogan@debian.org>  Thu, 16 Aug 2018 21:36:17 -0700