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
|
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
gudhi (3.2.0+dfsg-1) unstable; urgency=medium
* New upstream release. (Closes: #961783)
* Refresh patches.
* Depend on pybind11 and hera.
* Fix broken tests that trivially passed.
-- Gard Spreemann <gspr@nonempty.org> Sat, 06 Jun 2020 15:12:31 +0200
gudhi (3.1.1+dfsg-1) unstable; urgency=medium
* New upstream bugfix release.
-- Gard Spreemann <gspr@nonempty.org> Fri, 07 Feb 2020 18:04:44 +0100
gudhi (3.1.0+dfsg-2) unstable; urgency=medium
* Require PyTest for autopkgtests.
-- Gard Spreemann <gspr@nonempty.org> Wed, 22 Jan 2020 11:16:38 +0100
gudhi (3.1.0+dfsg-1) unstable; urgency=medium
* Allow forcing parallel builds for local use.
* Standards-version 4.5.0.0. No changes needed.
* New upstream release.
-- Gard Spreemann <gspr@nonempty.org> Tue, 21 Jan 2020 10:26:33 +0100
gudhi (3.0.0+dfsg-4) unstable; urgency=medium
* Drop 0003-Don-t-set-runtime-library-dirs-for-Python-extensions.patch
in favor of CMake option.
* Disable parallel builds. A lot of buildds seem to be swapping out, and
some Ubuntu ones run out of memory outright. (Closes: #945226)
* Standards-version 4.4.1. No changes needed.
* Drop 0004-Force-linking-of-Python-module-with-CGAL.patch since CGAL is
now header-only.
* Add 0007-Move-towards-reproducible-builds.patch to move towards
reproducible builds.
-- Gard Spreemann <gspr@nonempty.org> Tue, 10 Dec 2019 14:33:51 +0100
gudhi (3.0.0+dfsg-3) unstable; urgency=medium
* Disable build-time tests on i386 and s390x.
* Drop support for mipsel due to failure to build because of too little
addressable memory. This introduces an explicit architecture list for
the packages.
-- Gard Spreemann <gspr@nonempty.org> Wed, 30 Oct 2019 09:27:19 +0100
gudhi (3.0.0+dfsg-2) unstable; urgency=medium
* Fix binary-arch build.
* Disable parallel building also on i386.
-- Gard Spreemann <gspr@nonempty.org> Wed, 23 Oct 2019 22:18:22 +0200
gudhi (3.0.0+dfsg-1) unstable; urgency=medium
* New upstream:
- Python interface for sparse Rips complexes.
- New C++ interface for alpha complexes.
* Standards-version 4.4.0. No changes needed.
* DH compat 12.
* Declare Rules-Requires-Root: no.
* Change maintainer email address.
* Refresh patches for new version.
- Drop 0008-Propagate-CXXFLAGS-when-building-Python-modules.patch, seems no
longer needed.
- Add 0008-Install-Python-module-in-correct-location.patch to install Python
modules in correct location.
-- Gard Spreemann <gspr@nonempty.org> Wed, 23 Oct 2019 11:47:25 +0200
gudhi (2.3.0+dfsg-2) unstable; urgency=medium
* Disable parallel building on certain architectures to avoid buildds
running out of memory.
* New patch to properly propagate CXXFLAGS when building the Python
modules.
-- Gard Spreemann <gspreemann@gmail.com> Fri, 05 Oct 2018 17:05:03 +0200
gudhi (2.3.0+dfsg-1) unstable; urgency=medium
* New upstream release:
- Python interface for GIC.
* Refresh patches:
- Expand patch to disable new tests that rely on DFSG-deleted data.
* Standards-version 4.2.1. No changes needed.
-- Gard Spreemann <gspreemann@gmail.com> Tue, 11 Sep 2018 16:10:44 +0200
gudhi (2.2.0+dfsg-3) unstable; urgency=medium
* Fix build of bindings for multiple Python versions when building just
binary-arch.
* Test all supported Python (3) versions.
-- Gard Spreemann <gspreemann@gmail.com> Tue, 14 Aug 2018 13:45:43 +0200
gudhi (2.2.0+dfsg-2) unstable; urgency=medium
* Build Python bindings for all supported Python (3) versions.
* Drop patch forcing Python 3 detection. Upstream has cmake option for
selecting Python version.
* Standards-version 4.2.0. No changes needed.
-- Gard Spreemann <gspreemann@gmail.com> Tue, 07 Aug 2018 13:47:38 +0200
gudhi (2.2.0+dfsg-1) unstable; urgency=medium
* New upstream release.
- Čech complex.
- New functionality for the Rips complex.
* Refresh patches:
- Drop floating point precision workaround patch (fixed upstream).
- Drop CGAL 4.12 compatibility patch (fixed upstream).
* Streamline the copyright information a bit.
* Bump CMake build-dep to 3.1.
* New upstream utilities in gudhi-utils.
-- Gard Spreemann <gspreemann@gmail.com> Fri, 22 Jun 2018 10:12:19 +0200
gudhi (2.1.0+dfsg-3) unstable; urgency=medium
* Add patch for floating point rounding problem on some architectures.
* Add patch that forces linking against libatomic. This hopefully fixes
building on MIPS et al.
* Install utilities (gudhi-utils).
-- Gard Spreemann <gspreemann@gmail.com> Thu, 14 Jun 2018 20:07:51 +0200
gudhi (2.1.0+dfsg-2) unstable; urgency=medium
* Add patches for CGAL 4.12 compatibility.
* Bump standards-version to 4.1.4. No changes needed.
-- Gard Spreemann <gspreemann@gmail.com> Thu, 24 May 2018 11:46:12 +0200
gudhi (2.1.0+dfsg-1) unstable; urgency=medium
* Initial packaging. (Closes: #840686)
-- Gard Spreemann <gspreemann@gmail.com> Sun, 25 Mar 2018 23:52:14 +0200
|