Skip to content

Commit aae6824

Browse files
authored
Merge branch 'master' into specify-array-api-version
2 parents 1622d6b + 2700d92 commit aae6824

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+2273
-2414
lines changed

.github/workflows/check-mkl-interfaces.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
fetch-depth: 0
8282

8383
- name: Download artifact
84-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
84+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
8585
with:
8686
name: ${{ env.environment-file-name }}
8787
path: ${{ env.environment-file-loc }}
@@ -131,7 +131,7 @@ jobs:
131131
- name: ReRun tests on Linux
132132
if: env.rerun-tests-on-failure == 'true'
133133
id: run_tests
134-
uses: nick-fields/retry@c97818ca39074beaea45180dba704f92496a0082 # v3.0.1
134+
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
135135
with:
136136
timeout_minutes: ${{ env.rerun-tests-timeout }}
137137
max_attempts: ${{ env.rerun-tests-max-attempts }}
@@ -174,7 +174,7 @@ jobs:
174174
fetch-depth: 0
175175

176176
- name: Download artifact
177-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
177+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
178178
with:
179179
name: ${{ env.environment-file-name }}
180180
path: ${{ env.environment-file-loc }}
@@ -236,7 +236,7 @@ jobs:
236236
- name: ReRun tests on Linux
237237
if: env.rerun-tests-on-failure == 'true'
238238
id: run_tests
239-
uses: nick-fields/retry@c97818ca39074beaea45180dba704f92496a0082 # v3.0.1
239+
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
240240
with:
241241
timeout_minutes: ${{ env.rerun-tests-timeout }}
242242
max_attempts: ${{ env.rerun-tests-max-attempts }}

.github/workflows/conda-package.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
path: ${{ env.dpnp-repo-path }}
147147

148148
- name: Download artifact
149-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
149+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
150150
with:
151151
name: ${{ env.package-name }} ${{ runner.os }} Python ${{ matrix.python }}
152152
path: ${{ env.pkg-path-in-channel }}
@@ -228,7 +228,7 @@ jobs:
228228
- name: Run tests
229229
if: env.rerun-tests-on-failure == 'true'
230230
id: run_tests_linux
231-
uses: nick-fields/retry@c97818ca39074beaea45180dba704f92496a0082 # v3.0.1
231+
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
232232
with:
233233
timeout_minutes: ${{ env.rerun-tests-timeout }}
234234
max_attempts: ${{ env.rerun-tests-max-attempts }}
@@ -278,7 +278,7 @@ jobs:
278278
path: ${{ env.dpnp-repo-path }}
279279

280280
- name: Download artifact
281-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
281+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
282282
with:
283283
name: ${{ env.package-name }} ${{ runner.os }} Python ${{ matrix.python }}
284284
path: ${{ env.pkg-path-in-channel }}
@@ -394,7 +394,7 @@ jobs:
394394
- name: Run tests
395395
if: env.rerun-tests-on-failure == 'true'
396396
id: run_tests_win
397-
uses: nick-fields/retry@c97818ca39074beaea45180dba704f92496a0082 # v3.0.1
397+
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
398398
with:
399399
timeout_minutes: ${{ env.rerun-tests-timeout }}
400400
max_attempts: ${{ env.rerun-tests-max-attempts }}
@@ -440,12 +440,12 @@ jobs:
440440
fetch-depth: ${{ env.fetch-depth }}
441441

442442
- name: Download artifact
443-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
443+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
444444
with:
445445
name: ${{ env.package-name }} ${{ runner.os }} Python ${{ matrix.python }}
446446

447447
- name: Download wheels artifact
448-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
448+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
449449
with:
450450
name: ${{ env.package-name }} ${{ runner.os }} Wheels Python ${{ matrix.python }}
451451

@@ -528,7 +528,7 @@ jobs:
528528
path: ${{ env.dpnp-repo-path }}
529529

