Skip to content

Commit 746123d

Browse files
committed
add changelog for 0.21.1
1 parent 897ba11 commit 746123d

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
@@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.21.1] - Nov. 29, 2025
8+
9+
This release is made to distribute `dpctl` for Python 3.14. Only non-free-threaded Python as of this release.
10+
11+
Additionally, as of this release, the `dpctl.tensor` module is now deprecated, and will be moved to sister project, [`dpnp`](https://github.com/IntelPython/dpnp).
12+
13+
### Maintenance
14+
15+
* 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)
16+
17+
### Deprecated
18+
19+
* Deprecated `dpctl.tensor` module pending move to `dpnp` [gh-2191](https://github.com/IntelPython/dpctl/pull/2191)
20+
721
## [0.21.0] - Oct. 03, 2025
822

923
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)