cupy icon indicating copy to clipboard operation
cupy copied to clipboard

Support SciPy 1.12

Open kmaehashi opened this issue 2 years ago • 1 comments

Tasks

  • [ ] Read Release Notes.
  • [ ] Fix code and CI to support the new vesrion.
    • FlexCI: Update .pfnci/schema.yaml and .pfnci/matirx.yaml.
    • Update Requirements: For NumPy/SciPy, bump the pinned minimum/maximum version in setup.py (see #4773.)
  • [ ] Backport the above PR.
  • [ ] For NumPy update, reflect the changes in numpy.array_api to cupy.array_api.
  • [ ] Backport the above PR.
  • [ ] Fix documentation.
    • Update Requirements section in the Installation Guide (note: the baseline version must be updated only in the development branch).
    • Update docs/requirements.txt to use the latest versions.
  • [ ] Backport the above PR.
  • [ ] Apply fixes needed to follow the specification changes.

kmaehashi avatar Dec 22 '23 04:12 kmaehashi

Tests failing against SciPy v1.12.0rc1:

https://ci.preferred.jp/cupy.linux.cuda-head-stable/151407/ https://ci.preferred.jp/cupy.linux.cuda-head/151404/

kmaehashi avatar Dec 22 '23 04:12 kmaehashi

https://github.com/cupy/cupy/pull/8127

asi1024 avatar Aug 15 '24 13:08 asi1024

These tasks seem overlooked? @asi1024

Update Requirements: For NumPy/SciPy, bump the pinned minimum/maximum version in setup.py (see https://github.com/cupy/cupy/issues/4773.) Update docs/requirements.txt to use the latest versions.

kmaehashi avatar Aug 15 '24 13:08 kmaehashi

These tasks seem overlooked?

Will be done in #8500

kmaehashi avatar Aug 19 '24 03:08 kmaehashi