File: changelog

package info (click to toggle)
xsimd 14.0.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 3,256 kB
  • sloc: cpp: 41,584; sh: 547; makefile: 190; python: 117
file content (294 lines) | stat: -rw-r--r-- 8,902 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
xsimd (14.0.0-5) unstable; urgency=medium

  * Team upload.
  * reinstate explicit hardware build flags for armhf and update to
    -march=armv7-a+fp. Closes: #1128257
  * run uname in both debian/rules (configure) and debian/tests
    to verify architecture at the level of the operating system

 -- Drew Parsons <dparsons@debian.org>  Thu, 19 Feb 2026 13:18:24 +0100

xsimd (14.0.0-4) unstable; urgency=medium

  * Team upload.
  * report CPU using lscpu (linux) or /proc/cpuinfo (not linux)
    in both debian/rules (configure) and debian/tests

 -- Drew Parsons <dparsons@debian.org>  Tue, 17 Feb 2026 14:13:35 +0100

xsimd (14.0.0-3) unstable; urgency=medium

  * Team upload.
  * drop explicit hardware build flags for armhf. Closes: #1128257
  * replace debian patch fix_arm64_PR1241.patch with
    arm_revert_PR1177.patch reverting upstream PR#1177 completely
    to work around Bug#1127450
  * debian/tests: skip clang tests on ppc64el to work around Bug#1127626

 -- Drew Parsons <dparsons@debian.org>  Tue, 17 Feb 2026 11:18:33 +0100

