GitHub / dask/dask-image issues and pull requests
#405 - Use case: regionprops on dask arrays
Issue -
State: open - Opened by m-albert 2 months ago
- 2 comments
#404 - New release
Issue -
State: open - Opened by m-albert 3 months ago
#403 - find_objects fails when empty chunks exist inside dask label array.
Issue -
State: closed - Opened by vbrow29 3 months ago
- 3 comments
#402 - Fix typo
Pull Request -
State: closed - Opened by habi 3 months ago
- 1 comment
#401 - Drop gpuCI & ref dask-upstream-testing
Pull Request -
State: closed - Opened by jakirkham 4 months ago
#400 - Updating & cleaning up GPU CI content
Issue -
State: closed - Opened by jakirkham 4 months ago
- 3 comments
#399 - Convert warnings on CI to errors
Issue -
State: open - Opened by jakirkham 4 months ago
#398 - Use `tifffile.TiffWriter`'s `write` method in `test_cupy_imread`
Pull Request -
State: closed - Opened by jakirkham 4 months ago
- 4 comments
#397 - Deprecated use of `TiffWriter.save` in tests
Issue -
State: closed - Opened by jakirkham 4 months ago
- 2 comments
#396 - Update pytest config key
Pull Request -
State: closed - Opened by TomAugspurger 4 months ago
- 6 comments
#395 - Recommend miniforge conda installer in docs
Pull Request -
State: closed - Opened by m-albert 5 months ago
- 4 comments
#394 - Recommend installing conda from miniforge instead of anaconda in the docs?
Issue -
State: closed - Opened by m-albert 5 months ago
- 1 comment
#393 - Fix CI test failures
Pull Request -
State: open - Opened by m-albert 5 months ago
- 5 comments
#392 - NumPy 2 removes `ptp` method (use function instead)
Issue -
State: open - Opened by jakirkham 8 months ago
#391 - Memory error using dask-image ndmeasure.label
Issue -
State: open - Opened by maxbeegee 8 months ago
- 1 comment
#390 - Bump coverallsapp/github-action from 2.3.0 to 2.3.4
Pull Request -
State: open - Opened by dependabot[bot] 9 months ago
Labels: dependencies
#389 - Bump coverallsapp/github-action from 2.3.0 to 2.3.3
Pull Request -
State: closed - Opened by dependabot[bot] 10 months ago
- 1 comment
Labels: dependencies
#388 - `import dask_image.imread` fails with `scipy.__version__`=1.14.1
Issue -
State: closed - Opened by habi 10 months ago
- 9 comments
#387 - Bump coverallsapp/github-action from 2.3.0 to 2.3.1
Pull Request -
State: closed - Opened by dependabot[bot] 10 months ago
- 4 comments
Labels: dependencies
#386 - The Gaussian filter is not behaving lazily as expected and is allocating RAM for the entire array
Issue -
State: open - Opened by AlexeyPechnikov 11 months ago
- 18 comments
#385 - Better document / advertise the dispatching mechanism
Issue -
State: open - Opened by m-albert about 1 year ago
- 1 comment
#384 - fix KeyError: "None of [Index(['0_x', '1_x', '0_y', '1_y'], dtype='object')] are in the [columns]" in find_objects
Pull Request -
State: closed - Opened by joshua-gould about 1 year ago
- 6 comments
#383 - Update conf.py, sphinx context injection deprecated in ReadTheDocs
Pull Request -
State: closed - Opened by GenevieveBuckley about 1 year ago
- 8 comments
#382 - readthedocs-sphinx-ext extension will be deprecated
Issue -
State: closed - Opened by GenevieveBuckley about 1 year ago
- 1 comment
#381 - Labeled comprehension channel axis
Pull Request -
State: open - Opened by joshua-gould about 1 year ago
- 4 comments
#380 - Display dev version numbers on ReadTheDocs latest
Pull Request -
State: closed - Opened by GenevieveBuckley about 1 year ago
- 1 comment
#379 - ReadTheDocs: fix displayed version number in top left corner
Pull Request -
State: closed - Opened by GenevieveBuckley about 1 year ago
- 2 comments
#378 - Have `git` ignore some RTD changes
Pull Request -
State: closed - Opened by jakirkham about 1 year ago
#377 - Install dask-image with `pip` on RTD
Pull Request -
State: closed - Opened by jakirkham about 1 year ago
- 2 comments
#376 - Add python 3.11 build to GPU CI
Pull Request -
State: closed - Opened by charlesbluca about 1 year ago
- 1 comment
#375 - Stable docs page shows development version
Issue -
State: closed - Opened by dstansby about 1 year ago
- 16 comments
#374 - Update minimum versions in `dependencies`, remove scikit-image & slicerator dependency
Pull Request -
State: closed - Opened by jakirkham about 1 year ago
- 7 comments
#373 - Release notes for v2024.05.0
Pull Request -
State: closed - Opened by GenevieveBuckley about 1 year ago
#372 - Bump GPU CI highest python version to 3.12
Pull Request -
State: closed - Opened by GenevieveBuckley about 1 year ago
- 2 comments
#371 - Bump PyPI classifier status up from "Pre-Alpha"?
Issue -
State: open - Opened by GenevieveBuckley about 1 year ago
#370 - Add python 3.12 support
Pull Request -
State: closed - Opened by GenevieveBuckley about 1 year ago
- 1 comment
#369 - GPU CI test errors
Issue -
State: closed - Opened by GenevieveBuckley about 1 year ago
- 3 comments
#368 - Fix cupy pytest errors
Pull Request -
State: closed - Opened by GenevieveBuckley about 1 year ago
- 3 comments
#367 - Update CI test environments
Pull Request -
State: closed - Opened by GenevieveBuckley about 1 year ago
- 1 comment
#366 - Maintenance: fix CI test errors
Pull Request -
State: closed - Opened by GenevieveBuckley about 1 year ago
- 2 comments
#365 - Bump coverallsapp/github-action from 2.2.3 to 2.3.0
Pull Request -
State: closed - Opened by dependabot[bot] about 1 year ago
- 1 comment
Labels: dependencies
#364 - Multi-series and multi-channel nd2 files are loaded incompletely without error/warning
Issue -
State: open - Opened by StefanHMueller about 1 year ago
- 2 comments
#363 - Pin dask to 2024.4.1 to avoid error during dask.dataframe import with python 3.11.9
Pull Request -
State: closed - Opened by m-albert over 1 year ago
- 3 comments
#362 - Tests failing with python 3.11.9: TypeError during import of dask.dataframe
Issue -
State: closed - Opened by m-albert over 1 year ago
#361 - Relaxed type check of input array, to allow da.core.Array sub-classes…
Pull Request -
State: closed - Opened by sommerc over 1 year ago
- 7 comments
#360 - ndinterp methods fails with ResourceBackedDaskArray from aicsimageio
Issue -
State: closed - Opened by sommerc over 1 year ago
- 4 comments
#359 - jp2 slicing
Issue -
State: open - Opened by YangForever over 1 year ago
- 1 comment
#358 - Add Python 3.12
Issue -
State: closed - Opened by jakirkham over 1 year ago
#357 - Update versioneer to version 0.29 for compatibility with python 3.12
Pull Request -
State: closed - Opened by m-albert over 1 year ago
- 2 comments
#356 - Detect original chunks in `imread` (improve RAM usage)
Issue -
State: closed - Opened by quentinblampey over 1 year ago
- 2 comments
#355 - `find_objects` throws `AttributeError`
Issue -
State: closed - Opened by tibuch over 1 year ago
- 4 comments
#354 - Workaround for the sphinx version problem in the readthedocs build environment
Pull Request -
State: closed - Opened by m-albert over 1 year ago
- 2 comments
#353 - Update slice index comment to reflect code change
Pull Request -
State: closed - Opened by jakirkham over 1 year ago
- 2 comments
#352 - New release
Issue -
State: closed - Opened by m-albert over 1 year ago
- 8 comments
#351 - `readthedocs` build started failing in PRs and complains about wrong `sphinx` version
Issue -
State: closed - Opened by m-albert over 1 year ago
- 4 comments
#350 - Bump actions/setup-python from 4 to 5
Pull Request -
State: closed - Opened by dependabot[bot] over 1 year ago
Labels: dependencies
#349 - Bump conda-incubator/setup-miniconda from 2 to 3
Pull Request -
State: closed - Opened by dependabot[bot] over 1 year ago
Labels: dependencies
#348 - Bump GPU CI to CUDA 11.8
Pull Request -
State: closed - Opened by charlesbluca over 1 year ago
- 1 comment
#347 - Fix typo in pull request template
Pull Request -
State: closed - Opened by hmaarrfk over 1 year ago
- 3 comments
#346 - Get rid of distutils dependency -- Depend on newer scipy
Pull Request -
State: closed - Opened by hmaarrfk over 1 year ago
- 5 comments
#345 - Switch to newer GPU CI images
Pull Request -
State: closed - Opened by charlesbluca almost 2 years ago
- 1 comment
#344 - Wrapping labels over array boundaries
Pull Request -
State: closed - Opened by Holmgren825 almost 2 years ago
- 16 comments
#343 - Bump coverallsapp/github-action from 2.2.1 to 2.2.3
Pull Request -
State: closed - Opened by dependabot[bot] almost 2 years ago
Labels: dependencies
#342 - Bump actions/checkout from 3 to 4
Pull Request -
State: closed - Opened by dependabot[bot] almost 2 years ago
- 1 comment
Labels: dependencies
#341 - imread does not preserve dimensions order if one dimension is 3
Issue -
State: closed - Opened by aeisenbarth almost 2 years ago
- 3 comments
#340 - Bug in Imread function
Issue -
State: open - Opened by NimaMojtahedi almost 2 years ago
- 2 comments
#339 - Additions to release guide and change to release note generation script
Pull Request -
State: closed - Opened by m-albert almost 2 years ago
- 2 comments
#338 - Added 2023.08.1 patch release notes to HISTORY.rst
Pull Request -
State: closed - Opened by m-albert almost 2 years ago
#337 - Increase minimum required python version in setup.py to 3.9
Pull Request -
State: closed - Opened by m-albert almost 2 years ago
- 4 comments
#336 - Use `>=3.9` in `python_requires` in `setup.py`
Pull Request -
State: closed - Opened by jakirkham almost 2 years ago
- 3 comments
#335 - New Dask Arrow-based strings cause test failures
Issue -
State: open - Opened by jakirkham almost 2 years ago
- 14 comments
#334 - Extended title underline in HISTORY.rst to fix twine error
Pull Request -
State: closed - Opened by m-albert almost 2 years ago
#333 - Corrected 2023.08.0 release notes
Pull Request -
State: closed - Opened by m-albert almost 2 years ago
#332 - Added 2023.08.0 release notes
Pull Request -
State: closed - Opened by m-albert almost 2 years ago
#331 - Automating release
Issue -
State: open - Opened by jakirkham almost 2 years ago
- 4 comments
#330 - 2023.08.0 release
Issue -
State: closed - Opened by m-albert almost 2 years ago
- 24 comments
#329 - Added missing cupy test mark and fixed cupy threshold
Pull Request -
State: closed - Opened by m-albert about 2 years ago
- 3 comments
#328 - Require CuPy 9.0.0+
Issue -
State: closed - Opened by jakirkham about 2 years ago
- 4 comments
#327 - Failing GPU test that isn't run by the gpuCI
Issue -
State: closed - Opened by m-albert about 2 years ago
- 3 comments
#326 - Bump coverallsapp/github-action from 2.2.0 to 2.2.1
Pull Request -
State: closed - Opened by dependabot[bot] about 2 years ago
- 1 comment
Labels: dependencies
#325 - Moved functions from ndimage submodules to ndimage namespace
Pull Request -
State: closed - Opened by m-albert about 2 years ago
- 7 comments
#324 - Dask-image ndfilters not working with cupy version > 10.6
Issue -
State: closed - Opened by JorgeGtz about 2 years ago
- 7 comments
#323 - Fix GitHub actions README badge
Pull Request -
State: closed - Opened by dstansby about 2 years ago
- 2 comments
#322 - Bump coverallsapp/github-action from 2.1.2 to 2.2.0
Pull Request -
State: closed - Opened by dependabot[bot] about 2 years ago
Labels: dependencies
#321 - ndmeasure.label: fix for arbitrary struct elements
Pull Request -
State: closed - Opened by m-albert about 2 years ago
- 7 comments
#320 - `dask_image.ndmeasure.label` gives different results compared to `scipy.ndimage.label`
Issue -
State: closed - Opened by vecxoz about 2 years ago
- 7 comments
#319 - Use nightly Dask in GPU CI testing
Issue -
State: open - Opened by charlesbluca about 2 years ago
- 1 comment
#318 - Update GPU conda environment before running tests
Pull Request -
State: closed - Opened by charlesbluca about 2 years ago
- 1 comment
#317 - [NO MRG] Retest gpuCI
Pull Request -
State: closed - Opened by jakirkham about 2 years ago
- 8 comments
#315 - Drop Python 3.8, in accordance with NEP29 recommendation
Pull Request -
State: closed - Opened by GenevieveBuckley about 2 years ago
- 7 comments
#314 - Drop python 3.8
Issue -
State: closed - Opened by GenevieveBuckley over 2 years ago
- 3 comments
#313 - Bump coverallsapp/github-action from 2.0.0 to 2.1.2
Pull Request -
State: closed - Opened by dependabot[bot] over 2 years ago
- 1 comment
Labels: dependencies
#312 - pandas >=2.0.0 requires dask >=2023.2.0
Issue -
State: closed - Opened by GenevieveBuckley over 2 years ago
- 3 comments
#311 - Bump coverallsapp/github-action from 2.0.0 to 2.1.0
Pull Request -
State: closed - Opened by dependabot[bot] over 2 years ago
- 2 comments
Labels: dependencies
#310 - ImportError of dask_image.imread with fresh environment
Issue -
State: closed - Opened by habi over 2 years ago
- 4 comments
#309 - Add pandas requirement for find_objs function
Pull Request -
State: closed - Opened by GenevieveBuckley over 2 years ago
- 10 comments
#308 - pandas is required by find_objects function
Issue -
State: closed - Opened by GenevieveBuckley over 2 years ago
#307 - Flake8 problems
Issue -
State: open - Opened by GenevieveBuckley over 2 years ago
- 4 comments
#306 - Switch to pyproject.toml package setup
Pull Request -
State: closed - Opened by GenevieveBuckley over 2 years ago
- 12 comments
#305 - Move from `setup.py` to `pyproject.toml`
Issue -
State: closed - Opened by jakirkham over 2 years ago
- 3 comments