Skip to content

Commit 0a8a829

Browse files
authored
Merge pull request #611 from rapidsai/branch-23.10
[RELEASE] cucim v23.10
2 parents f3a294b + f3ed533 commit 0a8a829

File tree

19 files changed

+60
-35
lines changed

19 files changed

+60
-35
lines changed

.github/copy-pr-bot.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Configuration file for `copy-pr-bot` GitHub App
2+
# https://docs.gha-runners.nvidia.com/apps/copy-pr-bot/
3+
4+
enabled: true

.github/ops-bot.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@ branch_checker: true
66
label_checker: true
77
release_drafter: true
88
external_contributors: false
9-
copy_prs: true
109
recently_updated: true

.github/workflows/build.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ concurrency:
2828
jobs:
2929
cpp-build:
3030
secrets: inherit
31-
uses: rapidsai/shared-action-workflows/.github/workflows/conda-cpp-build.yaml@branch-23.08
31+
uses: rapidsai/shared-action-workflows/.github/workflows/conda-cpp-build.yaml@branch-23.10
3232
with:
3333
build_type: ${{ inputs.build_type || 'branch' }}
3434
branch: ${{ inputs.branch }}
@@ -38,20 +38,20 @@ jobs:
3838
if: github.ref_type == 'branch'
3939
needs: [python-build]
4040
secrets: inherit
41-
uses: rapidsai/shared-action-workflows/.github/workflows/custom-job.yaml@branch-23.08
41+
uses: rapidsai/shared-action-workflows/.github/workflows/custom-job.yaml@branch-23.10
4242
with:
4343
arch: "amd64"
4444
branch: ${{ inputs.branch }}
4545
build_type: ${{ inputs.build_type || 'branch' }}
46-
container_image: "rapidsai/ci:latest"
46+
container_image: "rapidsai/ci-conda:latest"
4747
date: ${{ inputs.date }}
4848
node_type: "gpu-v100-latest-1"
4949
run_script: "ci/build_docs.sh"
5050
sha: ${{ inputs.sha }}
5151
python-build:
5252
needs: [cpp-build]
5353
secrets: inherit
54-
uses: rapidsai/shared-action-workflows/.github/workflows/conda-python-build.yaml@branch-23.08
54+
uses: rapidsai/shared-action-workflows/.github/workflows/conda-python-build.yaml@branch-23.10
5555
with:
5656
build_type: ${{ inputs.build_type || 'branch' }}
5757
branch: ${{ inputs.branch }}
@@ -60,7 +60,7 @@ jobs:
6060
upload-conda:
6161
needs: [cpp-build, python-build]
6262
secrets: inherit
63-
uses: rapidsai/shared-action-workflows/.github/workflows/conda-upload-packages.yaml@branch-23.08
63+
uses: rapidsai/shared-action-workflows/.github/workflows/conda-upload-packages.yaml@branch-23.10
6464
with:
6565
build_type: ${{ inputs.build_type || 'branch' }}
6666
branch: ${{ inputs.branch }}

