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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ This release changes the license from `BSD-2-Clause` to `BSD-3-Clause`.
13
13
* Added the docstrings to `dpnp.linalg.LinAlgError` exception [#2613](https://github.com/IntelPython/dpnp/pull/2613)
14
14
* Added implementation of `dpnp.linalg.lu_solve` for batch inputs (SciPy-compatible) [#2619](https://github.com/IntelPython/dpnp/pull/2619)
15
15
* Added `dpnp.exceptions` submodule to aggregate the generic exceptions used by dpnp [#2616](https://github.com/IntelPython/dpnp/pull/2616)
16
-
* Added implementation of `dpnp.special.erfcx`[#2596](https://github.com/IntelPython/dpnp/pull/2596)
16
+
* Added implementation of `dpnp.scipy.special.erfcx`[#2596](https://github.com/IntelPython/dpnp/pull/2596)
17
17
18
18
### Changed
19
19
@@ -48,7 +48,7 @@ This release is compatible with NumPy 2.3.3.
48
48
* Added implementation of `dpnp.linalg.lu_factor` (SciPy-compatible) [#2557](https://github.com/IntelPython/dpnp/pull/2557), [#2565](https://github.com/IntelPython/dpnp/pull/2565)
49
49
* Added implementation of `dpnp.piecewise`[#2550](https://github.com/IntelPython/dpnp/pull/2550)
50
50
* Added implementation of `dpnp.linalg.lu_solve` for 2D inputs (SciPy-compatible) [#2575](https://github.com/IntelPython/dpnp/pull/2575)
51
-
* Added implementation of `dpnp.special.erfc`[#2588](https://github.com/IntelPython/dpnp/pull/2588)
51
+
* Added implementation of `dpnp.scipy.special.erfc`[#2588](https://github.com/IntelPython/dpnp/pull/2588)
52
52
* Added `dpnp.scipy` submodule to aggregate new SciPy-compatible functions from `linalg` and `special` namespaces [#2603](https://github.com/IntelPython/dpnp/pull/2603)
0 commit comments