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 Vernooĳ <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
