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
