uarray 0.9.2__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.
Files changed (75) hide show
  1. {uarray-0.9.2 → uarray-0.9.3}/.github/workflows/build.yaml +17 -17
  2. {uarray-0.9.2 → uarray-0.9.3}/.gitignore +1 -0
  3. {uarray-0.9.2/src/uarray.egg-info → uarray-0.9.3}/PKG-INFO +7 -36
  4. uarray-0.9.3/pixi.lock +794 -0
  5. {uarray-0.9.2 → uarray-0.9.3}/pyproject.toml +8 -8
  6. {uarray-0.9.2 → uarray-0.9.3}/src/uarray/_uarray.pyi +1 -4
  7. uarray-0.9.3/src/uarray/_version.py +34 -0
  8. {uarray-0.9.2 → uarray-0.9.3/src/uarray.egg-info}/PKG-INFO +7 -36
  9. uarray-0.9.2/pixi.lock +0 -867
  10. uarray-0.9.2/src/uarray/_version.py +0 -16
  11. {uarray-0.9.2 → uarray-0.9.3}/.clang-format +0 -0
  12. {uarray-0.9.2 → uarray-0.9.3}/.gitattributes +0 -0
  13. {uarray-0.9.2 → uarray-0.9.3}/.github/dependabot.yml +0 -0
  14. {uarray-0.9.2 → uarray-0.9.3}/CODE_OF_CONDUCT.md +0 -0
  15. {uarray-0.9.2 → uarray-0.9.3}/CONTRIBUTING.md +0 -0
  16. {uarray-0.9.2 → uarray-0.9.3}/LICENSE +0 -0
  17. {uarray-0.9.2 → uarray-0.9.3}/README.md +0 -0
  18. {uarray-0.9.2 → uarray-0.9.3}/docs/_templates/autosummary/base.rst +0 -0
  19. {uarray-0.9.2 → uarray-0.9.3}/docs/_templates/autosummary/class.rst +0 -0
  20. {uarray-0.9.2 → uarray-0.9.3}/docs/_templates/autosummary/module.rst +0 -0
  21. {uarray-0.9.2 → uarray-0.9.3}/docs/conf.py +0 -0
  22. {uarray-0.9.2 → uarray-0.9.3}/docs/enduser_docs.rst +0 -0
  23. {uarray-0.9.2 → uarray-0.9.3}/docs/generated/uarray.BackendNotImplementedError.rst +0 -0
  24. {uarray-0.9.2 → uarray-0.9.3}/docs/generated/uarray.Dispatchable.__init__.rst +0 -0
  25. {uarray-0.9.2 → uarray-0.9.3}/docs/generated/uarray.Dispatchable.rst +0 -0
  26. {uarray-0.9.2 → uarray-0.9.3}/docs/generated/uarray.all_of_type.rst +0 -0
  27. {uarray-0.9.2 → uarray-0.9.3}/docs/generated/uarray.clear_backends.rst +0 -0
  28. {uarray-0.9.2 → uarray-0.9.3}/docs/generated/uarray.create_multimethod.rst +0 -0
  29. {uarray-0.9.2 → uarray-0.9.3}/docs/generated/uarray.generate_multimethod.rst +0 -0
  30. {uarray-0.9.2 → uarray-0.9.3}/docs/generated/uarray.get_state.rst +0 -0
  31. {uarray-0.9.2 → uarray-0.9.3}/docs/generated/uarray.mark_as.rst +0 -0
  32. {uarray-0.9.2 → uarray-0.9.3}/docs/generated/uarray.register_backend.rst +0 -0
  33. {uarray-0.9.2 → uarray-0.9.3}/docs/generated/uarray.reset_state.rst +0 -0
  34. {uarray-0.9.2 → uarray-0.9.3}/docs/generated/uarray.rst +0 -0
  35. {uarray-0.9.2 → uarray-0.9.3}/docs/generated/uarray.set_backend.rst +0 -0
  36. {uarray-0.9.2 → uarray-0.9.3}/docs/generated/uarray.set_global_backend.rst +0 -0
  37. {uarray-0.9.2 → uarray-0.9.3}/docs/generated/uarray.set_state.rst +0 -0
  38. {uarray-0.9.2 → uarray-0.9.3}/docs/generated/uarray.skip_backend.rst +0 -0
  39. {uarray-0.9.2 → uarray-0.9.3}/docs/generated/uarray.wrap_single_convertor.rst +0 -0
  40. {uarray-0.9.2 → uarray-0.9.3}/docs/glossary.rst +0 -0
  41. {uarray-0.9.2 → uarray-0.9.3}/docs/gsoc/2020/ideas.rst +0 -0
  42. {uarray-0.9.2 → uarray-0.9.3}/docs/index.rst +0 -0
  43. {uarray-0.9.2 → uarray-0.9.3}/docs/libauthor_docs.rst +0 -0
  44. {uarray-0.9.2 → uarray-0.9.3}/docs/logo.png +0 -0
  45. {uarray-0.9.2 → uarray-0.9.3}/docs/multimethod_docs.rst +0 -0
  46. {uarray-0.9.2 → uarray-0.9.3}/notebooks/01_user_facing.ipynb +0 -0
  47. {uarray-0.9.2 → uarray-0.9.3}/notebooks/02_basic_dev_tutorial.ipynb +0 -0
  48. {uarray-0.9.2 → uarray-0.9.3}/notebooks/fruit-puzzle.jpg +0 -0
  49. {uarray-0.9.2 → uarray-0.9.3}/readthedocs.yml +0 -0
  50. {uarray-0.9.2 → uarray-0.9.3}/requirements/all.txt +0 -0
  51. {uarray-0.9.2 → uarray-0.9.3}/requirements/docs.txt +0 -0
  52. {uarray-0.9.2 → uarray-0.9.3}/requirements/optional.txt +0 -0
  53. {uarray-0.9.2 → uarray-0.9.3}/requirements/tests.txt +0 -0
  54. {uarray-0.9.2 → uarray-0.9.3}/requirements.txt +0 -0
  55. {uarray-0.9.2 → uarray-0.9.3}/setup.cfg +0 -0
  56. {uarray-0.9.2 → uarray-0.9.3}/setup.py +0 -0
  57. {uarray-0.9.2 → uarray-0.9.3}/src/CMakeLists.txt +0 -0
  58. {uarray-0.9.2 → uarray-0.9.3}/src/_uarray_dispatch.cxx +0 -0
  59. {uarray-0.9.2 → uarray-0.9.3}/src/small_dynamic_array.h +0 -0
  60. {uarray-0.9.2 → uarray-0.9.3}/src/uarray/.coveragerc +0 -0
  61. {uarray-0.9.2 → uarray-0.9.3}/src/uarray/__init__.py +0 -0
  62. {uarray-0.9.2 → uarray-0.9.3}/src/uarray/_backend.py +0 -0
  63. {uarray-0.9.2 → uarray-0.9.3}/src/uarray/_typing.pyi +0 -0
  64. {uarray-0.9.2 → uarray-0.9.3}/src/uarray/conftest.py +0 -0
  65. {uarray-0.9.2 → uarray-0.9.3}/src/uarray/py.typed +0 -0
  66. {uarray-0.9.2 → uarray-0.9.3}/src/uarray/pytest.ini +0 -0
  67. {uarray-0.9.2 → uarray-0.9.3}/src/uarray/tests/__init__.py +0 -0
  68. {uarray-0.9.2 → uarray-0.9.3}/src/uarray/tests/example_helpers.py +0 -0
  69. {uarray-0.9.2 → uarray-0.9.3}/src/uarray/tests/test_uarray.py +0 -0
  70. {uarray-0.9.2 → uarray-0.9.3}/src/uarray.egg-info/SOURCES.txt +0 -0
  71. {uarray-0.9.2 → uarray-0.9.3}/src/uarray.egg-info/dependency_links.txt +0 -0
  72. {uarray-0.9.2 → uarray-0.9.3}/src/uarray.egg-info/requires.txt +0 -0
  73. {uarray-0.9.2 → uarray-0.9.3}/src/uarray.egg-info/top_level.txt +0 -0
  74. {uarray-0.9.2 → uarray-0.9.3}/src/vectorcall.cxx +0 -0
  75. {uarray-0.9.2 → uarray-0.9.3}/src/vectorcall.h +0 -0
