File: changelog

package info (click to toggle)
python-anndata 0.12.6-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,876 kB
  • sloc: python: 21,429; makefile: 23
file content (146 lines) | stat: -rw-r--r-- 4,762 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
python-anndata (0.12.6-1) unstable; urgency=medium

  [ Alexandre Detiste ]
  * New upstream version 0.12.0~rc4
  * refresh patches

  [ Michael R. Crusoe ]
  * New upstream version. Closes: #1114293
  * d/rules: run the tests in parallel
  * d/control: tests/test_io_backwards_compat.py::test_no_diff needs
    h5diff from hdf5-tools.
  * d/copyright: update a path
  * Freshen patch metadata
  * Switch to autopkgtest-pkg-pybuild

 -- Michael R. Crusoe <crusoe@debian.org>  Sun, 30 Nov 2025 16:08:41 +0100

python-anndata (0.12.0~rc1-1) unstable; urgency=medium

  * Team upload
  * Remove dependency on python3-importlib-metadata
  * Remove build dep on SetupTools, this uses Hatchling now
  * python3-awkward is now packaged, use it
  * python3-pyarrow is not yey packaged, skip it
  * It build, Closes: #1075928

  [ Diane Trout ]
  * Add DEP-3 descriptions to skip test patches

  [ Andreas Tille ]
  * New upstream release candidate now supports zarr v3
    Closes: #1100261
  * Standards-Version: 4.7.2 (routine-update)
  * Build-Depends: python3-filelock

 -- Alexandre Detiste <tchet@debian.org>  Wed, 02 Jul 2025 14:13:39 +0200

python-anndata (0.10.6-1) unstable; urgency=medium

  [ Andreas Tille ]
  * New upstream version (Closes: #1044072)
  * Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update)
  * Set upstream metadata fields: Repository.
  * Build-Depends: python3-hatchling, python3-hatch-vcs, python3-httpx
  * Patch out the need for scanpy for documentation example

  [ Diane Trout ]
  * Add python3-distributed as a build and autopkgtest dependency
  * Add skip-awkward.patch to tell pytest to skip tests that depend on
    awkward.
  * Add skip-cupy-tests.patch to skip cupy dependent tests.
  * New upstream release 0.10.6-1
  * Refresh patches
  * Add python3-pytest-mock as test and autopkgtest dependency

 -- Diane Trout <diane@ghic.org>  Thu, 28 Mar 2024 18:36:47 -0700

python-anndata (0.8.0-4) unstable; urgency=medium

  * Team upload.
  * Source only upload to fix missing dependency.  (Closes: #1030512)

 -- Étienne Mollier <emollier@debian.org>  Sat, 04 Feb 2023 15:38:57 +0100

python-anndata (0.8.0-3) unstable; urgency=medium

  * Team upload
  * Remove unused patch
  * Test-Depends: python3-h5py
  * Standards-Version: 4.6.2 (routine-update)

 -- Andreas Tille <tille@debian.org>  Fri, 27 Jan 2023 19:11:18 +0100

python-anndata (0.8.0-2) unstable; urgency=medium

  * Team upload.
  * d/{control,rules}: migrate from flit to pyproject.
  * d/t/run-unit-test: test against supported pythons.
  * d/rules: cleanup test data landing in dist-packages.
  * Standards-Version: 4.6.1 (routine-update)
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.

 -- Étienne Mollier <emollier@debian.org>  Fri, 02 Dec 2022 23:44:17 +0100

python-anndata (0.8.0-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Drop pytoml build dependency (not needed).

 -- Bastian Germann <bage@debian.org>  Mon, 07 Nov 2022 19:09:27 +0100

python-anndata (0.8.0-1) unstable; urgency=medium

  * New upstream release.
  * Add PY_IGNORE_IMPORTMISMATCH=1 to d/rules to avoid import errors
    on pybuild tests.

 -- Diane Trout <diane@ghic.org>  Wed, 30 Mar 2022 20:23:51 -0700

python-anndata (0.7.8-2) unstable; urgency=medium

  * Suggest python3-openpyxl as it's required for writing Excel Files
  * Add python3-openpyxl to test dependencies

 -- Diane Trout <diane@ghic.org>  Sun, 19 Dec 2021 12:30:27 -0800

python-anndata (0.7.8-1) unstable; urgency=medium

  * Team upload.
  * New upstream version
    Closes: #1001349, #1001020
  * Point watch file to Github
  * Drop unnecessary Files-Excluded
  * Standards-Version: 4.6.0 (routine-update)
  * Provide debian/tests/run-unit-test script
  * Remove unneeded debian/source/options
  * PYBUILD_SYSTEM=flit to deal with missing setup.py
  * Build-Depends: python3-openpyxl
  * Ignore test importing scanpy data
  * Deactivate test requiring python3-numba since this is not ported to
    Python3.10 yet
  * debian/salsa-ci.yaml: suppress build on i386 where several tests are
    failing

 -- Andreas Tille <tille@debian.org>  Fri, 10 Dec 2021 14:38:15 +0100

python-anndata (0.7.5+ds-3) unstable; urgency=high

  * Team upload.
  * debian/patches/32bit_test_fail_skip: fix FTBFS on 32bit archs
    Closes: #982098

 -- Michael R. Crusoe <crusoe@debian.org>  Wed, 10 Feb 2021 10:52:56 +0100

python-anndata (0.7.5+ds-2) unstable; urgency=medium

  * Team upload.
  * Standards-Version: 4.5.1 (routine-update)

 -- Andreas Tille <tille@debian.org>  Thu, 04 Feb 2021 07:58:16 +0100

python-anndata (0.7.5+ds-1) unstable; urgency=medium

  * Initial release (Closes: #954170)

 -- Diane Trout <diane@ghic.org>  Tue, 19 Jan 2021 15:53:23 -0800