python-dmsh (0.2.11-3) unstable; urgency=medium

  * tests_relax_tolerance.patch: relax tolerances further

 -- Drew Parsons <dparsons@debian.org>  Thu, 18 Feb 2021 11:20:59 +0100

python-dmsh (0.2.11-2) unstable; urgency=medium

  * also, python3-dmsh Depends: python3-meshplex (>= 0.15.8)

 -- Drew Parsons <dparsons@debian.org>  Wed, 17 Feb 2021 23:17:41 +0100

python-dmsh (0.2.11-1) unstable; urgency=medium

  * New upstream release
    - removes dangling points
    - applies debian patch test_stretch_no_show.patch
    - tightens Build-Depends: python3-meshplex (>= 0.15.8)

 -- Drew Parsons <dparsons@debian.org>  Wed, 17 Feb 2021 11:49:35 +0100

python-dmsh (0.2.10-1) unstable; urgency=medium

  * New upstream release.
    - fixes edge handling with meshplex 0.15.4.
      Drop debian patch tests_relax_tolerance_meshplex0.15.4.patch
    - Depends: python3-meshplex (>= 0.15.5)

 -- Drew Parsons <dparsons@debian.org>  Wed, 09 Dec 2020 09:37:05 +0800

python-dmsh (0.2.9-3) unstable; urgency=medium

  * debian patch tests_relax_tolerance_meshplex0.15.4.patch relaxes
    tolerance to 0.01 for tests broken by meshplex 0.15.4.
    See https://github.com/nschloe/dmsh/issues/57

 -- Drew Parsons <dparsons@debian.org>  Mon, 07 Dec 2020 20:02:36 +0800

python-dmsh (0.2.9-2) unstable; urgency=medium

  * reinstate and update debian patch tests_relax_tolerance.patch

 -- Drew Parsons <dparsons@debian.org>  Thu, 19 Nov 2020 13:36:26 +0800

python-dmsh (0.2.9-1) unstable; urgency=medium

  * New upstream release.
  * update Build-Depends: python3-meshplex (>= 0.15.3) (<< 0.16)
  * Standards-Version: 4.5.1
  * drop debian patch tests_relax_tolerance.patch
    (new reference values provided)

 -- Drew Parsons <dparsons@debian.org>  Wed, 18 Nov 2020 23:47:37 +0800

python-dmsh (0.2.8-3) unstable; urgency=medium

  * reinstate debian patch tests_relax_tolerance.patch
    (even with higher precision in reference numbers, tolerances are
    still too tight)

 -- Drew Parsons <dparsons@debian.org>  Tue, 10 Nov 2020 11:45:57 +0800

python-dmsh (0.2.8-2) unstable; urgency=medium

  * python3-dmsh versioned Depends: python3-meshplex (>= 0.14.0)

 -- Drew Parsons <dparsons@debian.org>  Tue, 10 Nov 2020 02:03:10 +0800

python-dmsh (0.2.8-1) unstable; urgency=medium

  * New upstream release.
    - update versioned Build-Depends: python3-meshplex (>= 0.14.0)
    - applies debian patch remove_console_apps.patch
  * drop debian patch tests_relax_tolerance.patch (precision added
    upstream to reference numbers)

 -- Drew Parsons <dparsons@debian.org>  Mon, 09 Nov 2020 09:44:10 +0800

python-dmsh (0.2.3-2) unstable; urgency=medium

  * debian patch tests_relax_tolerance.patch relaxes tolerance in
    test_translation.py

 -- Drew Parsons <dparsons@debian.org>  Wed, 21 Oct 2020 21:59:47 +0800

python-dmsh (0.2.3-1) unstable; urgency=medium

  * New upstream release.
    - Build-Depends: python3-meshplex
      (drop debian patch test_skip_save.patch)
  * add debian patches
    - setup_python.patch adds setup.py to build the package
    (pybuild is not smart enough to handle pyproject.toml)
    - test_no_exdown.patch skips test_readme.py, since the exdown
      module is not currently available on Debian.
    - test_stretch_no_show.patch sets show=False by default in
      test_stretch.py to avoid excessive status messages
    - remove_console_apps.patch removes console apps
      dmsh-image and dmsh-poly (dmsh.cli does not exist)
  * use pytest in debian/tests (autopkgtest)
  * debhelper compatibility level 13

 -- Drew Parsons <dparsons@debian.org>  Sat, 17 Oct 2020 12:15:47 +0800

python-dmsh (0.1.10-6) unstable; urgency=medium

  * tests_relax_tolerance.patch: relax test_square_hole_refined.py
    and test_difference.py tolerances further so arm64 can pass tests

 -- Drew Parsons <dparsons@debian.org>  Sun, 26 Apr 2020 13:26:29 +0800

