pyopencl 2024.2.4__cp38-cp38-musllinux_1_1_x86_64.whl → 2024.2.5__cp38-cp38-musllinux_1_1_x86_64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of pyopencl might be problematic. Click here for more details.

pyopencl/version.py CHANGED
@@ -1,7 +1,9 @@
1
+ import re
1
2
  from importlib import metadata
2
- VERSION_TEXT = metadata.version("pyopencl")
3
3
 
4
- import re
4
+
5
+ VERSION_TEXT = metadata.version("pyopencl")
5
6
  _match = re.match("^([0-9.]+)([a-z0-9]*?)$", VERSION_TEXT)
7
+ assert _match is not None
6
8
  VERSION_STATUS = _match.group(2)
7
9
  VERSION = tuple(int(nr) for nr in _match.group(1).split("."))
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyopencl
3
- Version: 2024.2.4
3
+ Version: 2024.2.5
4
4
  Summary: Python wrapper for OpenCL
5
5
  Author-Email: Andreas Kloeckner <inform@tiker.net>
6
6
  Classifier: Development Status :: 5 - Production/Stable
@@ -1,7 +1,7 @@
1
- pyopencl-2024.2.4.dist-info/WHEEL,sha256=YHTO53azBPGtfMVm9yuY9wgDguLUk_i6kMK-KnIeb-c,114
2
- pyopencl-2024.2.4.dist-info/RECORD,,
3
- pyopencl-2024.2.4.dist-info/METADATA,sha256=d5bnG74Fbsq-tEUegy7cYX862OrLpN7AmwTP8yfIlL8,4671
4
- pyopencl-2024.2.4.dist-info/licenses/LICENSE,sha256=ed06wscfYbymGrF5jRUX9rPCsefHp5ZOv_xgjbXgGrA,5299
1
+ pyopencl-2024.2.5.dist-info/WHEEL,sha256=YHTO53azBPGtfMVm9yuY9wgDguLUk_i6kMK-KnIeb-c,114
2
+ pyopencl-2024.2.5.dist-info/RECORD,,
3
+ pyopencl-2024.2.5.dist-info/METADATA,sha256=8a7shvaPQtnTN1WLHY1h9N2Ix-RaTV-rDwEKuBz3qhc,4671
4
+ pyopencl-2024.2.5.dist-info/licenses/LICENSE,sha256=ed06wscfYbymGrF5jRUX9rPCsefHp5ZOv_xgjbXgGrA,5299
5
5
  pyopencl/__init__.py,sha256=-3X3PY8QfGO_DRGrFcRh9iZqG9S6_2P68vx66ItOM0E,81108
6
6
  pyopencl/cltypes.py,sha256=DdBVPBU2bRuIbT8ImhWFIQosrefMOkAa4mY4yoSnurc,4818
7
7
  pyopencl/bitonic_sort.py,sha256=-gTe-1CfMwxkKKdvlB7x5vIyCeS3NxZRD7GVrYeXfuo,7960
@@ -15,7 +15,7 @@ pyopencl/_cluda.py,sha256=KKUxizD1iQEuZ_TmmFZNJ8IdXa8x8uT9HgB0nmAlYLw,2074
15
15
  pyopencl/clrandom.py,sha256=wAzoB6U4cNCipy5xbeYrrvDbqx_QFLmp_FeqIAu3K7I,13043
16
16
  pyopencl/scan.py,sha256=NbhwamNMcoJaCfeQX2eciQdWEhlAfVxIOTRy5oaUAx8,65500
17
17
  pyopencl/_cl.cpython-38-x86_64-linux-gnu.so,sha256=wmqmpvvGfMe41btz8s2YJUR49wbUH-C6mLh6aHCWlLY,2200121
18
- pyopencl/version.py,sha256=2bpVcHPShdSZ52pNXSfvp8uKh9oEqzdOofIq3wUd4wk,240
18
+ pyopencl/version.py,sha256=PhHAIjtUGVQ2wTVlqgoOrcC_2rkvNMmqvy1rRDqWOhg,267
19
19
  pyopencl/algorithm.py,sha256=y3wnm2l-0mzIy1dwcZmKR2iLGPVMIlwbgAAsM3elJVg,51265
20
20
  pyopencl/clmath.py,sha256=lOxQzE6BEp5-nVRuGu0hgxzk_gcx7aTiy_hRFxAPmcI,8222
21
21
  pyopencl/cache.py,sha256=PltNiHqrAmX7Tgg9BfFdheAHU6qwkg0tjbtCPKKryls,15959
@@ -28,7 +28,6 @@ pyopencl/compyte/dtypes.py,sha256=FQ1KrstfEIV_ikNNvbC1JODX9rLQ-Yo8-QhAwD-4v9I,98
28
28
  pyopencl/compyte/array.py,sha256=9dUSCSb475naOADXWhgpQb72Yx1FjKWMEaU6jRwdq90,7422
