Skip to content

v0.18.1

Latest
Compare
Choose a tag to compare
@antonwolfy antonwolfy released this 24 Jun 10:10
· 46 commits to master since this release
9a8220c

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 matmul tests 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 when keepdims=True is passed #2477
  • Updated the tests for hyperbolic and trigonometric elementwise functions to set correct tolerance for float16 dtype #2483

Contributors

Full Changelog: 0.18.0...0.18.1