This release is identical to 0.21.0 in terms of features.
This release adjusts conda recipes and metadata to release dpctl for Python 3.14, and deprecates dpctl.tensor. In the future, all tensor functionality will be moved to dpnp. For now, a DeprecationWarning is shown when importing dpctl.tensor or from dpctl.tensor.
Maintenance
- Added Python 3.14 and
python-gilto package metadata, as free-threaded Python is not yet supported gh-2173
Deprecated
- Deprecated
dpctl.tensormodule pending move todpnpgh-2191