Skip to content

Commit 825274a

Browse files
committed
add changelog for 0.21.1
1 parent 3b0bfd6 commit 825274a

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)