• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

dask / dask-image
99%
main: 99%

Build:
Build:
LAST BUILD BRANCH: improve_labels_and_add_merge_functionality
DEFAULT BRANCH: main
Repo Added 02 Mar 2018 04:55PM UTC
Files 26
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH improve_labels_and_add_merge_functionality
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • GenevieveBuckley-HISTORYrst-typo
  • GenevieveBuckley-pypi-publishing
  • GenevieveBuckley-release-notes-0.3.0
  • automate-releases
  • automate-releases2
  • bugfix/numpy-v2.4-compat
  • bump_tifffile
  • calver
  • calver-edited
  • cupy-generic-filter-mean
  • dependabot/github_actions/actions/checkout-5
  • dependabot/github_actions/actions/checkout-6
  • dependabot/github_actions/actions/setup-python-6
  • dependabot/github_actions/conda-incubator/setup-miniconda-4
  • dependabot/github_actions/coverallsapp/github-action-2.3.4
  • dependabot/github_actions/coverallsapp/github-action-2.3.7
  • dispatch
  • dispatch-edits
  • dispatch-v2
  • drop_gpuci
  • failing-cupy-lazy-dispatch
  • find_objects_empty
  • fix-historyrst-formatting
  • fix-tests-for-gpu-ndmorph
  • fix/security/use-of-assert-statements-for-input-valid
  • fix_test_failures
  • gpu-local-threshold
  • gpu-ndmorph
  • gpu-support
  • improve_labels_and_add_merge_functionality
  • imread-dask
  • imread-tifffile-fix
  • km/imread-updates
  • labeled_comprehension-channel-axis
  • main
  • map_coords
  • master
  • optional-dataframe-deps
  • patch-1
  • patch-4
  • patch-5
  • patch-6
  • patch-7
  • patch-8
  • recommend_miniforge
  • release-guide
  • release-notes-0.4.0
  • release-notes-0.6.0
  • release-notes-2025-11-0
  • release-notes-fix-date
  • remove-future
  • remove-out-of-date-email
  • req_tifffile
  • simplify-ndmorph-meta
  • spline-filter-docstrings
  • split-long-ndinterp-init-file
  • support-python3.8
  • test-pypi
  • tom/pytest-config-fix
  • tst/add-cron-job
  • update-miniconda
  • update-release-dependencies
  • update-release-notes-again
  • update-test-environments
  • update_changelog
  • update_rtd_env
  • use_tf_write
  • v0.0.0rc1
  • v0.3.0
  • v0.3.0rc1
  • v0.3.0rc2
  • v0.3.0rc3
  • v0.4.0
  • v0.4.0rc1
  • v0.4.0rc2
  • v0.5.0
  • v0.5.0-release
  • v0.5.0rc1
  • v0.6.0
  • v0.6.0rc1
  • v2023.03.0
  • v2023.03.0-rc1
  • v2023.08.0
  • v2023.08.0rc1
  • v2023.08.0rc2
  • v2023.08.1
  • v2024.05.0rc1
  • v2024.5.0
  • v2024.5.1
  • v2024.5.2
  • v2024.5.3
  • v2025.11.0
  • v2025.11.0rc1
  • v2026.05.0rc1
  • v2026.5.0

03 Jun 2026 10:18AM UTC coverage: 98.846% (-0.3%) from 99.123%
26878466922

Pull #409

github

web-flow
Merge c5f57de01 into e1a035838
Pull Request #409: Add label merging function (and improve ndmeasure.label)

825 of 834 branches covered (98.92%)

Branch coverage included in aggregate %.

131 of 131 new or added lines in 2 files covered. (100.0%)

6 existing lines in 1 file now uncovered.

1230 of 1245 relevant lines covered (98.8%)

11.83 hits per line

Relevant lines Covered
Build:
Build:
1245 RELEVANT LINES 1230 COVERED LINES
11.83 HITS PER LINE
Source Files on main
  • Tree
  • List 26
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
26878466922 improve_labels_and_add_merge_functionality Merge c5f57de01 into e1a035838 Pull #409 03 Jun 2026 10:20AM UTC web-flow github
98.85
26520311523 main fix(security): use of assert statements for input validation in p (#435) The file `dask_image/ndfourier/_utils.py` uses Python `assert` statements for input validation (e.g., lines checking `issubclass(dtype, numbers.Real)`). Assert statements ca... push 28 May 2026 07:17AM UTC web-flow github
99.12
26515788910 v2026.5.0 Update HISTORY.rst for release v2026.05.0 (#434) push 27 May 2026 02:00PM UTC web-flow github
99.43
26468175496 fix/security/use-of-assert-statements-for-input-valid Merge fafc09ea1 into 6a7c19cc4 Pull #435 26 May 2026 06:48PM UTC web-flow github
99.11
26462633657 v2026.05.0rc1 Update HISTORY.rst for release v2026.05.0 (#434) push 26 May 2026 04:58PM UTC web-flow github
99.43
26462423697 main Update HISTORY.rst for release v2026.05.0 (#434) push 26 May 2026 04:54PM UTC web-flow github
99.42
26462312207 update_changelog Merge 760ba1d40 into 65f0fa93f Pull #434 26 May 2026 04:52PM UTC web-flow github
99.43
26017580563 update-test-environments Merge ff0b032d5 into 65f0fa93f Pull #432 18 May 2026 06:38AM UTC web-flow github
99.42
25298418918 dependabot/github_actions/actions/checkout-6 Merge 5cf737c79 into f0ee7aee4 Pull #433 04 May 2026 02:44AM UTC web-flow github
99.43
25059992208 main Make dataframe dependencies optional (#429) * Make dask[dataframe] and pandas optional, only required for find_objects. * Add minimal-install CI job and opt existing jobs into [dataframe] extras. * Fix scipy 1.14+ generic_filter compat and excl... push 28 Apr 2026 03:00PM UTC web-flow github
99.43
See All Builds (3052)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc