libgpuarray (0.7.6-14) unstable; urgency=medium * Tests: add more debug output (see #1031414). * Clean up .so after build. (Closes: #1046309) * Reproducibility: remove build paths from Cython output. -- Rebecca N. Palmer Sun, 20 Aug 2023 13:46:32 +0100 libgpuarray (0.7.6-13) unstable; urgency=medium * Don't use np.bool, as it no longer exists. (Closes: #1028359) -- Rebecca N. Palmer Wed, 11 Jan 2023 21:19:30 +0000 libgpuarray (0.7.6-12) unstable; urgency=medium * Don't try to use numpy's updateifcopy flag, as it no longer exists. (Closes: #1026345) * Tests: allow numpy to set the strides of an 0-element array to 0. * Bump Standards-Version to 4.6.2 (no changes needed). -- Rebecca N. Palmer Thu, 05 Jan 2023 20:31:11 +0000 libgpuarray (0.7.6-11) unstable; urgency=medium * Import setuptools before distutils. (Closes: #1022514) -- Rebecca N. Palmer Mon, 07 Nov 2022 21:02:14 +0000 libgpuarray (0.7.6-10) unstable; urgency=medium * Use pytest instead of nose. (Closes: #1018396) * Bump Standards-Version to 4.6.1 (no changes needed). -- Rebecca N. Palmer Sun, 04 Sep 2022 21:14:33 +0100 libgpuarray (0.7.6-9) unstable; urgency=medium * Prefer, and only test with, libclblast. (Closes: #1004230) * Tests: remove #997908 workaround. * Enable salsa-ci. -- Rebecca N. Palmer Wed, 02 Feb 2022 19:02:10 +0000 libgpuarray (0.7.6-8) unstable; urgency=medium * Also ignore arm64 exception from gemv (see #992673). -- Rebecca N. Palmer Thu, 25 Nov 2021 21:38:13 +0000 libgpuarray (0.7.6-7) unstable; urgency=medium * Fix and re-enable *gemv under clblast (see #992673). * Docs: be compatible with Sphinx 4.2, thanks to Graham Inggs. (Closes: #997026) * Remove -dbg package and tests. (Closes: #994304) * Tests: disable where pocl is not available, use POCL_DEVICES=basic on armel/armhf (workaround for #997908), ignore *ger exception on arm64 (see #992673). -- Rebecca N. Palmer Sat, 13 Nov 2021 20:21:21 +0000 libgpuarray (0.7.6-6) unstable; urgency=medium * Tests: don't use skip-not-installable (see #992673). * Accept libclblast as an alternative to libclblas. * Disable *gemv under libclblast to avoid wrong results (see #992673). * Where available, test against both libclblas and libclblast. * Bump Standards-Version and compat (no changes needed). -- Rebecca N. Palmer Sun, 29 Aug 2021 19:56:39 +0100 libgpuarray (0.7.6-5) unstable; urgency=medium * Don't use out-of-order queues (workaround for #949767). * Bump Standards-Version to 4.5.0 (no changes needed). -- Rebecca N. Palmer Mon, 27 Jan 2020 22:18:49 +0000 libgpuarray (0.7.6-4) unstable; urgency=medium * Remove Python 2 package (see #936870). * Bump Standards-Version to 4.4.1 (no changes needed). * Bump debhelper compat to 12 and use debhelper-compat. * Fix spelling and grammar. * Add note on using clinfo to list OpenCL devices. -- Rebecca N. Palmer Mon, 04 Nov 2019 21:23:03 +0000 libgpuarray (0.7.6-3) unstable; urgency=medium * tests: add missing MPI dependency. -- Rebecca N. Palmer Fri, 08 Feb 2019 22:08:33 +0000 libgpuarray (0.7.6-2) unstable; urgency=medium * Mark tests skip-not-installable. * tests: remove no longer needed #919824 workaround, and add one for #877316. * Upload to unstable. -- Rebecca N. Palmer Thu, 07 Feb 2019 20:06:05 +0000 libgpuarray (0.7.6-1) experimental; urgency=medium * New upstream release. (Closes: #901487) * Upload to experimental, as this is a soname change (but was ruled not a transition, i.e. not currently frozen, in #919022). * Drop patch applied upstream. * Rebuild generated *.h.c. * More user-friendly error when double precision is not available, and treat this as a skip not a fail in tests. * Fix lru_cache corruption exception. * Fix stack smashing crash in *gemmBatch. * Update copyright year. * Include the BLAS and mpi4py tests in autopkgtest, and apply workarounds for #919824 and #920497. * tests: enable verbose output, don't run the same tests twice. * Fix typo in error message. * Fix bug in BLAS error reporting. * Fail tril/triu of doubles instead of returning nonsense. * Fix intermittent test_dot failure. * Remove build path from assert messages (for reproducibility). -- Rebecca N. Palmer Tue, 29 Jan 2019 19:38:23 +0000 libgpuarray (0.6.9-3) unstable; urgency=medium * Add myself to Uploaders. * Fix FTBFS when building only arch:all. (Closes: #901111) * Make python3-pygpu-dbg depend on Python 3, not 2. Thanks to Adrian Bunk (Closes: #906100) * Use to-nearest-even rounding in half precision operations. * Fix crash in extract_triu/l. * Skip CUDA-only tests on OpenCL. (Closes: #870128) * Update Vcs-* for move to Salsa. * Stop using priority extra to comply with Standards-Version 4.3.0. * Depend or Recommend the libraries we try to dlopen(). * Set Rules-Requires-Root: no. * Fix spelling in documentation and error messages. * Update d/copyright. * Rebuild generated C files. * Add d/upstream/metadata. * Bump debhelper compat to 11, and update doc-base links. * Fix clGetDeviceInfo exception on 32 bit architectures. -- Rebecca N. Palmer Tue, 15 Jan 2019 22:18:47 +0000 libgpuarray (0.6.9-2) unstable; urgency=medium * Fix empty section in documentation - Set LD_LIBRARY_PATH before building the docs - Add missing build dependency on python3-mako Thanks to Daniel Stender for reporting (Closes: #869786) * Add autopkgtest suite with pocl -- Ghislain Antony Vaillant Wed, 26 Jul 2017 21:25:20 +0100 libgpuarray (0.6.9-1) unstable; urgency=medium * Add versioned dependency to cython. Thanks to Aaron M. Ucko (Closes: #868991) * New upstream version 0.6.9 (Closes: #868877) * Build extension modules before the docs * Normalize the preamble of the rules file -- Ghislain Antony Vaillant Wed, 26 Jul 2017 00:03:54 +0100 libgpuarray (0.6.8-1) unstable; urgency=medium * Upgrade watch file to version 4 * Update the gbp configuration * New upstream version 0.6.8 (Closes: #858401) * Drop the patch queue, no longer required * Run cme fix on control file - Wrap and sort fields and dependencies - Bump standards version to 4.0.0 * Run cme fix on copyright file - Use secure Format URI - Sort the copyright sections - Normalize the license paragraphs * Bump debhelper to version 10 * Bump soversion to 2 * Use pybuild as default build system * Clean the generated version file * Normalize the package descriptions * Run dh_numpy within dh_python overrides * Provide debug packages for Python * Provide a documentation package * Update build and install dependencies - Drop libclblas-dev and opencl-dev from Build-Depends, not required - Drop nose from Recommends, not required * Filter egg-info dir using extend-diff-ignore * Use the default Python autopkgtest suite * Adopt the package - Transfer maintenance to the Debian Science Team - Add myself to Uploaders - Add myself to copyright (Closes: #852137) -- Ghislain Antony Vaillant Mon, 17 Jul 2017 10:02:36 +0100 libgpuarray (0.0+git160929.29ce960-1) experimental; urgency=medium * Initial release (Closes: #819012). -- Daniel Stender Mon, 03 Oct 2016 15:11:12 +0200