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
+19-1Lines changed: 19 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,6 @@ Also, that release drops support for Python 3.9, making Python 3.10 the minimum
17
17
* Added `dpnp.exceptions` submodule to aggregate the generic exceptions used by dpnp [#2616](https://github.com/IntelPython/dpnp/pull/2616)
18
18
* Added implementation of `dpnp.scipy.special.erfcx`[#2596](https://github.com/IntelPython/dpnp/pull/2596)
19
19
* Added implementation of `dpnp.scipy.special.erfinv` and `dpnp.scipy.special.erfcinv`[#2624](https://github.com/IntelPython/dpnp/pull/2624)
20
-
* Enabled support of Python 3.14 [#2631](https://github.com/IntelPython/dpnp/pull/2631)
21
20
* Added implementation of `dpnp.ndarray.tolist` method [#2652](https://github.com/IntelPython/dpnp/pull/2652)
22
21
* Added implementation of `dpnp.frexp`[#2635](https://github.com/IntelPython/dpnp/pull/2635)
23
22
* Added implementation of `dpnp.ndarray.tofile` method [#2635](https://github.com/IntelPython/dpnp/pull/2635)
@@ -55,6 +54,25 @@ Also, that release drops support for Python 3.9, making Python 3.10 the minimum
55
54
### Security
56
55
57
56
57
+
## [0.19.1] - 2025-11-27
58
+
59
+
This release achieves `dpnp` compatibility with Python 3.14 and enables distributing `dpnp` packages with the latest Python version.
60
+
This release is compatible with NumPy 2.3.5.
61
+
62
+
### Added
63
+
64
+
* Enabled support of Python 3.14 [#2631](https://github.com/IntelPython/dpnp/pull/2631)
65
+
66
+
### Changed
67
+
68
+
* Bumped oneMath version up to `v0.9`[#2655](https://github.com/IntelPython/dpnp/pull/2655)
69
+
* Updated CMake config files for DPC++ compiler, oneMKL, oneDPL and TBB components with `2025.3` release changes [#2648](https://github.com/IntelPython/dpnp/pull/2648)
70
+
71
+
### Fixed
72
+
73
+
* Updated tests for erf functions to pass with `scipy>=0.16.0` for all integer dtypes [#2669](https://github.com/IntelPython/dpnp/pull/2669)
74
+
75
+
58
76
## [0.19.0] - 2025-10-06
59
77
60
78
This release introduces a set of new `dpnp.ndarray` methods and SciPy-compatible functions to improve CuPy compatibility.
0 commit comments