Skip to content

0.19.0

Compare
Choose a tag to compare
@diptorupd diptorupd released this 21 Nov 23:25
· 1329 commits to main since this release
53b3093
  • Updated toolchain with support for oneAPI 2023.0 and Numba 0.56.3

Added

  • Supported numba0.56. (#818)
  • Supported dpnp0.11 and dpctl0.14.
  • Added customized exception classes. (#798)

Fixed

  • Fixed a crash when calling take() for input array with non-integer values. (#771)
  • Fixed pairwise_distance.py to run on machine with no FP64 support in HW. (#806)