You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-3Lines changed: 9 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4,17 +4,23 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
-
## [0.18.1] - 06/DD/2025
7
+
## [0.18.1] - 06/24/2025
8
+
9
+
This release achieves `dpnp` compatibility with Python 3.13 and enables distributing `dpnp` packages with the latest Python version.
10
+
Moreover, the release provides compatibility with NumPy 2.3.0 and includes several bug fixes.
8
11
9
12
### Added
10
13
11
14
* Enabled support of Python 3.13 [#2490](https://github.com/IntelPython/dpnp/pull/2490)
12
15
13
16
### Changed
14
17
18
+
* Updated the tests scope to exclude several `matmul` tests in case of numpy 2.3.0 due to known NumPy issue [#2495](https://github.com/IntelPython/dpnp/pull/2495)
19
+
15
20
### Fixed
16
21
17
-
* Fixed a bug for calculating the norm (`dpnp.linalg.norm`) of empty arrays when `keepdims=True` is passed [#2477](https://github.com/IntelPython/dpnp/pull/2477)
22
+
* Fixed a bug for calculating the norm (`dpnp.linalg.norm`) of empty arrays when `keepdims=True` is passed [#2477](https://github.com/IntelPython/dpnp/pull/2477)
23
+
* Updated the tests for hyperbolic and trigonometric elementwise functions to set correct tolerance for `float16` dtype [#2483](https://github.com/IntelPython/dpnp/pull/2483)
18
24
19
25
20
26
## [0.18.0] - 06/04/2025
@@ -50,7 +56,7 @@ Moreover, it adds support to build `dpnp` from the source for AMD GPUs.
50
56
* Updated `dpnp.outer` to return the same dtype as NumPy when multiplying an array with a scalar [#2295](https://github.com/IntelPython/dpnp/pull/2295)
51
57
* Changed `"max dimensions"` to `None` in array API capabilities [#2432](https://github.com/IntelPython/dpnp/pull/2432)
52
58
* Updated kernel header `i0.hpp` to expose `cyl_bessel_i0` function depending on build target [#2440](https://github.com/IntelPython/dpnp/pull/2440)
53
-
* Added MKL functions `arg`, `copysign`, `i0`, and `inv` from VM namespace to be used by implementation of the appropriate element-wise functions [#2445](https://github.com/IntelPython/dpnp/pull/2445)
59
+
* Added MKL functions `arg`, `copysign`, `i0`, and `inv` from VM namespace to be used by implementation of the appropriate elementwise functions [#2445](https://github.com/IntelPython/dpnp/pull/2445)
54
60
* Clarified details about conda install instructions in `Quick start quide` and `README`[#2446](https://github.com/IntelPython/dpnp/pull/2446)
55
61
* Bumped oneMKL version up to `0.7`[#2448](https://github.com/IntelPython/dpnp/pull/2448)
56
62
* The parameter `axis` in `dpnp.take_along_axis` function has now a default value of `-1`[#2442](https://github.com/IntelPython/dpnp/pull/2442)
0 commit comments