29
29
  pyopencl/compyte/.gitignore,sha256=HVYtbKRtOCPWZavrgYqO2u7UKFiE7g7ympmuQzKbBBw,168
30
30
  pyopencl/compyte/.git,sha256=hqjyvpQvk3kzLjhnlN4Ht1Pgj7gEz1d0hTK9YSPe5T8,44
31
- pyopencl/compyte/setup.cfg,sha256=p7e45CWUsMPBcFZQ1zshcAmfP4PwYNRcNIjLwkxDg-8,153
32
31
  pyopencl/compyte/ndarray/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
33
32
  pyopencl/compyte/ndarray/pygpu_language.h,sha256=HSAfiG0W87aBoT6UAQl1ODQpdWr7GtSMtMtDpEjQkAI,7049
34
33
  pyopencl/compyte/ndarray/pygpu_ndarray_object.h,sha256=mX8vcy4lgNIgX6xkB5T6U1XkD_Ysk-dW_EChrTYaJWE,9059
@@ -43,8 +42,6 @@ pyopencl/compyte/ndarray/gen_elemwise.py,sha256=KZdZZ6higOqGuxpp9aLDECWuL3jT9zuS
43
42
  pyopencl/compyte/ndarray/pygpu_language_opencl.cpp,sha256=kyY6wV_h_-uAj8IOO6c9gYHoxJ5Bir83M7XptAUx3u8,7946
44
43
  pyopencl/compyte/ndarray/setup_opencl.py,sha256=Xvmj3iaRjBXI2sEzTTYKxgFCoEyDaiP9ZGJ989RLSqc,3809
45
44
  pyopencl/compyte/ndarray/test_gpu_elemwise.py,sha256=sZn24yDa3WgK_AoIs6HCL6-UslZf0aYiPByo__PbtJw,18438
46
- pyopencl/compyte/.github/workflows/ci.yml,sha256=afEEhKaYhpn6kccnVgpYe8Hmie-EC9r-gEM1OUMpT6M,787
47
- pyopencl/compyte/.github/workflows/autopush.yml,sha256=k_3S43n36xjKkjzTiNQsz6_NIH-9-HweUUT8yqUDbgM,665
48
45
  pyopencl/cl/pyopencl-bessel-y.cl,sha256=VDy8l4lVxO8VcJR_maeGu_Qjnw27j28zBwhaTKDhBBg,12297
49
46
  pyopencl/cl/pyopencl-eval-tbl.cl,sha256=YNi_hyeE4GtDwzx3mLOMRIHh9jOOzMwSv-F2F1lMevg,2616
50
47
  pyopencl/cl/pyopencl-bessel-j-complex.cl,sha256=o-17yK_wBFqRiGgTYHg9waooTEKt1SCoguMUbg2LOB0,6026
@@ -1,21 +0,0 @@
1
- name: Gitlab mirror
2
- on:
3
- push:
4
- branches:
5
- - main
6
-
7
- jobs:
8
- autopush:
9
- name: Automatic push to gitlab.tiker.net
10
- runs-on: ubuntu-latest
11
- steps:
12
- - uses: actions/checkout@v3
13
- - run: |
14
- mkdir ~/.ssh && echo -e "Host gitlab.tiker.net\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
15
- eval $(ssh-agent) && echo "$GITLAB_AUTOPUSH_KEY" | ssh-add -
16
- git fetch --unshallow
17
- git push "git@gitlab.tiker.net:inducer/$(basename $GITHUB_REPOSITORY).git" main
18
- env:
19
- GITLAB_AUTOPUSH_KEY: ${{ secrets.GITLAB_AUTOPUSH_KEY }}
20
-
21
- # vim: sw=4
@@ -1,30 +0,0 @@
1
- name: CI
2
- on:
3
- push:
4
- branches:
5
- - main
6
- pull_request:
7
- schedule:
8
- - cron: '17 3 * * 0'
9
-
10
- jobs:
11
- flake8:
12
- name: Flake8
13
- runs-on: ubuntu-latest
14
- steps:
15
- - uses: actions/checkout@v3
16
- -
17
- uses: actions/setup-python@v4
18
- with:
19
- # matches compat target in setup.py
20
- python-version: '3.8'
21
- - name: "Main Script"
22
- run: |
23
- curl -L -O https://tiker.net/ci-support-v0
24
- . ./ci-support-v0
25
- print_status_message
26
- clean_up_repo_and_working_env
27
- create_and_set_up_virtualenv
28
- cd ..
29
- cp compyte/setup.cfg .
30
- install_and_run_flake8 compyte/*.py
@@ -1,9 +0,0 @@
1
- [flake8]
2
- ignore = E126,E127,E128,E123,E226,E241,E242
3
- max-line-length=85
4
-
5
- inline-quotes = "
6
- docstring-quotes = """
7
- multiline-quotes = """
8
-
9
- # enable-isort