fix(deps): update dependency cupy to v12.3.0 #116
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
12.2.0
->12.3.0
Release Notes
cupy/cupy (cupy)
v12.3.0
Compare Source
This is the release note of v12.3.0. See here for the complete list of solved issues and merged PRs.
This is the last planned release for the CuPy v12 series. Please start testing your workload with the v13 release candidate to get ready for the final v13 release. To install:
pip install -U --pre cupy-cuda11x -f https://pip.cupy.dev/pre
. See the Upgrade Guide for the list of possible breaking changes in v13.💬 Join the Matrix chat to talk with developers and users and ask quick questions!
🙌 Help us sustain the project by sponsoring CuPy!
✨ Highlights
Support for Python 3.12
Binary packages are now available for Python 3.12.
📝 Changes
Enhancements
NINF
,PINF
,Inf
,... usages (#7805)numpy.find_common_type
(#7810)scipy.linalg.{tri/tril/triu}
are deprecated in SciPy 1.11.0 (#7902)signal.medfilt
complex error type for SciPy>=1.11 (#7909)TestSpmatrix
on SciPy 1.11 or later (#7918)product
,cumproduct
,alltrue
andsometrue
for deprecation (#7936)round_
tests (#7937)Bug Fixes
Code Fixes
cupyx.cusolver
(#7819)Documentation
-U
to pre-release installation command (#7806)Installation
Tests
test_parameterize_pytest_impl
test for pytest 7.4.3 (#7968)TestLOBPCG.test_maxit_None
CUDA 12.2 CI failure (#8007)Others
👥 Contributors
The CuPy Team would like to thank all those who contributed to this release!
@asi1024 @emcastillo @kmaehashi @leofang @mtsokol @mvnvidia
Configuration
📅 Schedule: Branch creation - "every weekend" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.