Skip to content

0.13.0

Compare
Choose a tag to compare
@PokhodenkoSA PokhodenkoSA released this 02 Mar 07:29
· 1678 commits to gold/2021 since this release
867abdb

Added

  • Documentation.
  • Add support for dpctl.dparray.
  • Support NumPy functions via DPNP: random, linalg, transcendental, array ops, array creation.
  • Wheels building.
  • Using Bandit for finding common security issues in Python code.

Changed

  • Start using black code style formatter.
  • Build SPIRV code in setup.py.
  • Start using pytest for running tests.
  • Start using Apache 2.0 license.
  • Consistency of file headers.
  • Updated to Numba 0.52, dpCtl 0.6 and dpNP 0.5.1.
  • Don't create a new copy of a usm shared array data pointers for kernel call.
  • Modify test cases and examples to use Level Zero queue.

Fixed

  • Fix incorrect import in examples.