pyopencl 2024.1-1 source package in Ubuntu

Changelog

pyopencl (2024.1-1) unstable; urgency=medium

  * New upstream release.
  * Drop python3-appdirs dependency, no longer used since 2021.2.11.
    (Closes: #1067987)

 -- Andreas Beckmann <email address hidden>  Tue, 02 Apr 2024 12:57:11 +0200

Upload details

Uploaded by:
Debian OpenCL Maintainers
Uploaded to:
Sid
Original maintainer:
Debian OpenCL Maintainers
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe python

Downloads

File Size SHA-256 Checksum
pyopencl_2024.1-1.dsc 2.7 KiB e2e8f630b09ce1e3fca5bcba5fd4aa16067926611371fb5c3dd50e6472c7b3f5
pyopencl_2024.1.orig.tar.gz 462.8 KiB ecd572ee940ad8bda1639c3a7beb68834fc9a98ad7eb3f6e01aac4f7d9d4bac1
pyopencl_2024.1-1.debian.tar.xz 25.8 KiB 7eac6f9dfd28a7b34b7287c2e67aa8f7815100cb8bf26fb978e9ebf55495a338

No changes file available.

Binary packages built by this source

python-pyopencl-doc: module to access OpenCL parallel computation API (documentation)

 PyOpenCL lets you access the OpenCL parallel computation API from
 Python. Here's what sets PyOpenCL apart:
  * Object cleanup tied to lifetime of objects. This idiom, often called
    RAII in C++, makes it much easier to write correct, leak- and
    crash-free code.
  * Completeness. PyOpenCL puts the full power of OpenCL’s API at your
    disposal, if you wish.
  * Convenience. While PyOpenCL's primary focus is to make all of OpenCL
    accessible, it tries hard to make your life less complicated as it
    does so--without taking any shortcuts.
  * Automatic Error Checking. All OpenCL errors are automatically
    translated into Python exceptions.
  * Speed. PyOpenCL’s base layer is written in C++, so all the niceties
    above are virtually free.
  * Helpful, complete documentation and a wiki.
  * Liberal licensing (MIT).
 .
 This package contains HTML documentation and example scripts.

python3-pyopencl: Python 3 module to access OpenCL parallel computation API

 PyOpenCL lets you access the OpenCL parallel computation API from
 Python. Here's what sets PyOpenCL apart:
  * Object cleanup tied to lifetime of objects. This idiom, often called
    RAII in C++, makes it much easier to write correct, leak- and
    crash-free code.
  * Completeness. PyOpenCL puts the full power of OpenCL’s API at your
    disposal, if you wish.
  * Convenience. While PyOpenCL's primary focus is to make all of OpenCL
    accessible, it tries hard to make your life less complicated as it
    does so--without taking any shortcuts.
  * Automatic Error Checking. All OpenCL errors are automatically
    translated into Python exceptions.
  * Speed. PyOpenCL’s base layer is written in C++, so all the niceties
    above are virtually free.
  * Helpful, complete documentation and a wiki.
  * Liberal licensing (MIT).
 .
 This package contains Python 3 modules.

python3-pyopencl-dbgsym: debug symbols for python3-pyopencl