.github/workflows/pr.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,35 +18,35 @@ jobs:
1818
- conda-python-tests
1919
- docs-build
2020
secrets: inherit
21-
uses: rapidsai/shared-action-workflows/.github/workflows/pr-builder.yaml@branch-23.08
21+
uses: rapidsai/shared-action-workflows/.github/workflows/pr-builder.yaml@branch-23.10
2222
checks:
2323
secrets: inherit
24-
uses: rapidsai/shared-action-workflows/.github/workflows/checks.yaml@branch-23.08
24+
uses: rapidsai/shared-action-workflows/.github/workflows/checks.yaml@branch-23.10
2525
conda-cpp-build:
2626
needs: checks
2727
secrets: inherit
28-
uses: rapidsai/shared-action-workflows/.github/workflows/conda-cpp-build.yaml@branch-23.08
28+
uses: rapidsai/shared-action-workflows/.github/workflows/conda-cpp-build.yaml@branch-23.10
2929
with:
3030
build_type: pull-request
3131
conda-python-build:
3232
needs: conda-cpp-build
3333
secrets: inherit
34-
uses: rapidsai/shared-action-workflows/.github/workflows/conda-python-build.yaml@branch-23.08
34+
uses: rapidsai/shared-action-workflows/.github/workflows/conda-python-build.yaml@branch-23.10
3535
with:
3636
build_type: pull-request
3737
conda-python-tests:
3838
needs: conda-python-build
3939
secrets: inherit
40-
uses: rapidsai/shared-action-workflows/.github/workflows/conda-python-tests.yaml@branch-23.08
40+
uses: rapidsai/shared-action-workflows/.github/workflows/conda-python-tests.yaml@branch-23.10
4141
with:
4242
build_type: pull-request
4343
docs-build:
4444
needs: conda-python-build
4545
secrets: inherit
46-
uses: rapidsai/shared-action-workflows/.github/workflows/custom-job.yaml@branch-23.08
46+
uses: rapidsai/shared-action-workflows/.github/workflows/custom-job.yaml@branch-23.10
4747
with:
4848
build_type: pull-request
4949
node_type: "gpu-v100-latest-1"
5050
arch: "amd64"
51-
container_image: "rapidsai/ci:latest"
51+
container_image: "rapidsai/ci-conda:latest"
5252
run_script: "ci/build_docs.sh"

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
jobs:
1717
conda-python-tests:
1818
secrets: inherit
19-
uses: rapidsai/shared-action-workflows/.github/workflows/conda-python-tests.yaml@branch-23.08
19+
uses: rapidsai/shared-action-workflows/.github/workflows/conda-python-tests.yaml@branch-23.10
2020
with:
2121
build_type: nightly
2222
branch: ${{ inputs.branch }}

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,25 @@
1+
# cuCIM 23.10.00 (11 Oct 2023)
2+
3+
## 🐛 Bug Fixes
4+
5+
- Use `conda mambabuild` not `mamba mambabuild` ([#607](https://github.com/rapidsai/cucim/pull/607)) [@bdice](https://github.com/bdice)
6+
7+
## 📖 Documentation
8+
9+
- minor updates to release 23.08 changelog ([#605](https://github.com/rapidsai/cucim/pull/605)) [@grlee77](https://github.com/grlee77)
10+
11+
## 🛠️ Improvements
12+
13+
- Update image names ([#609](https://github.com/rapidsai/cucim/pull/609)) [@AyodeAwe](https://github.com/AyodeAwe)
14+
- Use `copy-pr-bot` ([#606](https://github.com/rapidsai/cucim/pull/606)) [@ajschmidt8](https://github.com/ajschmidt8)
15+
116
# cuCIM 23.08.00 (9 Aug 2023)
217

318
## 🚨 Breaking Changes
419

520
- Sync cuCIM API with scikit-image 0.21 ([#573](https://github.com/rapidsai/cucim/pull/573)) [@grlee77](https://github.com/grlee77)
21+
- The `random_state` argument of medial_axis and unsupervised_wiener is now deprecated and will be removed in the future. The new argument name, `seed`, should be used instead. ([#573](https://github.com/rapidsai/cucim/pull/573)) [@grlee77](https://github.com/grlee77)
22+
- The existing function `cucim.skimage.color.get_xyz_coords` has been renamed `cucim.skimage.color.xyz_tristimulus_values`. The former function name is deprecated and will be removed in the future. ([#573](https://github.com/rapidsai/cucim/pull/573)) [@grlee77](https://github.com/grlee77)
623

724
## 🐛 Bug Fixes
825

@@ -11,9 +28,14 @@
1128
- Add ignore_run_exports for CUDA 11 ([#593](https://github.com/rapidsai/cucim/pull/593)) [@raydouglass](https://github.com/raydouglass)
1229
- Use linalg & inline `_get_manders_overlap_coeff` ([#578](https://github.com/rapidsai/cucim/pull/578)) [@jakirkham](https://github.com/jakirkham)
1330
- Fix canny and butterworth (recent CuPy and NumPy compatibility) ([#574](https://github.com/rapidsai/cucim/pull/574)) [@grlee77](https://github.com/grlee77)
31+
- A bug was fixed in 2D shear calculations for AffineTransform. ([#573](https://github.com/rapidsai/cucim/pull/573)) [@grlee77](https://github.com/grlee77)
32+
- A bug was fixed in the energy calculation of `cucim.skimage.segmentation.chan_vese`. This fix may result in different output from previous versions. ([#573](https://github.com/rapidsai/cucim/pull/573)) [@grlee77](https://github.com/grlee77)
1433

1534
## 🛠️ Improvements
1635

36+
- The formerly private function `_invariant_denoise` has been renamed `denoise_invariant` and is now part of the public `cucim.skimage.restoration` API ([#573](https://github.com/rapidsai/cucim/pull/573)) [@grlee77](https://github.com/grlee77)
37+
- A new `return_mapping` option was added to `cucim.skimage.segmentation.join_segmentations`. This provides an additional output with a mapping between the labels in the joined segmentation and the original ones. ([#573](https://github.com/rapidsai/cucim/pull/573)) [@grlee77](https://github.com/grlee77)
38+
- Added support for y-axis shear to the 2D AffineTransform. ([#573](https://github.com/rapidsai/cucim/pull/573)) [@grlee77](https://github.com/grlee77)
1739
- Postponed the assessment of GPU memory for testing ([#601](https://github.com/rapidsai/cucim/pull/601)) [@gigony](https://github.com/gigony)
1840
- Do not use x86_64 GDS binaries for aarch64 ([#590](https://github.com/rapidsai/cucim/pull/590)) [@gigony](https://github.com/gigony)
1941
- remove checks for versions of scikit-image that are no longer supported ([#587](https://github.com/rapidsai/cucim/pull/587)) [@grlee77](https://github.com/grlee77)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ pip install scipy scikit-image cupy-cuda110
7070

7171
### Notebooks
7272

73-
Please check out our [Welcome](notebooks/Welcome.ipynb) notebook ([NBViewer](https://nbviewer.jupyter.org/github/rapidsai/cucim/blob/branch-23.08/notebooks/Welcome.ipynb))
73+
Please check out our [Welcome](notebooks/Welcome.ipynb) notebook ([NBViewer](https://nbviewer.jupyter.org/github/rapidsai/cucim/blob/branch-23.10/notebooks/Welcome.ipynb))
7474

7575
#### Downloading sample images
7676

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
23.08.00
1+
23.10.00

ci/build_cpp.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ rapids-print-env
1111

1212
rapids-logger "Begin cpp build"
1313

14-
rapids-mamba-retry mambabuild conda/recipes/libcucim
14+
rapids-conda-retry mambabuild conda/recipes/libcucim
1515

1616
rapids-upload-conda-to-s3 cpp

ci/build_docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ rapids-mamba-retry install \
2424
--channel "${PYTHON_CHANNEL}" \
2525
cucim libcucim
2626

27-
export RAPIDS_VERSION_NUMBER="23.08"
27+
export RAPIDS_VERSION_NUMBER="23.10"
2828
export RAPIDS_DOCS_DIR="$(mktemp -d)"
2929

3030
rapids-logger "Build Python docs"

0 commit comments

Comments
 (0)