-
Notifications
You must be signed in to change notification settings - Fork 71
[RELEASE] cucim v22.10 #418
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[gpuCI] Forward-merge branch-22.08 to branch-22.10 [skip gpuci]
[gpuCI] Forward-merge branch-22.08 to branch-22.10 [skip gpuci]
[gpuCI] Forward-merge branch-22.08 to branch-22.10 [skip gpuci]
[gpuCI] Forward-merge branch-22.08 to branch-22.10 [skip gpuci]
[gpuCI] Forward-merge branch-22.08 to branch-22.10 [skip gpuci]
[gpuCI] Forward-merge branch-22.08 to branch-22.10 [skip gpuci]
[gpuCI] Forward-merge branch-22.08 to branch-22.10 [skip gpuci]
[gpuCI] Forward-merge branch-22.08 to branch-22.10 [skip gpuci]
[gpuCI] Forward-merge branch-22.08 to branch-22.10 [skip gpuci]
[gpuCI] Forward-merge branch-22.08 to branch-22.10 [skip gpuci]
[gpuCI] Forward-merge branch-22.08 to branch-22.10 [skip gpuci]
[gpuCI] Forward-merge branch-22.08 to branch-22.10 [skip gpuci]
[gpuCI] Forward-merge branch-22.08 to branch-22.10 [skip gpuci]
These functions had been implemented, but were missing from the `__init__.py` in `skimage.measure`. This was not caught because the test cases had imported them from the private submodule! Authors: - Gregory Lee (https://github.com/grlee77) Approvers: - https://github.com/jakirkham URL: #386
[gpuCI] Forward-merge branch-22.08 to branch-22.10 [skip gpuci]
Incorporated link to developer page: https://developer.nvidia.com/multidimensional-image-processing. Authors: - https://github.com/HesAnEasyCoder - Ray Douglass (https://github.com/raydouglass) - gpuCI (https://github.com/GPUtester) - AJ Schmidt (https://github.com/ajschmidt8) - https://github.com/jakirkham Approvers: - https://github.com/jakirkham URL: #396
Forward-merge branch-22.08 to branch-22.10 [skip gpuci]
This PR allows cupy 11. xref: rapidsai/integration#528 Authors: - GALI PREM SAGAR (https://github.com/galipremsagar) Approvers: - AJ Schmidt (https://github.com/ajschmidt8) URL: #399
Authors: - Gregory Lee (https://github.com/grlee77) Approvers: - https://github.com/jakirkham URL: #404
Fixes #397 Fixes #395 * Symlinks top-level README and CHANGELOG into `python/cucim/` * Adds links to the developer page on PyPI and Anaconda * Also adds links for docs, source, etc. cc @grlee77 @gigony Authors: - https://github.com/jakirkham Approvers: - Gigon Bae (https://github.com/gigony) - Joseph (https://github.com/jolorunyomi) URL: #415
…rable convolution (#409) closes #408 An error in the keyword arguments passed to the shared memory calculation is fixed in the first commit here. In the second commit, a second fallback is added in case of any other anticipated compilation failure. Authors: - Gregory Lee (https://github.com/grlee77) Approvers: - https://github.com/jakirkham - Gigon Bae (https://github.com/gigony) URL: #409
closes #193 This PR adds `cucim.skimage.feature.match_descriptors`. It is a very straightforward adaptation of the scikit-image code, only substituting numpy->cupy. The only differences of note are: - when new enough CuPy and pylibraft are not available it warns and falls back to `cdist` on the CPU - test cases involving BRIEF temporarily involve round trip to the host until we implement BRIEF here (looks not too hard) This PR also removes the deprecated `masked_register_translation` and `register_translation` (these were moved to cucim.skimage.registration.phase_cross_correlation`) from the `feature` module. Removing those was missed when previously updating the API here to match scikit-image 0.19. Authors: - Gregory Lee (https://github.com/grlee77) Approvers: - Gigon Bae (https://github.com/gigony) URL: #338
This PR adds benchmarks for a few of the recently introduced functions. It also uses more realistic nD label object generation for the segmentation benchmarks. Authors: - Gregory Lee (https://github.com/grlee77) Approvers: - Gigon Bae (https://github.com/gigony) - https://github.com/jakirkham URL: #378
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
❄️ Code freeze for
branch-22.10and v22.10 releaseWhat does this mean?
Only critical/hotfix level issues should be merged into
branch-22.10until release (merging of this PR).What is the purpose of this PR?
branch-22.10intomainfor the release