python-dmsh (0.1.10-5) unstable; urgency=medium

  * tests_relax_tolerance.patch: relax tolerance in test_ellipse.py

 -- Drew Parsons <dparsons@debian.org>  Mon, 20 Apr 2020 11:38:31 +0800

python-dmsh (0.1.10-4) unstable; urgency=medium

  * debian/tests Depends: python3-pytest (in test_circle.py)

 -- Drew Parsons <dparsons@debian.org>  Tue, 17 Mar 2020 23:15:08 +0800

python-dmsh (0.1.10-3) unstable; urgency=medium

  * reinstate debian patch tests_relax_tolerance.patch
    (upstream tolerance still fails test_translation.py,
    test_halfspace.py). Relax tolerance for
    test_refinement_point_line.py, test_square_hole_refined.py
    (required for arm64, ppc64el)
  * debian/tests now registers failure when tests fail

 -- Drew Parsons <dparsons@debian.org>  Sun, 15 Mar 2020 23:37:24 +0800

python-dmsh (0.1.10-2) unstable; urgency=medium

  * drop debian patch tests_relax_tolerance.patch

 -- Drew Parsons <dparsons@debian.org>  Fri, 13 Mar 2020 13:20:52 +0800

python-dmsh (0.1.10-1) unstable; urgency=medium

  * New upstream release.
  * Build-Depends: python3-importlib-metadata, python3-wheel
  * run tests (autopkgtest) with MPLBACKEND=Agg to prevent graphics
    from launching during tests.

 -- Drew Parsons <dparsons@debian.org>  Mon, 09 Mar 2020 10:40:38 +0800

python-dmsh (0.1.7-1) unstable; urgency=medium

  * New upstream release.
  * Build-Depends: python3-matplotlib
  * Standards-Version: 4.5.0

 -- Drew Parsons <dparsons@debian.org>  Wed, 26 Feb 2020 02:27:25 +0800

python-dmsh (0.1.6-2) unstable; urgency=medium

  * debian patch test_no_perfplot.patch drops use of perfplot in
    test_speed.py. perfplot is not available (not yet packaged).
    Closes: #948453.
  * allow-stderr in debian/tests to allow for log messages to stderr
    e.g. "Matplotlib is currently using agg" with MPLBACKEND=Agg

 -- Drew Parsons <dparsons@debian.org>  Thu, 16 Jan 2020 12:56:17 +0800

python-dmsh (0.1.6-1) unstable; urgency=medium

  * New upstream release.
  * drop Depends: python3-pypathlib
    (pypathlib is now included in dmsh source)

 -- Drew Parsons <dparsons@debian.org>  Sun, 22 Dec 2019 10:06:52 +1100

python-dmsh (0.1.5-2) unstable; urgency=medium

  * relax test tolerance in test_stretch.py
    (debian patch tests_relax_tolerance.patch)

 -- Drew Parsons <dparsons@debian.org>  Sun, 15 Dec 2019 16:52:14 +1100

python-dmsh (0.1.5-1) unstable; urgency=medium

  * New upstream release.

 -- Drew Parsons <dparsons@debian.org>  Wed, 11 Dec 2019 17:01:48 +0800

python-dmsh (0.1.4-3) unstable; urgency=medium

  * relax more test tolerances in tests_relax_tolerance.patch
    to allow arm64 debci to keep up.

 -- Drew Parsons <dparsons@debian.org>  Sun, 08 Dec 2019 21:10:22 +0800

python-dmsh (0.1.4-2) unstable; urgency=medium

  * debian patch tests_relax_tolerance.patch relaxes test tolerances
    to enable debci tests to pass. Closes: #945769.

 -- Drew Parsons <dparsons@debian.org>  Mon, 02 Dec 2019 14:42:45 +0800

python-dmsh (0.1.4-1) unstable; urgency=medium

  * New upstream release
    - versioned Build-Depends: python3-pypathlib (>= 0.1.3)
      (for polygon.diameter = path.diameter)
  * set Debian Science Team as Maintainer
  * add Vcs tags: https://salsa.debian.org/science-team/python-dmsh

 -- Drew Parsons <dparsons@debian.org>  Fri, 29 Nov 2019 17:50:01 +0800

python-dmsh (0.1.3-2) unstable; urgency=medium

  * debian/tests Depends: python3-matplotlib

 -- Drew Parsons <dparsons@debian.org>  Tue, 19 Nov 2019 18:04:51 +0800

python-dmsh (0.1.3-1) unstable; urgency=low

  * Initial debian packaging (adapted from files generated by py2dsp)
    Closes: #935908.
  * debian patch test_skip_save.patch skips save-mesh-to-file in
    tests, since meshplex is not currently available.

 -- Drew Parsons <dparsons@debian.org>  Tue, 12 Nov 2019 08:16:51 +0800