@@ -23,12 +23,12 @@ jobs:
23
23
  os: [ubuntu-latest, windows-latest, macos-latest]
24
24
 
25
25
  steps:
26
- - uses: actions/checkout@v4
26
+ - uses: actions/checkout@v5
27
27
  with:
28
28
  fetch-depth: 0
29
29
 
30
30
  - name: Build wheels
31
- uses: pypa/cibuildwheel@v2.22.0
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@v4
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@v4
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@v4
72
+ - uses: actions/checkout@v5
73
73
  with:
74
74
  fetch-depth: 0
75
- - uses: actions/setup-python@v5
75
+ - uses: actions/setup-python@v6
76
76
  with:
77
77
  # Update according to NEP-29
78
- python-version: '3.10'
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.13.0
98
+ uses: jidicula/clang-format-action@v4.15.0
99
99
  with:
100
100
  clang-format-version: '19'
101
101
  check-path: 'src'
102
102
  - name: Upload coverage to Codecov
103
- uses: codecov/codecov-action@v4
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@v4
114
+ - uses: actions/checkout@v5
115
115
  with:
116
116
  fetch-depth: 0
117
- - uses: actions/setup-python@v5
117
+ - uses: actions/setup-python@v6
118
118
  with:
119
- python-version: 'pypy-3.10'
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@v4
133
- - uses: actions/setup-python@v5
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.10'
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.7.2
141
+ pip install scipy==1.9.3
142
142
  - name: SciPy tests
143
143
  run: |
144
144
  import scipy.fft
@@ -28,3 +28,4 @@ src/uarray/_version.py
28
28
  # pixi environments
29
29
  .pixi
30
30
  *.egg-info
31
+ wheelhouse/
@@ -1,38 +1,9 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: uarray
3
- Version: 0.9.2
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@quansight.com>
6
- License: BSD 3-Clause License
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.10
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