File: changelog

package info (click to toggle)
python-skbio 0.5.8-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 13,224 kB
  • sloc: python: 47,839; ansic: 672; makefile: 210; javascript: 50; sh: 19
file content (349 lines) | stat: -rw-r--r-- 11,221 bytes parent folder | download
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
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
python-skbio (0.5.8-4) unstable; urgency=medium

  * Team upload.
  * Use debian package of SIMDe instead of the snapshot in simde-sse2.h

 -- Michael R. Crusoe <crusoe@debian.org>  Sun, 12 Feb 2023 11:41:27 +0100

python-skbio (0.5.8-3) unstable; urgency=medium

  * Exclude 32bit architectures be explicitly setting architectures where
    package is building properly

 -- Andreas Tille <tille@debian.org>  Mon, 30 Jan 2023 17:29:50 +0100

python-skbio (0.5.8-2exp1) experimental; urgency=medium

  * Deactivate patch that builds against scipy 1.81. and building against
    scipy 1.10
    Closes: #1029697

 -- Andreas Tille <tille@debian.org>  Thu, 26 Jan 2023 14:00:40 +0100

python-skbio (0.5.8-2) unstable; urgency=medium

  [ Michael R. Crusoe ]
  * d/control,d/patches/local_inventory: python-numpy-doc is no longer built,
    so remove the build-dep and reference

  [ Nilesh Patra ]
  * Adapt to numpy 1.24
    Closes: #1029452

 -- Andreas Tille <tille@debian.org>  Wed, 25 Jan 2023 16:31:24 +0100

