v0.18.1
Summary
This release achieves dpnp compatibility with Python 3.13 and enables distributing dpnp packages with the latest Python version.
Moreover, the release provides compatibility with NumPy 2.3.0 and includes several bug fixes.
Details
Added
- Enabled support of Python 3.13 #2490
 
Changed
- Updated the tests scope to exclude several 
matmultests in case of numpy 2.3.0 due to known NumPy issue #2495 
Fixed
- Fixed a bug for calculating the norm (
dpnp.linalg.norm) of empty arrays whenkeepdims=Trueis passed #2477 - Updated the tests for hyperbolic and trigonometric elementwise functions to set correct tolerance for 
float16dtype #2483 
Contributors
Full Changelog: 0.18.0...0.18.1