summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog172
1 files changed, 171 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index d6996033..e055051d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,177 @@
-gudhi (3.2.0+dfsg-2) UNRELEASED; urgency=medium
+gudhi (3.7.1+dfsg-1) unstable; urgency=medium
+
+ * New upstream version.
+ * Drop some more images from DFSG repack.
+ * Refresh patches.
+ * Drop upstreamed patch for QGLViewer 2.7.
+ * Add patch to keep supporting Hera 1.0.
+ * Standards-version 4.6.2.0, no changes needed.
+
+ -- Gard Spreemann <gspr@nonempty.org> Thu, 26 Jan 2023 16:35:52 +0100
+
+gudhi (3.6.0+dfsg-4) unstable; urgency=medium
+
+ * Add patch to support QGLViewer >=2.7. (Closes: 1024061)
+
+ -- Gard Spreemann <gspr@nonempty.org> Mon, 14 Nov 2022 17:30:15 +0100
+
+gudhi (3.6.0+dfsg-3) unstable; urgency=medium
+
+ * Bump CGAL dependency to >=5.5.1, allowing us to drop the CGAL 5.5
+ compatibility patch.
+
+ -- Gard Spreemann <gspr@nonempty.org> Thu, 03 Nov 2022 16:48:20 +0100
+
+gudhi (3.6.0+dfsg-2) unstable; urgency=medium
+
+ * Fix watch file broken by GitHub change.
+
+ -- Gard Spreemann <gspr@nonempty.org> Mon, 03 Oct 2022 16:31:23 +0200
+
+gudhi (3.6.0+dfsg-1) unstable; urgency=medium
+
+ * New upstream version.
+ * Drop some new DFSG-incompatible image files.
+ * Refresh patches.
+ * Remove cleanup of Miniball, no longer shipped upstream.
+ * Revamp d/rules in order to *actually* build the "user version", as
+ intended upstream.
+ - Drop doxygen patch now that we build correctly.
+ * Clean up documentation installation.
+ * Autopkgtests: Disable new inappropriate tests.
+ * Explicitly disable build-time test that requires Internet access.
+
+ -- Gard Spreemann <gspr@nonempty.org> Wed, 17 Aug 2022 21:47:20 +0200
+
+gudhi (3.5.0+dfsg-3) unstable; urgency=medium
+
+ * Add patch to fix building with CGAL 5.5. (Closes: #1017138)
+ * Standards-version 4.6.1.1. No changes needed.
+
+ -- Gard Spreemann <gspr@nonempty.org> Tue, 16 Aug 2022 16:01:50 +0200
+
+gudhi (3.5.0+dfsg-2) unstable; urgency=medium
+
+ * Update d/libgudhi-doc.doc-base to reflect moved docs.
+ * Rebuild with hera 1.0.0.
+
+ -- Gard Spreemann <gspr@nonempty.org> Sun, 01 May 2022 11:19:32 +0200
+
+gudhi (3.5.0+dfsg-1) unstable; urgency=medium
+
+ * New upstream version.
+ * Rebase patches.
+ * Drop patches:
+ - 0005-Install-Python-module-in-correct-location
+ - 0006-Move-towards-reproducible-builds
+ - 0007-Turn-positional-argument-into-keyword-argument
+ * Update copyright ranges.
+ * Remove some files from files-excluded as they have been dropped
+ upstream.
+ * Move HTML documentation to libgudhi-dev's doc directory.
+ * Add patch to avoid building Doxygen docs from source root.
+ * Don't build Python modules using CMake.
+
+ -- Gard Spreemann <gspr@nonempty.org> Fri, 14 Jan 2022 19:28:42 +0100
+
+gudhi (3.4.1+dfsg-3) unstable; urgency=medium
+
+ * Add patch to turn sklearn positional args into keyword ones, for
+ compatibility with sklearn 1.0. (Closes: #1002331)
+ * Standards-version 4.6.0.1. No changes needed.
+ * Remove tomato test from blacklist.
+
+ -- Gard Spreemann <gspr@nonempty.org> Thu, 23 Dec 2021 16:37:05 +0100
+
+gudhi (3.4.1+dfsg-2) unstable; urgency=medium
+
+ * Fix watch file.
+ * Rebuild with new version of libhera-dev.
+
+ -- Gard Spreemann <gspr@nonempty.org> Wed, 18 Aug 2021 09:22:39 +0200
+
+gudhi (3.4.1+dfsg-1) unstable; urgency=medium
+
+ * New upstream version.
+ * Drop upstreamed patch for CGAL 5.2.
+ * Drop patch that forces linking with libatomic, it seems no longer to
+ be needed.
+
+ -- Gard Spreemann <gspr@nonempty.org> Fri, 22 Jan 2021 11:27:48 +0100
+
+gudhi (3.4.0+dfsg-2) unstable; urgency=medium
+
+ * Add patch to fix building with CGAL 5.2. (Closes: #978191)
+
+ -- Gard Spreemann <gspr@nonempty.org> Tue, 29 Dec 2020 11:00:12 +0100
+
+gudhi (3.4.0+dfsg-1) unstable; urgency=medium
+
+ * New upstream version.
+ - Disable new test that requires PyTorch and TensorFlow.
+ * Standards-version 4.5.1, no changes needed.
+ * Prevent some tests from even loading, as their imports fail.
+
+ -- Gard Spreemann <gspr@nonempty.org> Wed, 17 Dec 2020 14:50:12 +0100
+
+gudhi (3.3.0+dfsg-4) unstable; urgency=medium
+
+ * Enable EagerPy support. (Closes: #972686)
+ - Enable tests that require EagerPy.
+ * Tune GCC GC to help Ubuntu buildds not run out of memory on arm.
+ * Disable test that wants to use X.
+
+ -- Gard Spreemann <gspr@nonempty.org> Sun, 01 Nov 2020 14:20:00 +0100
+
+gudhi (3.3.0+dfsg-3) unstable; urgency=medium
+
+ * Fix binary-all FTBFS. (Closes: #972267)
+
+ -- Gard Spreemann <gspr@nonempty.org> Fri, 16 Oct 2020 11:11:36 +0200
+
+gudhi (3.3.0+dfsg-2) unstable; urgency=medium
+
+ * Treat all Python versions the same way during build.
+ * Fix broken build with multiple Python versions. (Closes: #972009)
+
+ -- Gard Spreemann <gspr@nonempty.org> Sun, 11 Oct 2020 17:23:10 +0200
+
+gudhi (3.3.0+dfsg-1) unstable; urgency=medium
+
+ * New upstream version.
+ * Drop patch for working around #963955 (bug closed in Qt).
+ * Build the exported "user version".
+ * Drop 0008-Don-t-try-to-install-Hera.patch, no longer needed.
+ * Install collapse utilities.
+ * Move git to Salsa.
+ * Tidy up Boost dependencies.
+
+ -- Gard Spreemann <gspr@nonempty.org> Tue, 11 Aug 2020 13:58:59 +0200
+
+gudhi (3.2.0+dfsg-4) unstable; urgency=medium
+
+ * Re-enable build-time tests on s390x, no longer failing.
+ * Simplify autopkgtesting.
+ * Demote matplotlib and POT to recommends for python3-gudhi.
+ * Demote libhera-dev to suggests for libgudhi-dev.
+
+ -- Gard Spreemann <gspr@nonempty.org> Fri, 10 Jul 2020 11:14:03 +0200
+
+gudhi (3.2.0+dfsg-3) unstable; urgency=medium
+
+ * Enable Wasserstein Python module. (Closes: #949475)
+ - Depend on python3-pot.
+ - Drop corresponding patch.
+ - Don't blacklist Wasserstein tests anymore.
+ * Recommend POT, SciPy and scikit-learn.
+
+ -- Gard Spreemann <gspr@nonempty.org> Wed, 08 Jul 2020 21:32:32 +0200
+
+gudhi (3.2.0+dfsg-2) unstable; urgency=medium
* Add patch 0010-Work-around-963955.patch to work around FTBFS with
Qt 5.14.
+ * DH compat level 13.
-- Gard Spreemann <gspr@nonempty.org> Mon, 29 Jun 2020 13:40:18 +0200