python-skbio (0.5.8-1) unstable; urgency=medium

  [ Étienne Mollier ]
  * simde patch: remove; implemented upstream.
  * soften_test patch: remove; implemented upstream.
  * pandas1.1-ordination-fix.patch: remove; applied upstream.
  * pandas1.1-valueerror.patch: remove; applied upstream.
  * local_inventory patch: unfuzz.
  * sphinx_add_javascript.patch: remove; fixed upstream.
  * fix-dtype-precision-warnings.patch: remove; applied upstream.
  * d/rules: include build root in CPPFLAGS; allow source code to find the
    simde-sse2.h wrapper.

  [ Nilesh Patra ]
  * d/watch: Use tags instead of releases as the latter is hard to maintain
  * New upstream version 0.5.8
  * Drop precision_bug.patch, which has been accounted for upstream
  * Re-diff patches
  * Add patch to build with older scipy
  * Add B-D and Depends on python3-h5py
  * Add patch to work-around a test
  * Remove override_dh_python3 which is not needed now
  * Remove B-D on python-matplotlib-doc, update patch to not reference
    it in intersphinx docs (Closes: #1027826)
  * Disable i386 in salsa-ci.yml

  [ Andreas Tille ]
  * Standards-Version: 4.6.2 (routine-update)
  * Automated changes by lintian-brush
  * Update lintian override info format in d/python3-skbio.lintian-overrides on
    line 5.

 -- Andreas Tille <tille@debian.org>  Thu, 05 Jan 2023 07:57:37 +0100

python-skbio (0.5.6-7) unstable; urgency=medium

  * Team Upload.
  * Add patch to fix FTBFS (Closes: #1026474)

 -- Nilesh Patra <nilesh@debian.org>  Wed, 21 Dec 2022 13:44:41 +0530

python-skbio (0.5.6-6) unstable; urgency=medium

  * Team upload

  [ Andreas Tille ]
  * Remove Tim Booth from Uploaders (Thanks to Tim for all his work)

  [ Graham Inggs ]
  * Regenerate the .c files at build time by cython3
    Closes: #1000864
  * Cherry-pick upstream commit to fix dtypes and warnings
    Closes: #992676, #999523
  * Drop skip_tests_failung_due_to_scipy.patch, no longer needed

 -- Graham Inggs <ginggs@debian.org>  Fri, 03 Dec 2021 15:24:18 +0000

python-skbio (0.5.6-5) unstable; urgency=medium

  [ Steffen Moeller ]
  * Team upload.
  * d/u/metadata: Added refs to registries
  * Standards-Version: 4.6.0
  * d/rules:
    - Not installing /usr/lib/python3/dist-packages/benchmarks/
      (Closes: #991981)
    - Improved cleaning to allow repeated builds

  [ Andreas Tille ]
  * Replace add_javascript() and add_stylesheet() in sphinx config
  * For the moment the 4 tests that are broken due to bug #992676 are excluded

 -- Andreas Tille <tille@debian.org>  Wed, 13 Oct 2021 09:17:09 +0200

python-skbio (0.5.6-4) unstable; urgency=medium

  * Team upload.
  * debian/control: add depends on various python doc packages to fix
    intersphinx linking
  * debian/patches/ignore_failing_patches.patch: drop unneeded patch
  * Standards-Version: 4.5.1 (routine-update)
  * Update renamed lintian tag names in lintian overrides.
  * Silence some lintian false-positives

 -- Michael R. Crusoe <crusoe@debian.org>  Mon, 01 Feb 2021 11:54:35 +0100

python-skbio (0.5.6-3.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Patches: Support Pandas 1.1. (Closes: #972548)

 -- Stefano Rivera <stefanor@debian.org>  Tue, 20 Oct 2020 11:00:59 -0700

python-skbio (0.5.6-3) unstable; urgency=medium

  * debhelper-compat 13 (routine-update)
  * Versioned Build-Depends: python3-hdmedians (>= 0.14.1)
    Closes: #969649

 -- Andreas Tille <tille@debian.org>  Tue, 29 Sep 2020 09:20:23 +0200

python-skbio (0.5.6-2) unstable; urgency=medium

  * Team upload.
  * Switch from copy of SIMDe to the libsimde-dev package

 -- Michael R. Crusoe <michael.crusoe@gmail.com>  Sun, 19 Apr 2020 17:37:56 +0200

python-skbio (0.5.6-1) unstable; urgency=medium

  * Team upload.
  * New upstream version
  * Remove patches incorporated upstream
  * Respect DEB_BUILD_OPTIONS in override_dh_auto_test target (routine-
    update)
  * Add salsa-ci file (routine-update)
  * Rules-Requires-Root: no (routine-update)
  * Run the tests in the autopkgtest the same way we do during build-time:
    using pytest. Closes: #951222

 -- Michael R. Crusoe <michael.crusoe@gmail.com>  Tue, 07 Apr 2020 16:07:58 +0200

python-skbio (0.5.5-7) unstable; urgency=medium

  * Team upload.
  * Soften the equality test in NjTests.test_nj_dm1

 -- Michael R. Crusoe <michael.crusoe@gmail.com>  Fri, 28 Feb 2020 15:18:57 +0100

python-skbio (0.5.5-6) unstable; urgency=medium

  * Team upload.
  * Need sphinx-common for all builds
  * Only attempt to build docs in --indep builds
  * Upsteam uses pytest, so should we

 -- Michael R. Crusoe <michael.crusoe@gmail.com>  Fri, 28 Feb 2020 10:43:48 +0100

python-skbio (0.5.5-5) unstable; urgency=medium

  * Team upload.
  * Sort build dependencies into common, -arch, and -indep.
  * Marked some build-deps as <!nodoc> and <!nocheck>, as appropriate

 -- Michael R. Crusoe <michael.crusoe@gmail.com>  Sat, 22 Feb 2020 12:55:14 +0100

python-skbio (0.5.5-4) unstable; urgency=medium

  * Team upload.
  * Build on any architecture
  * Add compatability for pandas >= 1.0 (Closes: #950930)
  * -doc: add ${sphinxdoc:Built-Using} and mark as Multi-Arch: foreign
  * Standards-Version: 4.5.0 (routine-update)
  * Set upstream metadata fields: Bug-Submit.

 -- Michael R. Crusoe <michael.crusoe@gmail.com>  Fri, 21 Feb 2020 14:08:14 +0100

python-skbio (0.5.5-3) unstable; urgency=medium

  * Apply patch from upstream titled
     "WIP: Build fixes for pandas 0.25.0 and scipy 1.3.0"
  * Versioned Build-Depends: python3-scipy (>= 1.3.3)
  * debhelper-compat 12
  * Standards-Version: 4.4.1
  * Set upstream metadata fields: Repository, Repository-Browse.
  * Set upstream metadata fields: Bug-Database, Repository.
  * Ignore 4 tests to not block Python3 migration
    Closes: #943619, #944042, #945346
  * Drop python3-httpretty from Test-Depends since there is no point in
    trying to run tests that need internet access.
  * Drop two tests from autopkgtest that are failing due to rounding errors
    despite this is fixed in build time test by a patch

 -- Andreas Tille <tille@debian.org>  Wed, 18 Dec 2019 16:02:13 +0100

python-skbio (0.5.5-2) unstable; urgency=medium

  * Upstream has fixed numpy issue
    Closes: #917693, #918213
  * debhelper 12
  * Standards-Version: 4.3.0

 -- Andreas Tille <tille@debian.org>  Tue, 12 Feb 2019 19:34:10 +0100

python-skbio (0.5.5-1) unstable; urgency=medium

  * New upstream version
    Closes: #906156
  * Standards-Version: 4.2.1
  * Build-Depends: python3-hdmedians
  * Secure URI in copyright format
  * No override for dh_auto_test
  * Test-Depends: python3-pytest

 -- Andreas Tille <tille@debian.org>  Mon, 17 Dec 2018 12:03:10 +0100

python-skbio (0.5.2-1) unstable; urgency=medium

  * New upstream version
  * Point Vcs fields to salsa.debian.org
  * Standards-Version: 4.1.4
  * debhelper 11
  * Fix PYTHONPATH according to a hint given by Piotr Ożarowski
    Closes: #894326
  * Build-Depends: python3-sklearn

 -- Andreas Tille <tille@debian.org>  Thu, 26 Apr 2018 14:52:54 +0200

python-skbio (0.5.1-4) unstable; urgency=medium

  * Fix PYTHONPATH (thanks for the hint to Andreas Stührk
    <andy@hammerhartes.de>)
    Closes: #878820

 -- Andreas Tille <tille@debian.org>  Tue, 07 Nov 2017 14:31:54 +0100

python-skbio (0.5.1-3) unstable; urgency=medium

  * Standards-Version: 4.1.1
  * Versioned Build-Depends: python3-pandas (>= 0.19.2)
  * Apply upstream patch dealing with new pandas version
    Closes:  #868962
  * Remove privacy breaching logo

 -- Andreas Tille <tille@debian.org>  Fri, 06 Oct 2017 21:13:24 +0200

python-skbio (0.5.1-2) unstable; urgency=medium

  [ Kevin Murray ]
  * Pull in upstream's fix of numpy issue
    Closes: #849176, #848758

  [ Andreas Tille ]
  * debhelper 10
  * d/watch: version=4

 -- Andreas Tille <tille@debian.org>  Sat, 24 Dec 2016 09:27:18 +0100

python-skbio (0.5.1-1) unstable; urgency=medium

  * New upstream release
  * Change uploader mail
  * Use libssw from debian, not internal source

 -- Kevin Murray <kdmfoss@gmail.com>  Tue, 15 Nov 2016 18:58:14 +1100

python-skbio (0.5.0-1) unstable; urgency=medium

  [ Kevin Murray ]
  * Imported Upstream version 0.5.0. NB: This module is now compatible only
    with Python3.
    Closes: #831266
  * Remove Python2 package (python-skbio)
  * Bump standards version

  [ Andreas Tille ]
  * hardening=+bindnow
  * drop unused lintian overrides
  * drop tests of Python2 package

 -- Andreas Tille <tille@debian.org>  Thu, 14 Jul 2016 21:57:49 +0200

python-skbio (0.4.2-1) unstable; urgency=medium

  * New upstream version
  * Fix several test failures
  * Add basic autopkgtests
  * Don't build pdf figures (fixes unreproducible build)
  * Secure vcs-git url
  * Bump Standards-Version to 3.9.7, no changes needed

 -- Kevin Murray <kdmfoss@gmail.com>  Sat, 13 Feb 2016 11:06:20 -0800

python-skbio (0.4.1-1) unstable; urgency=medium

  [ Kevin Murray ]
  * New upstream version
  * Build documentation and create new python-skbio-doc package (Closes:
    #806594)

  [ Andreas Tille ]
  * Do not require lots of dependencies on local machine just to run clean
    target

 -- Kevin Murray <kdmfoss@gmail.com>  Mon, 21 Dec 2015 16:45:00 +1100

python-skbio (0.4.0-3) unstable; urgency=low

  [ Kevin Murray ]
  * Revert deletion of CI files in d/rules clean target
  * Add lintian overrides for duplicated compressed files
  * Fix my email address in d/control

 -- Kevin Murray <kdmfoss@gmail.com>  Tue, 13 Oct 2015 22:18:07 +1100

python-skbio (0.4.0-2) unstable; urgency=medium

  * Update python related build-depends so python3-skbio is built for all
    supported python3 versions to ease transitions. (Closes: #801658)

 -- Scott Kitterman <scott@kitterman.com>  Tue, 13 Oct 2015 01:20:31 -0400

python-skbio (0.4.0-1) unstable; urgency=medium

  * Initial upload to Debian (Closes: #794021)
  * Add Kevin Murray <kevin@kdmurray.id.au> to uploaders

 -- Andreas Tille <tille@debian.org>  Mon, 03 Aug 2015 21:31:25 +0200

skbio (0.2.3-0biolinux2) trusty; urgency=medium

  * Initial release for QIIME 1.9.0
  * Note that this build does include compiled code and so must be arch=any

 -- Tim Booth <tbooth@ceh.ac.uk>  Mon, 23 Feb 2015 17:46:31 +0000