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
|
python-bumps (0.9.0-3) unstable; urgency=medium
* debian patch scipy_1.10.patch patches covariance handling to allow
for changes in scipy 1.10 (stats.Covariance).
See Upstream Issue #118. Closes: #1029693.
* Standards-Version: 4.6.2
-- Drew Parsons <dparsons@debian.org> Thu, 26 Jan 2023 17:07:11 +0100
python-bumps (0.9.0-2) unstable; urgency=medium
* Upload to unstable.
-- Stuart Prescott <stuart@debian.org> Sun, 06 Nov 2022 17:42:04 +1100
python-bumps (0.9.0-1) experimental; urgency=medium
* New upstream release.
- upload to experimental until new sasmodels and sasview releases are
also ready for upload to unstable.
* Update Standards-Version to 4.6.1 (no changes required).
* Update lintian overrides to match newer lintian releases.
* Switch from nose to pytest as the test harness.
* Add patch to dream/compiled.c to fix multithreaded bounds with openmp.
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository.
-- Stuart Prescott <stuart@debian.org> Thu, 04 Aug 2022 00:40:21 +1000
python-bumps (0.8.1-1) unstable; urgency=medium
* New upstream release.
* Standards-Version: 4.6.0
* texinfo docs: set reference to .png images in bumps.info-1 to point
to installed images in /usr/share/doc/python-bumps-doc/html/_images
-- Drew Parsons <dparsons@debian.org> Wed, 29 Dec 2021 11:38:46 +0100
python-bumps (0.8.0-1) unstable; urgency=medium
* New upstream release.
* Update Standards-Version to 4.5.1 (no changes required).
* Add lintian overrides to improve S/N of lintian.
-- Stuart Prescott <stuart@debian.org> Sun, 20 Dec 2020 12:33:21 +1100
python-bumps (0.7.17-1) unstable; urgency=medium
* New usptream release.
-- Stuart Prescott <stuart@debian.org> Fri, 13 Nov 2020 17:28:01 +1100
python-bumps (0.7.16-1) unstable; urgency=medium
* New upstream release.
- drop docs_no_caller_name.patch as no longer required
* Move to debhelper-compat 13, using execute_after/before_* to simplify
d/rules.
* Drop no longer needed code from d/rules.
-- Stuart Prescott <stuart@debian.org> Mon, 10 Aug 2020 14:09:28 +1000
python-bumps (0.7.14-3) unstable; urgency=medium
* info file generated by sphinx 2.4 no longer links to png image
files. Closes: #955061.
-- Drew Parsons <dparsons@debian.org> Thu, 16 Apr 2020 21:49:15 +0800
python-bumps (0.7.14-2) unstable; urgency=medium
* Only test py3versions -s.
* Update Standards-Version to 4.5.0 (no changes required).
-- Stuart Prescott <stuart@debian.org> Tue, 24 Mar 2020 02:03:13 +1100
python-bumps (0.7.14-1) unstable; urgency=medium
[ Stuart Prescott ]
* New upstream release.
[ Debian Janitor ]
* debian/copyright: use spaces rather than tabs to start continuation
lines.
* Set upstream metadata fields: Repository, Repository-Browse.
-- Stuart Prescott <stuart@debian.org> Thu, 09 Jan 2020 15:05:49 +1100
python-bumps (0.7.13-1) unstable; urgency=medium
* New upstream release.
-- Drew Parsons <dparsons@debian.org> Mon, 28 Oct 2019 10:46:55 +0800
python-bumps (0.7.12-2) unstable; urgency=medium
* mark python-bumps-doc as Multi-Arch: foreign
* drop python-bumps (remove Python2). Closes: #937623.
* Standards-Version: 4.4.1
-- Drew Parsons <dparsons@debian.org> Sat, 12 Oct 2019 17:19:35 +0800
python-bumps (0.7.12-1) unstable; urgency=medium
* New upstream release.
* Standards-Version: 4.4.0
* debhelper compatibility level 12
- use pybuild build_dir to build docs
* debian patch docs_no_caller_name.patch drops caller_name from list
of functions in docs (it is not provided by bumps)
* drop Build and Test dependencies on python-sklearn to help the
Python2 removal transition. sklearn is used by
bumps/dream/entropy.py but dream tests are disabled because of an
error in bounds handlers test. Closes: #934941.
* Build-Depends: python3-tk, python-tk. Also Test Depends.
-- Drew Parsons <dparsons@debian.org> Mon, 19 Aug 2019 12:01:09 +0800
python-bumps (0.7.11-2) unstable; urgency=medium
* Ensure arch-dep and arch-indep parts can be built separately
(Closes: #917062).
* Only try to build shared object on supported architectures.
* Make the python-bumps modules packages depend on the compiled libraries
in bumps-private-libs where possible (Closes: #916617).
* Update Standards-Version to 4.3.0 (no changes required).
-- Stuart Prescott <stuart@debian.org> Wed, 26 Dec 2018 18:35:44 +1100
python-bumps (0.7.11-1) unstable; urgency=medium
[ Drew Parsons ]
* add BSD-3 licence entry for Random123 to debian/copyright.
* build compiled.c with Random123 to speed up bumps/dream
- destabilises build time tests of dream, so skip them
[ Stuart Prescott ]
* New upstream release.
* Add new bumps-private-libs package for .so.
* Fix compile flags for .so.
* Also skip dream tests in the autopkgtests.
* Update Standards-Version to 4.2.1 (no changes required).
-- Stuart Prescott <stuart@debian.org> Wed, 12 Dec 2018 01:31:28 +1100
python-bumps (0.7.10-1) unstable; urgency=medium
* New upstream version.
- now (0.7.9) supports wx 4 in python3
- applies Debian patches matplotlibwx.patch, numpy-whitespace.patch
and test-precision.patch
* Standards-Version: 4.1.4
* remove ancient-python-version-field X-Python-Version: >= 2.6 and
X-Python3-Version: >= 3.2
-- Drew Parsons <dparsons@debian.org> Sun, 17 Jun 2018 20:03:18 +0200
python-bumps (0.7.6-5) unstable; urgency=medium
* Fix doctests to work with numpy 1.14.
-- Stuart Prescott <stuart@debian.org> Wed, 09 May 2018 00:56:34 +1000
python-bumps (0.7.6-4) unstable; urgency=medium
* Update to new matplotlib API.
* Add missing dependencies to packages.
-- Stuart Prescott <stuart@debian.org> Mon, 16 Apr 2018 00:28:33 +1000
python-bumps (0.7.6-3) unstable; urgency=medium
* Allow numerical fuzz in tests.
* Update Standards-Version to 4.1.2 (no changes required).
* Set Rules-Require-Root: no.
* Switch to dehelper compat 11.
- update to place documentation in /usr/share/doc/python-bumps as per
Policy ยง12.3.
-- Stuart Prescott <stuart@debian.org> Sat, 30 Dec 2017 16:38:43 +1100
python-bumps (0.7.6-2) unstable; urgency=medium
* Team upload.
* Fix package name in debian/watch.
* Add stray GPL and Expat licences to debian/copyright.
* python3 package now available (Thanks Stuart Prescott)
- rename the python2 version of /usr/bin/bumps as bumps2
- bumps.gui will fail in python3 since wx is not available
-- Drew Parsons <dparsons@debian.org> Tue, 14 Nov 2017 11:57:41 +0800
python-bumps (0.7.6-1) unstable; urgency=medium
* Team upload.
* Initial release (Closes: #879829)
* python3-bumps can be built but has been deactivated since wx is
not yet available for python3, see Bug#880032.
-- Drew Parsons <dparsons@debian.org> Sun, 29 Oct 2017 13:48:54 +0800
|