530530
- name: Download artifact
531-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
531+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
532532
with:
533533
name: ${{ env.package-name }} ${{ runner.os }} Python ${{ env.python-ver }}
534534
path: ${{ env.pkg-path-in-channel }}

.github/workflows/cron-run-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
- name: ReRun tests on Linux
128128
if: steps.run_tests.outcome == 'failure' && matrix.runner != 'windows-2019'
129129
id: run_tests_linux
130-
uses: nick-fields/retry@c97818ca39074beaea45180dba704f92496a0082 # v3.0.1
130+
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
131131
with:
132132
timeout_minutes: ${{ env.rerun-tests-timeout }}
133133
max_attempts: ${{ env.rerun-tests-max-attempts }}
@@ -144,7 +144,7 @@ jobs:
144144
- name: ReRun tests on Windows
145145
if: steps.run_tests.outcome == 'failure' && matrix.runner == 'windows-2019'
146146
id: run_tests_win
147-
uses: nick-fields/retry@c97818ca39074beaea45180dba704f92496a0082 # v3.0.1
147+
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
148148
with:
149149
timeout_minutes: ${{ env.rerun-tests-timeout }}
150150
max_attempts: ${{ env.rerun-tests-max-attempts }}

.github/workflows/generate_coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
102102
- name: Build dpnp with coverage
103103
id: build_coverage
104-
uses: nick-fields/retry@c97818ca39074beaea45180dba704f92496a0082 # v3.0.1
104+
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
105105
with:
106106
shell: bash
107107
timeout_minutes: 60

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
### Added
1010

11+
* Added implementation of `dpnp.hamming` [#2341](https://github.com/IntelPython/dpnp/pull/2341), [#2357](https://github.com/IntelPython/dpnp/pull/2357)
12+
1113
### Changed
1214

1315
### Fixed

doc/known_words.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ al
22
ary
33
backend
44
bandlimited
5+
bincount
56
bitwise
7+
Blackman
68
boolean
79
broadcastable
810
broadcasted
@@ -36,6 +38,7 @@ fs
3638
getter
3739
Golub
3840
Hadamard
41+
Hanning
3942
histogrammed
4043
Hypergeometric
4144
kwargs
@@ -49,9 +52,12 @@ Lanczos
4952
Lomax
5053
Mersenne
5154
meshgrid
55+
minlength
5256
Mises
5357
multinomial
5458
multivalued
59+
namespace
60+
namedtuple
5561
NaN
5662
NaT
5763
nd
@@ -69,6 +75,7 @@ Nyquist
6975
oneAPI
7076
ord
7177
orthonormal
78+
radix
7279
Penrose
7380
Polyutils
7481
pre
@@ -79,6 +86,7 @@ representable
7986
resampling
8087
runtimes
8188
scikit
89+
se
8290
signbit
8391
signum
8492
sinc

doc/reference/linalg.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Other matrix operations
9797

9898
dpnp.diagonal
9999
dpnp.linalg.diagonal (Array API compatible)
100-
dpnp.linalg.matrix_tranpose (Array API compatible)
100+
dpnp.linalg.matrix_transpose (Array API compatible)
101101

102102
Exceptions
103103
----------

doc/reference/logic.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Array type testing
4444

4545

4646
Logical operations
47-
----------------
47+
------------------
4848

4949
.. autosummary::
5050
:toctree: generated/

doc/reference/ndarray.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Constructing arrays
1818
-------------------
1919

2020
New arrays can be constructed using the routines detailed in
21-
:ref:`Array Creation Routines <routines.creation>`, and also by using the low-level
21+
:ref:`Array Creation Routines <routines.array-creation>`, and also by using the low-level
2222
:class:`dpnp.ndarray` constructor:
2323

2424
.. autosummary::

doc/reference/routines.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@ These functions cover a subset of
2727
set
2828
sort
2929
statistics
30+
window

0 commit comments

Comments
 (0)