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
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
14
15
15
### Maintenance
16
16
17
+
## [0.21.1] - Nov. 29, 2025
18
+
19
+
This release is made to distribute `dpctl` for Python 3.14. Only the non-free-threaded version of Python is supported as of this release.
20
+
21
+
Additionally, as of this release, the `dpctl.tensor` module is now deprecated, and all tensor functionality will be moved to [`dpnp`](https://github.com/IntelPython/dpnp).
22
+
23
+
### Maintenance
24
+
25
+
* Added Python 3.14 and `python-gil` to package metadata, as free-threaded Python is not yet supported [gh-2173](https://github.com/IntelPython/dpctl/pull/2173)
26
+
27
+
### Deprecated
28
+
29
+
* Deprecated `dpctl.tensor` module pending move to `dpnp`[gh-2191](https://github.com/IntelPython/dpctl/pull/2191)
30
+
17
31
## [0.21.0] - Oct. 03, 2025
18
32
19
33
This release features the addition of new function `tensor.isin`, indexing of `tensor.usm_ndarray` with `numpy.ndarray`, and support for building `dpctl` for specific CUDA architectures.
0 commit comments