File: changelog

package info (click to toggle)
astropy-healpix 0.6-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 764 kB
  • sloc: ansic: 5,374; python: 1,448; makefile: 124; pascal: 71; perl: 9
file content (198 lines) | stat: -rw-r--r-- 6,631 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
astropy-healpix (0.6-2) unstable; urgency=medium

  [Debian Janitor]
  * Remove constraints unnecessary since buster:
    + Build-Depends: Drop versioned constraint on python3-healpy and
      python3-setuptools.
  * Use secure URI in Homepage field.
  * Set upstream metadata fields: Bug-Submit, Repository, Repository-Browse.
  * Remove obsolete field Name from debian/upstream/metadata (already present in
    machine-readable debian/copyright).

  [Ole Streicher]
  * Team upload.
  * Temporarily disable tests that fail due to limited FP precision
    (Closes: #1026012)
  * Update standards version to 4.6.2, no changes needed.

 -- Ole Streicher <olebole@debian.org>  Tue, 03 Jan 2023 16:48:59 +0100

astropy-healpix (0.6-1) unstable; urgency=medium

  * New upstream release.
  * Update debian/watch URL.
  * Update build dependencies to use extensions-helpers rather than
    astropy-helpers.

 -- Leo Singer <leo.singer@ligo.org>  Fri, 19 Mar 2021 16:44:31 -0400

astropy-healpix (0.5-6) unstable; urgency=medium

  * Fix broken unit tests on i386 due to floating point
    tolerance being too tight.
  * Update debhelper compat to 13.
  * Update Standards-Version to 4.5.0.

 -- Leo Singer <leo.singer@ligo.org>  Sun, 19 Jul 2020 17:51:00 -0400

astropy-healpix (0.5-5) unstable; urgency=medium

  * Rebuild for source-only upload.

 -- Leo Singer <leo.singer@ligo.org>  Thu, 02 Jan 2020 11:45:28 -0500

astropy-healpix (0.5-4) unstable; urgency=medium

  * Disable deadlines for even more tests with flaky timings.

 -- Leo Singer <leo.singer@ligo.org>  Wed, 01 Jan 2020 14:50:42 -0500

astropy-healpix (0.5-3) unstable; urgency=medium

  * Disable deadline for additional flaky tests to fix FTBS on arm64
    and mips64el archs.

 -- Leo Singer <leo.singer@ligo.org>  Wed, 01 Jan 2020 11:32:54 -0500

astropy-healpix (0.5-2) unstable; urgency=medium

  * Disable deadline for some flaky tests to fix FTBFS on MIPS archs

 -- Ole Streicher <olebole@debian.org>  Fri, 06 Dec 2019 20:20:39 +0100

astropy-healpix (0.5-1) unstable; urgency=low

  * Team upload.
  * New upstream version 0.5
  * Rediff patches. Drop patches that are applied upstream.
  * Push Standards-Version to 4.4.1. No changes needed
  * Add explicit dh-python build dependency (Closes: #945408)
  * Use pytest in CI test
  * Remove unused paragraphs from d/copyright
  * Add minimal d/u/metadata file

 -- Ole Streicher <olebole@debian.org>  Fri, 06 Dec 2019 10:00:17 +0100

astropy-healpix (0.4-6) unstable; urgency=medium

  * Team upload.
  * Fix import failure from astropy.tests on astropy 3.2
    (Closes: #932727, #935272)
  * Push Standards-Version to 4.4.0. No changes required.
  * Push compat to 12. Remove d/compat
  * Add tests on salsa

 -- Ole Streicher <olebole@debian.org>  Wed, 21 Aug 2019 21:25:42 +0200

astropy-healpix (0.4-5) unstable; urgency=medium

  * Compile with -ffloat-store on i386 to fix unit test failures due
    to unwanted floating point precision. (Closes: #921324)

 -- Leo Singer <leo.singer@ligo.org>  Tue, 05 Mar 2019 22:53:26 -0500

astropy-healpix (0.4-4) unstable; urgency=medium

  * Include python3-astropy as a build dependeny on all
    architectures, including i386.

 -- Leo Singer <leo.singer@ligo.org>  Thu, 24 Jan 2019 10:34:27 -0500

astropy-healpix (0.4-3) unstable; urgency=medium

  * Add python3-healpy as a build dependency on all architectures
    except for i386 (for which python3-healpy does not yet build.)
  * Add patch to fix unit test failures on 32-bit systems by writing
    64-bit integer literals portably as (int64_t)4 rather than 4L.
  * Add patch to fix implicit declaration warning.

 -- Leo Singer <leo.singer@ligo.org>  Mon, 21 Jan 2019 15:39:38 -0500

astropy-healpix (0.4-2) unstable; urgency=medium

  * Add patch to replace np.asscalar with ndarray.item to fix a
    deprecation error in the unit tests.
    (Closes: #917756, #918201, #918625)
  * Update Standards-Version to 4.3.0.

 -- Leo Singer <leo.singer@ligo.org>  Mon, 21 Jan 2019 08:24:19 -0500

astropy-healpix (0.4-1) unstable; urgency=medium

  * New upstream release.
  * Rediff patches.
  * Drop dependency on Cython.

 -- Leo Singer <leo.singer@ligo.org>  Tue, 18 Dec 2018 15:05:36 -0500

astropy-healpix (0.3.1-2) unstable; urgency=medium

  * Fix lintian warning: multi-arch-same-package-calls-pycompile.
  * Update Standards-Version to 4.2.1.
  * Put a patch back in place for MIPS.

 -- Leo Singer <leo.singer@ligo.org>  Sun, 09 Dec 2018 22:31:02 -0500

astropy-healpix (0.3.1-1) unstable; urgency=medium

  * New upstream release.
  * Remove Python 2 support.
  * Remove some patches that were fixed upstream.

 -- Leo Singer <leo.singer@ligo.org>  Sat, 08 Dec 2018 20:17:46 -0500

astropy-healpix (0.2-7) unstable; urgency=medium

  * Fix build on mips by reverting an upstream change.
    (Closes: #906881)

 -- Leo Singer <leo.singer@ligo.org>  Wed, 22 Aug 2018 12:47:54 -0400

astropy-healpix (0.2-6) unstable; urgency=medium

  * Fix "astropy-healpix ftbfs (Python 3.7 build error)": should
    have been noted in last release (Closes: #906192)
  * Fix "flaky autopkgtest: tolerance too small?": should have been
    noted in last release (Closes: #902713)
  * Update Standards-Version to 4.2.0.
  * Remove installed *.c files.

 -- Leo Singer <leo.singer@ligo.org>  Mon, 20 Aug 2018 08:46:36 -0400

astropy-healpix (0.2-5) unstable; urgency=medium

  * Rebuild Cython files from source.

 -- Leo Singer <leo.singer@ligo.org>  Thu, 16 Aug 2018 15:31:21 -0400

astropy-healpix (0.2-4) unstable; urgency=medium

  * Fix capitalization of license short names in order
    to resolve lintian warning:
    global-files-wildcard-not-first-paragraph-in-dep5-copyright

 -- Leo Singer <leo.singer@ligo.org>  Wed, 23 May 2018 01:50:13 -0400

astropy-healpix (0.2-3) unstable; urgency=medium

  * Fix docstrings so that they do not depend on Numpy formatting
    differences between 32-bit and 64-bit platforms. See upstream
    issue: https://github.com/astropy/astropy-healpix/issues/81

 -- Leo Singer <leo.singer@ligo.org>  Thu, 17 May 2018 23:53:07 -0400

astropy-healpix (0.2-2) unstable; urgency=medium

  * For building, only require Healpy on 64-bit architectures.
    Healpy is only used for testing and is only 64-bit compatible.
  * Update Standards-Version to 4.1.4.
  * Skip doctests that are broken by the new Numpy 1.14.0 array
    representation format.

 -- Leo Singer <leo.singer@ligo.org>  Thu, 17 May 2018 16:48:57 -0400

astropy-healpix (0.2-1) unstable; urgency=medium

  * Initial release. (Closes: #888870)

 -- Leo Singer <leo.singer@ligo.org>  Mon, 05 Feb 2018 18:57:26 -0500