-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #293 from clEsperanto/update-clic-0.16.0
Update to [email protected]
- Loading branch information
Showing
44 changed files
with
4,680 additions
and
2,689 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,8 +15,8 @@ jobs: | |
strategy: | ||
fail-fast: false | ||
matrix: | ||
python-version: ["3.11"] | ||
platform: [ubuntu-latest, macos-latest] #, windows-latest] | ||
python-version: ["3.9", "3.13"] | ||
platform: [ubuntu-latest, macos-latest] | ||
defaults: | ||
run: | ||
shell: "bash -l {0}" | ||
|
@@ -26,6 +26,18 @@ jobs: | |
id: checkout | ||
uses: actions/checkout@v4 | ||
|
||
# - name: setup micromamba | ||
# id: setup-micromamba | ||
# uses: mamba-org/[email protected] | ||
# with: | ||
# environment-name: test | ||
# cache-environment: true | ||
# post-cleanup: 'all' | ||
# create-args: >- | ||
# python=${{ matrix.python-version }} | ||
# pytest pytest-cov pytest-benchmark scikit-image | ||
|
||
|
||
- name: Get conda - ${{ matrix.python-version }} | ||
id: get-conda | ||
uses: conda-incubator/setup-miniconda@v3 | ||
|
@@ -55,7 +67,7 @@ jobs: | |
- name: Build | ||
id: build | ||
run: | | ||
pip install . -vvv --config-settings=cmake.define.CMAKE_PREFIX_PATH=$CONDA_PREFIX | ||
pip install . -v --config-settings=cmake.define.CMAKE_PREFIX_PATH=$CONDA_PREFIX | ||
- name: Test | ||
id: test | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,7 +35,7 @@ jobs: | |
uses: actions/checkout@v4 | ||
|
||
- name: Build wheels | ||
uses: pypa/[email protected] | ||
uses: pypa/cibuildwheel@v2.21.3 #2.19.2 | ||
env: | ||
CIBW_ARCHS_MACOS: x86_64 arm64 | ||
|
||
|
This file contains 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
654 changes: 654 additions & 0 deletions
654
demos/advance/multi-gpu_tile_processing_with_dask.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains 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
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
Oops, something went wrong.