xsimd (14.0.0-2) unstable; urgency=medium

  * Team upload.
  * debian patch fix_arm64_PR1241.patch applies upstream PR#1241 to
    improve arm64 handling (see Bug#1127450)

 -- Drew Parsons <dparsons@debian.org>  Mon, 09 Feb 2026 15:49:09 +0100

xsimd (14.0.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
    - versioned Depends: xtl-dev (>= 0.8.0~)
    - drops generic header files (update debian/copyright)
  * update debian/watch to v5 GitHub template
    with Uversion-Mangle: auto for rc preview releases
  * Standards-Version: 4.7.3

 -- Drew Parsons <dparsons@debian.org>  Sun, 08 Feb 2026 17:48:46 +0100

xsimd (13.2.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release

 -- Drew Parsons <dparsons@debian.org>  Wed, 19 Mar 2025 23:03:19 +0100

xsimd (13.1.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
    - applies debian patch fix_lgamma_PR1024.patch
    - cmake config files now arch-independent, installed in
      usr/share/cmake
  * debian patch pkgconfig_install_destination.patch partially reverts
    upstream PR#1026 to install xsimd.pc under /usr/lib/<arch> not
    /usr/share, since it contains arch-dependent data (libdir).
    See upstream Issue#1077.

 -- Drew Parsons <dparsons@debian.org>  Tue, 31 Dec 2024 14:47:30 +0100

xsimd (13.0.0-4) unstable; urgency=medium

  * Team upload.
  * drop restriction to clang-18, revert to default clang

 -- Drew Parsons <dparsons@debian.org>  Thu, 05 Dec 2024 00:56:32 +0100

xsimd (13.0.0-3) unstable; urgency=medium

  * Team upload.
  * debian patch fix_lgamma_PR1024.patch applies upstream PR#1024 to
    fix lgamma for arm. Closes: #1086489

 -- Drew Parsons <dparsons@debian.org>  Fri, 29 Nov 2024 14:35:54 +0100

xsimd (13.0.0-2) unstable; urgency=medium

  * Team upload.

  [ Matthias Klose ]
  * Run the autopkg tests with clang++-18. (Closes: #1086489)

 -- Bastian Germann <bage@debian.org>  Mon, 25 Nov 2024 19:05:24 +0000

xsimd (13.0.0-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * tests: run ctest with --verbose --output-on-failure. Helps
    debug #1086489.

 -- Emilio Pozuelo Monfort <pochu@debian.org>  Fri, 22 Nov 2024 15:51:29 +0100

xsimd (13.0.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
    - applies debian patch check_arch_flags_PR1010.patch
  * Standards-Version: 4.7.0

 -- Drew Parsons <dparsons@debian.org>  Sat, 25 May 2024 14:50:21 +0200

xsimd (12.1.1-3) unstable; urgency=medium

  * Team upload.
  * debian patch check_arch_flags_PR1010.patch applies upstream PR1010
    to check arch flag support. Enables clang tests on ppc64el.

 -- Drew Parsons <dparsons@debian.org>  Tue, 19 Mar 2024 21:20:10 +0100

xsimd (12.1.1-2) unstable; urgency=medium

  * Team upload.
  * debian/tests: disable clang tests on ppc64el
    (upstream issue #999)

 -- Drew Parsons <dparsons@debian.org>  Sat, 27 Jan 2024 19:52:14 +0100

xsimd (12.1.1-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
    - armhf was giving neon trouble with v11, so try again with v12
    - applies debian patch batch_bool_PR973.patch
  * build armhf tests with -mfpu=vfpv3 to ensure neon is not invoked.
    See https://github.com/llvm/llvm-project/issues/30190
    cf. upstream issue #889. (note, this fails with v11)

 -- Drew Parsons <dparsons@debian.org>  Sat, 20 Jan 2024 19:57:11 +0100

xsimd (11.2.0-2) unstable; urgency=medium

  * Team upload.
  * debian patch batch_bool_PR973.patch applies upstream PR#973 to
    remove batch of bools. May fix armhf builds, see upstream #945.
  * libxsimd-dev Depends: xtl-dev (>= 0.7.0~). Only needed when
    ENABLE_XTL_COMPLEX is set, but it is configured ON.
    Thanks Kentaro HAYASHI. Closes: #1061104.

 -- Drew Parsons <dparsons@debian.org>  Sat, 20 Jan 2024 12:57:28 +0100

xsimd (11.2.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
    - applies debian patch xtl_complex_PR950.patch

 -- Drew Parsons <dparsons@debian.org>  Sat, 20 Jan 2024 10:43:00 +0100

xsimd (11.1.0-1exp5) experimental; urgency=medium

  * Team upload.
  * debian patch xtl_complex_PR950.patch applies upstream PR#950 to
    ensure both XSIMD_ENABLE_XTL_COMPLEX and cxx_std_14 support is
    activated when ENABLE_XTL_COMPLEX is set
    - debian/tests: drop redundant *complex-complex tests

 -- Drew Parsons <dparsons@debian.org>  Mon, 09 Oct 2023 13:02:03 +0200

xsimd (11.1.0-1exp4) experimental; urgency=medium

  * Team upload.
  * debian/tests Depends: g++

 -- Drew Parsons <dparsons@debian.org>  Wed, 27 Sep 2023 14:05:09 +0200

xsimd (11.1.0-1exp3) experimental; urgency=medium

  * Team upload.
  * debian/tests Depends: doctest-dev

 -- Drew Parsons <dparsons@debian.org>  Wed, 27 Sep 2023 03:32:24 +0200

xsimd (11.1.0-1exp2) experimental; urgency=medium

  * Team upload.
  * debian/tests add Depends: xtl-dev, cmake

 -- Drew Parsons <dparsons@debian.org>  Tue, 26 Sep 2023 17:31:15 +0200

xsimd (11.1.0-1exp1) experimental; urgency=medium

  * Team upload.
  * New upstream release.
  * Standards-Version: 4.6.2
  * debian/tests: run upstream tests, including tests with complex
    number support (ENABLE_XTL_COMPLEX)
  * also add complex-complex tests activating XSIMD_ENABLE_XTL_COMPLEX
    alongside ENABLE_XTL_COMPLEX (see upstream Issue #942)

 -- Drew Parsons <dparsons@debian.org>  Sun, 24 Sep 2023 14:15:42 +0200

xsimd (10.0.0-3) unstable; urgency=medium

  * Team upload.
  * upload xsimd 10 to unstable (xtl 0.7.5 now available)

 -- Drew Parsons <dparsons@debian.org>  Mon, 25 Sep 2023 10:40:07 +0200

xsimd (10.0.0-2) experimental; urgency=medium

  * Team upload.
  * drop -mfpu=neon buildflag for armhf. Closes: #1029568.

 -- Drew Parsons <dparsons@debian.org>  Fri, 05 May 2023 18:46:50 +0200

xsimd (10.0.0-1) experimental; urgency=medium

  * New upstream release (Closes: 1027757)

 -- Julien Lamy <lamy@unistra.fr>  Tue, 03 Jan 2023 08:42:02 +0100

xsimd (8.1.0-7) unstable; urgency=medium

  * Mark as incompatible with pythran < 0.11

 -- Julien Lamy <lamy@unistra.fr>  Mon, 11 Jul 2022 09:26:15 +0200

xsimd (8.1.0-6) unstable; urgency=medium

  * Mark as incompatible with xtensor < 0.24

 -- Julien Lamy <lamy@unistra.fr>  Sat, 09 Jul 2022 08:33:17 +0200

xsimd (8.1.0-5) unstable; urgency=medium

  * Run autopkgtest on all architectures

 -- Julien Lamy <lamy@unistra.fr>  Thu, 30 Jun 2022 09:01:13 +0200

xsimd (8.1.0-4) unstable; urgency=medium

  * Reintroduce build on all arches (Closes: #1010595)
  * Run autopkgtests on supported architectures only

 -- Julien Lamy <lamy@unistra.fr>  Mon, 27 Jun 2022 06:58:27 +0200

xsimd (8.1.0-3) unstable; urgency=medium

  * Fix compilation on arm64 and armhf

 -- Julien Lamy <lamy@unistra.fr>  Fri, 24 Jun 2022 11:27:00 +0200

xsimd (8.1.0-2) unstable; urgency=medium

  * Depend on xtl
  * Fix compatibility with xtl::xcomplex

 -- Julien Lamy <lamy@unistra.fr>  Tue, 21 Jun 2022 11:09:47 +0200

xsimd (8.1.0-1) unstable; urgency=medium

  [ Ileana Dumitrescu ]
  * New upstream version 8.0.5
  * updated changelog

  [ Julien Lamy ]
  * New upstream version 8.1.0
  * Restrict to officially supported architectures (Closes: #1010595)

 -- Julien Lamy <lamy@unistra.fr>  Fri, 03 Jun 2022 16:37:16 +0200

xsimd (8.0.3-1) experimental; urgency=medium

  * New upstream version 8.0.3

 -- Julien Lamy <lamy@unistra.fr>  Tue, 16 Nov 2021 07:22:08 +0100

xsimd (7.6.0-2) unstable; urgency=medium

  * Fix failing autopkgtest on i386 (Closes: #994169)

 -- Julien Lamy <lamy@unistra.fr>  Thu, 28 Oct 2021 07:54:28 +0200

xsimd (7.6.0-1) unstable; urgency=medium

  * New upstream version 7.6.0

 -- Julien Lamy <lamy@unistra.fr>  Thu, 14 Oct 2021 01:00:57 +0530

xsimd (7.5.0-1) unstable; urgency=medium

  * Initial release (Closes: #867915)

 -- Julien Lamy <lamy@unistra.fr>  Wed, 21 Apr 2021 11:56:53 +0200