Skip to content

Commit c5c82b4

Browse files
authored
Merge pull request #2205 from IntelPython/backport-gh-2204
Backport gh-2204 to master
2 parents edb7a14 + 825274a commit c5c82b4

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414

1515
### Maintenance
1616

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+
1731
## [0.21.0] - Oct. 03, 2025
1832

1933
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

Comments
 (0)