DPNP 0.12.1
Added
- Added
classifiers metadatato a description of dpnp package #1460 - Added
pygrep-hooksto pre-commit config #1454 - Added
flake8to pre-commit config #1453 - Added
isortto pre-commit config #1451 - Added
clangformat to pre-commit config #1450 - Added
blackto pre-commit config #1449 - Added
pre-commithooks #1448
Changed
- Pinned to
dpctl>=0.14.5as host and run dependencies #1481 - Pinned dependent
cythonpackage to a version less than3.0.0#1480 - Added a specialized kernel for
dpnp.sumwithaxis=0as a pybind11 extension #1479 - Redesigned
dpnp.squarefunction through pybind11 extension of OneMKL call where possible or Leveraging ondpctl.tensorimplementation #1473 - Redesigned
dpnp.cosanddpnp.sinfunctions through pybind11 extension of OneMKL calls where possible or Leveraging ondpctl.tensorimplementation #1471 - Redesigned
dpnp.sqrtfunction through pybind11 extension of OneMKL call where possible or leveraging ondpctl.tensorimplementation #1470 - Redesigned
dpnp.logfunction through pybind11 extension of OneMKL call where possible or leveraging ondpctl.tensorimplementation #1469 - Leveraged
dpctl.tensorimplementation for logical operations #1464 - Leveraged
dpctl.tensorimplementation fordpnp.floor_dividefunction #1462 - Leveraged
dpctl.tensorimplementation for comparison functions #1458
Fixed
- Improved
dpnp.dotfunction to support OneMKL calls for input and output arrays with strides #1477 - Resolved issues with running
dpnp.linalgfunctions on a device without fp64 support #1474 - Added
dtypecheck of fp64 support by the resulting array incall_originfunction #1457 - Resolved a compilation warning with
std::getenv()call on Windows #1452 - Corrected a link to OneAPI Toolkit in Installation Guide #1445
Full Changelog: 0.12.0...0.12.1