We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7f00c0 commit 28a4e54Copy full SHA for 28a4e54
1 file changed
CHANGELOG.md
@@ -28,7 +28,7 @@ This release achieves 100% compliance with Python Array API specification (revis
28
* Updated Python Array API specification version supported to `2024.12` [#2416](https://github.com/IntelPython/dpnp/pull/2416)
29
* Removed `einsum_call` keyword from `dpnp.einsum_path` signature [#2421](https://github.com/IntelPython/dpnp/pull/2421)
30
* Changed `"max dimensions"` to `None` in array API capabilities [#2432](https://github.com/IntelPython/dpnp/pull/2432)
31
-* The parameter `axis` in `dpnp.take_along_axis` function has now a default value of `-1` []()
+* The parameter `axis` in `dpnp.take_along_axis` function has now a default value of `-1` [#2442](https://github.com/IntelPython/dpnp/pull/2442)
32
33
### Fixed
34
0 commit comments