uarray 0.9.1__tar.gz → 0.9.3__tar.gz
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.
- uarray-0.9.3/.github/dependabot.yml +13 -0
- {uarray-0.9.1 → uarray-0.9.3}/.github/workflows/build.yaml +18 -18
- {uarray-0.9.1 → uarray-0.9.3}/.gitignore +1 -0
- {uarray-0.9.1/src/uarray.egg-info → uarray-0.9.3}/PKG-INFO +7 -36
- uarray-0.9.3/pixi.lock +794 -0
- {uarray-0.9.1 → uarray-0.9.3}/pyproject.toml +14 -8
- {uarray-0.9.1 → uarray-0.9.3}/src/CMakeLists.txt +2 -1
- {uarray-0.9.1 → uarray-0.9.3}/src/_uarray_dispatch.cxx +60 -35
- {uarray-0.9.1 → uarray-0.9.3}/src/uarray/_uarray.pyi +1 -4
- uarray-0.9.3/src/uarray/_version.py +34 -0
- {uarray-0.9.1 → uarray-0.9.3/src/uarray.egg-info}/PKG-INFO +7 -36
- {uarray-0.9.1 → uarray-0.9.3}/src/uarray.egg-info/SOURCES.txt +1 -0
- uarray-0.9.1/pixi.lock +0 -867
- uarray-0.9.1/src/uarray/_version.py +0 -16
- {uarray-0.9.1 → uarray-0.9.3}/.clang-format +0 -0
- {uarray-0.9.1 → uarray-0.9.3}/.gitattributes +0 -0
- {uarray-0.9.1 → uarray-0.9.3}/CODE_OF_CONDUCT.md +0 -0
- {uarray-0.9.1 → uarray-0.9.3}/CONTRIBUTING.md +0 -0
- {uarray-0.9.1 → uarray-0.9.3}/LICENSE +0 -0
- {uarray-0.9.1 → uarray-0.9.3}/README.md +0 -0
- {uarray-0.9.1 → uarray-0.9.3}/docs/_templates/autosummary/base.rst +0 -0
- {uarray-0.9.1 → uarray-0.9.3}/docs/_templates/autosummary/class.rst +0 -0
- {uarray-0.9.1 → uarray-0.9.3}/docs/_templates/autosummary/module.rst +0 -0
- {uarray-0.9.1 → uarray-0.9.3}/docs/conf.py +0 -0
- {uarray-0.9.1 → uarray-0.9.3}/docs/enduser_docs.rst +0 -0
- {uarray-0.9.1 → uarray-0.9.3}/docs/generated/uarray.BackendNotImplementedError.rst +0 -0
- {uarray-0.9.1 → uarray-0.9.3}/docs/generated/uarray.Dispatchable.__init__.rst +0 -0
- {uarray-0.9.1 → uarray-0.9.3}/docs/generated/uarray.Dispatchable.rst +0 -0
- {uarray-0.9.1 → uarray-0.9.3}/docs/generated/uarray.all_of_type.rst +0 -0
- {uarray-0.9.1 → uarray-0.9.3}/docs/generated/uarray.clear_backends.rst +0 -0
- {uarray-0.9.1 → uarray-0.9.3}/docs/generated/uarray.create_multimethod.rst +0 -0
- {uarray-0.9.1 → uarray-0.9.3}/docs/generated/uarray.generate_multimethod.rst +0 -0
- {uarray-0.9.1 → uarray-0.9.3}/docs/generated/uarray.get_state.rst +0 -0
- {uarray-0.9.1 → uarray-0.9.3}/docs/generated/uarray.mark_as.rst +0 -0
- {uarray-0.9.1 → uarray-0.9.3}/docs/generated/uarray.register_backend.rst +0 -0
- {uarray-0.9.1 → uarray-0.9.3}/docs/generated/uarray.reset_state.rst +0 -0
- {uarray-0.9.1 → uarray-0.9.3}/docs/generated/uarray.rst +0 -0
- {uarray-0.9.1 → uarray-0.9.3}/docs/generated/uarray.set_backend.rst +0 -0
- {uarray-0.9.1 → uarray-0.9.3}/docs/generated/uarray.set_global_backend.rst +0 -0
- {uarray-0.9.1 → uarray-0.9.3}/docs/generated/uarray.set_state.rst +0 -0
- {uarray-0.9.1 → uarray-0.9.3}/docs/generated/uarray.skip_backend.rst +0 -0
- {uarray-0.9.1 → uarray-0.9.3}/docs/generated/uarray.wrap_single_convertor.rst +0 -0
- {uarray-0.9.1 → uarray-0.9.3}/docs/glossary.rst +0 -0
- {uarray-0.9.1 → uarray-0.9.3}/docs/gsoc/2020/ideas.rst +0 -0
- {uarray-0.9.1 → uarray-0.9.3}/docs/index.rst +0 -0
- {uarray-0.9.1 → uarray-0.9.3}/docs/libauthor_docs.rst +0 -0
- {uarray-0.9.1 → uarray-0.9.3}/docs/logo.png +0 -0
- {uarray-0.9.1 → uarray-0.9.3}/docs/multimethod_docs.rst +0 -0
- {uarray-0.9.1 → uarray-0.9.3}/notebooks/01_user_facing.ipynb +0 -0
- {uarray-0.9.1 → uarray-0.9.3}/notebooks/02_basic_dev_tutorial.ipynb +0 -0
- {uarray-0.9.1 → uarray-0.9.3}/notebooks/fruit-puzzle.jpg +0 -0
- {uarray-0.9.1 → uarray-0.9.3}/readthedocs.yml +0 -0
- {uarray-0.9.1 → uarray-0.9.3}/requirements/all.txt +0 -0
- {uarray-0.9.1 → uarray-0.9.3}/requirements/docs.txt +0 -0
- {uarray-0.9.1 → uarray-0.9.3}/requirements/optional.txt +0 -0
- {uarray-0.9.1 → uarray-0.9.3}/requirements/tests.txt +0 -0
- {uarray-0.9.1 → uarray-0.9.3}/requirements.txt +0 -0
- {uarray-0.9.1 → uarray-0.9.3}/setup.cfg +0 -0
- {uarray-0.9.1 → uarray-0.9.3}/setup.py +0 -0
- {uarray-0.9.1 → uarray-0.9.3}/src/small_dynamic_array.h +0 -0
- {uarray-0.9.1 → uarray-0.9.3}/src/uarray/.coveragerc +0 -0
- {uarray-0.9.1 → uarray-0.9.3}/src/uarray/__init__.py +0 -0
- {uarray-0.9.1 → uarray-0.9.3}/src/uarray/_backend.py +0 -0
- {uarray-0.9.1 → uarray-0.9.3}/src/uarray/_typing.pyi +0 -0
- {uarray-0.9.1 → uarray-0.9.3}/src/uarray/conftest.py +0 -0
- {uarray-0.9.1 → uarray-0.9.3}/src/uarray/py.typed +0 -0
- {uarray-0.9.1 → uarray-0.9.3}/src/uarray/pytest.ini +0 -0
- {uarray-0.9.1 → uarray-0.9.3}/src/uarray/tests/__init__.py +0 -0
- {uarray-0.9.1 → uarray-0.9.3}/src/uarray/tests/example_helpers.py +0 -0
- {uarray-0.9.1 → uarray-0.9.3}/src/uarray/tests/test_uarray.py +0 -0
- {uarray-0.9.1 → uarray-0.9.3}/src/uarray.egg-info/dependency_links.txt +0 -0
- {uarray-0.9.1 → uarray-0.9.3}/src/uarray.egg-info/requires.txt +0 -0
- {uarray-0.9.1 → uarray-0.9.3}/src/uarray.egg-info/top_level.txt +0 -0
- {uarray-0.9.1 → uarray-0.9.3}/src/vectorcall.cxx +0 -0
- {uarray-0.9.1 → uarray-0.9.3}/src/vectorcall.h +0 -0
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# Set update schedule for GitHub Actions
|
|
2
|
+
# This opens a PR when actions in workflows need an update
|
|
3
|
+
|
|
4
|
+
version: 2
|
|
5
|
+
updates:
|
|
6
|
+
- package-ecosystem: "github-actions"
|
|
7
|
+
directory: "/"
|
|
8
|
+
schedule:
|
|
9
|
+
# Check for updates to GitHub Actions every week
|
|
10
|
+
interval: "weekly"
|
|
11
|
+
commit-message:
|
|
12
|
+
prefix: "skip changelog" # So this PR will not be added to release-drafter
|
|
13
|
+
include: "scope" # List of the updated dependencies in the commit will be added
|
|
@@ -23,12 +23,12 @@ jobs:
|
|
|
23
23
|
os: [ubuntu-latest, windows-latest, macos-latest]
|
|
24
24
|
|
|
25
25
|
steps:
|
|
26
|
-
- uses: actions/checkout@
|
|
26
|
+
- uses: actions/checkout@v5
|
|
27
27
|
with:
|
|
28
28
|
fetch-depth: 0
|
|
29
29
|
|
|
30
30
|
- name: Build wheels
|
|
31
|
-
uses: pypa/cibuildwheel@
|
|
31
|
+
uses: pypa/cibuildwheel@v3.2.1
|
|
32
32
|
- uses: actions/upload-artifact@v4
|
|
33
33
|
with:
|
|
34
34
|
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
|
|
@@ -38,7 +38,7 @@ jobs:
|
|
|
38
38
|
name: Make SDist
|
|
39
39
|
runs-on: ubuntu-latest
|
|
40
40
|
steps:
|
|
41
|
-
- uses: actions/checkout@
|
|
41
|
+
- uses: actions/checkout@v5
|
|
42
42
|
with:
|
|
43
43
|
fetch-depth: 0
|
|
44
44
|
|
|
@@ -49,7 +49,7 @@ jobs:
|
|
|
49
49
|
with:
|
|
50
50
|
name: cibw-sdist
|
|
51
51
|
path: dist/*.tar.gz
|
|
52
|
-
|
|
52
|
+
|
|
53
53
|
upload_all:
|
|
54
54
|
needs: [build_wheels, make_sdist]
|
|
55
55
|
permissions:
|
|
@@ -57,7 +57,7 @@ jobs:
|
|
|
57
57
|
runs-on: ubuntu-latest
|
|
58
58
|
if: github.ref_type == 'tag'
|
|
59
59
|
steps:
|
|
60
|
-
- uses: actions/download-artifact@
|
|
60
|
+
- uses: actions/download-artifact@v5
|
|
61
61
|
with:
|
|
62
62
|
pattern: cibw-*
|
|
63
63
|
path: dist
|
|
@@ -69,13 +69,13 @@ jobs:
|
|
|
69
69
|
name: Documentation, Linting and Coverage
|
|
70
70
|
runs-on: ubuntu-latest
|
|
71
71
|
steps:
|
|
72
|
-
- uses: actions/checkout@
|
|
72
|
+
- uses: actions/checkout@v5
|
|
73
73
|
with:
|
|
74
74
|
fetch-depth: 0
|
|
75
|
-
- uses: actions/setup-python@
|
|
75
|
+
- uses: actions/setup-python@v6
|
|
76
76
|
with:
|
|
77
77
|
# Update according to NEP-29
|
|
78
|
-
python-version: '3.
|
|
78
|
+
python-version: '3.11'
|
|
79
79
|
cache: 'pip'
|
|
80
80
|
- name: Install package
|
|
81
81
|
run: |
|
|
@@ -95,12 +95,12 @@ jobs:
|
|
|
95
95
|
run: |
|
|
96
96
|
mypy src/uarray
|
|
97
97
|
- name: Run clang-format style check for C/C++ code.
|
|
98
|
-
uses: jidicula/clang-format-action@v4.
|
|
98
|
+
uses: jidicula/clang-format-action@v4.15.0
|
|
99
99
|
with:
|
|
100
|
-
clang-format-version: '
|
|
100
|
+
clang-format-version: '19'
|
|
101
101
|
check-path: 'src'
|
|
102
102
|
- name: Upload coverage to Codecov
|
|
103
|
-
uses: codecov/codecov-action@
|
|
103
|
+
uses: codecov/codecov-action@v5
|
|
104
104
|
with:
|
|
105
105
|
directory: 'coverage/coverage*.xml'
|
|
106
106
|
env_vars: OS,PYTHON
|
|
@@ -111,12 +111,12 @@ jobs:
|
|
|
111
111
|
name: Tests for PyPy3
|
|
112
112
|
runs-on: ubuntu-latest
|
|
113
113
|
steps:
|
|
114
|
-
- uses: actions/checkout@
|
|
114
|
+
- uses: actions/checkout@v5
|
|
115
115
|
with:
|
|
116
116
|
fetch-depth: 0
|
|
117
|
-
- uses: actions/setup-python@
|
|
117
|
+
- uses: actions/setup-python@v6
|
|
118
118
|
with:
|
|
119
|
-
python-version: 'pypy-3.
|
|
119
|
+
python-version: 'pypy-3.11'
|
|
120
120
|
cache: 'pip'
|
|
121
121
|
- name: Install package
|
|
122
122
|
run: |
|
|
@@ -129,16 +129,16 @@ jobs:
|
|
|
129
129
|
name: Run SciPy FFT tests
|
|
130
130
|
runs-on: ubuntu-latest
|
|
131
131
|
steps:
|
|
132
|
-
- uses: actions/checkout@
|
|
133
|
-
- uses: actions/setup-python@
|
|
132
|
+
- uses: actions/checkout@v5
|
|
133
|
+
- uses: actions/setup-python@v6
|
|
134
134
|
with:
|
|
135
135
|
# Update according to NEP-29
|
|
136
|
-
python-version: '3.
|
|
136
|
+
python-version: '3.11'
|
|
137
137
|
cache: 'pip'
|
|
138
138
|
- name: Install package
|
|
139
139
|
run: |
|
|
140
140
|
pip install -v .[tests] pytest"<7"
|
|
141
|
-
pip install scipy==1.
|
|
141
|
+
pip install scipy==1.9.3
|
|
142
142
|
- name: SciPy tests
|
|
143
143
|
run: |
|
|
144
144
|
import scipy.fft
|
|
@@ -1,38 +1,9 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: uarray
|
|
3
|
-
Version: 0.9.
|
|
3
|
+
Version: 0.9.3
|
|
4
4
|
Summary: Array interface object for Python with pluggable backends and a multiple-dispatch mechanism for defining down-stream functions
|
|
5
|
-
Maintainer-email: Hameer Abbasi <habbasi@
|
|
6
|
-
License: BSD
|
|
7
|
-
|
|
8
|
-
Copyright (c) 2018, Quansight-Labs
|
|
9
|
-
All rights reserved.
|
|
10
|
-
|
|
11
|
-
Redistribution and use in source and binary forms, with or without
|
|
12
|
-
modification, are permitted provided that the following conditions are met:
|
|
13
|
-
|
|
14
|
-
* Redistributions of source code must retain the above copyright notice, this
|
|
15
|
-
list of conditions and the following disclaimer.
|
|
16
|
-
|
|
17
|
-
* Redistributions in binary form must reproduce the above copyright notice,
|
|
18
|
-
this list of conditions and the following disclaimer in the documentation
|
|
19
|
-
and/or other materials provided with the distribution.
|
|
20
|
-
|
|
21
|
-
* Neither the name of the copyright holder nor the names of its
|
|
22
|
-
contributors may be used to endorse or promote products derived from
|
|
23
|
-
this software without specific prior written permission.
|
|
24
|
-
|
|
25
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
26
|
-
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
27
|
-
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
28
|
-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
|
29
|
-
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
30
|
-
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
|
31
|
-
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
32
|
-
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
33
|
-
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
34
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
35
|
-
|
|
5
|
+
Maintainer-email: Hameer Abbasi <habbasi@openteams.com>
|
|
6
|
+
License-Expression: BSD-3-Clause
|
|
36
7
|
Project-URL: Documentation, https://uarray.org/
|
|
37
8
|
Project-URL: Source, https://github.com/Quansight-Labs/uarray/
|
|
38
9
|
Project-URL: Repository, https://github.com/Quansight-Labs/uarray.git
|
|
@@ -40,18 +11,17 @@ Project-URL: Issue Tracker, https://github.com/Quansight-Labs/uarray/issues
|
|
|
40
11
|
Keywords: uarray,scipy,multiple-dispatch
|
|
41
12
|
Classifier: Development Status :: 2 - Pre-Alpha
|
|
42
13
|
Classifier: Operating System :: OS Independent
|
|
43
|
-
Classifier: License :: OSI Approved :: BSD License
|
|
44
14
|
Classifier: Programming Language :: Python
|
|
45
15
|
Classifier: Programming Language :: Python :: 3
|
|
46
|
-
Classifier: Programming Language :: Python :: 3.10
|
|
47
16
|
Classifier: Programming Language :: Python :: 3.11
|
|
48
17
|
Classifier: Programming Language :: Python :: 3.12
|
|
49
18
|
Classifier: Programming Language :: Python :: 3.13
|
|
19
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
50
20
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
51
21
|
Classifier: Intended Audience :: Developers
|
|
52
22
|
Classifier: Intended Audience :: Science/Research
|
|
53
23
|
Classifier: Typing :: Typed
|
|
54
|
-
Requires-Python: >=3.
|
|
24
|
+
Requires-Python: >=3.11
|
|
55
25
|
Description-Content-Type: text/markdown
|
|
56
26
|
License-File: LICENSE
|
|
57
27
|
Provides-Extra: docs
|
|
@@ -67,6 +37,7 @@ Provides-Extra: all
|
|
|
67
37
|
Requires-Dist: uarray[docs]; extra == "all"
|
|
68
38
|
Requires-Dist: uarray[tests]; extra == "all"
|
|
69
39
|
Requires-Dist: uarray[optional]; extra == "all"
|
|
40
|
+
Dynamic: license-file
|
|
70
41
|
|
|
71
42
|
# `uarray` - A back-end mechanism geared towards array computing
|
|
72
43
|
|