Skip to content

v11.4.0

Compare
Choose a tag to compare
@takagi takagi released this 08 Dec 08:31
· 101 commits to v11 since this release
62c9347

This is the release note of v11.4.0. See here for the complete list of solved issues and merged PRs.

We are running a Gitter chat for general discussions and quick questions. Feel free to join the channel to talk with developers and users!

Changes

Enhancements

  • Use cuSPARSE Generic API instead of older one documented to be removed (#7209)

Bug Fixes

  • Fix 1-dim lexsort (#7191)
  • Fix cupyx.scipy.ndimage.zoom for outputs of size 1 when mode is 'opencv' (#7202)
  • Split inputs to random routines (#7207)
  • Use list(kwargs) instead of list(kwargs.keys) (#7213)
  • Fix cusparseSpSM compatibility (#7220)

Tests

  • CI: Generate coverage count just after the parameter axis in table (#7188)

Contributors

The CuPy Team would like to thank all those who contributed to this release!

@emcastillo @hadipash @jjmortensen @kmaehashi @takagi