Skip to content

v0.16.1

Compare
Choose a tag to compare
@antonwolfy antonwolfy released this 06 Dec 17:38
· 171 commits to master since this release
67e620a

Summary

This is a maintenance release that fixes bugs and regressions discovered after the 0.16.0 release.

Details

Changed

  • Changed to use Miniforge installer in GitHub actions #2057
  • Updated README.md to reflect current installation requirements and available options #2166
  • Corrected the list of owners and code maintainers #2185
  • Bumped the version of oneMKL interface used in dpnp build by default to align it with 2025.0 oneAPI release #2193

Fixed

  • Resolved an issue with Compute Follows Data inconsistency in dpnp.extract function #2172
  • Resolved an import error when using dpnp in virtual environment on Linux #2199
  • Fixed incorrect result produced by dpnp.fft.fft function when input array has negative strides #2202
  • Fixed an issue with numpy.ndarray input processing in the dpnp.from_dlpack function and updated the documentation #2209
  • Resolved a compilation error when building with DPC++ 2025.1 compiler #2211

Full Changelog: 0.16.0...0.16.1