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

dask / dask-image
99%

Build:
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 main
branch: main
CHANGE BRANCH
x
Reset
  • main
  • 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
  • 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

27 May 2026 03:15PM UTC coverage: 99.123% (-0.3%) from 99.419%
26520311523

push

github

web-flow
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 can be disabled globally when Python is run with the `-O` (optimize) flag, which would bypass these checks entirely. This could allow invalid inputs to propagate through the code, potentially causing crashes, incorrect results, or undefined behavior in production environments where optimized Python execution is used.

Signed-off-by: tomaioo <203048277+tomaioo@users.noreply.github.com>

767 of 775 branches covered (98.97%)

Branch coverage included in aggregate %.

3 of 6 new or added lines in 1 file covered. (50.0%)

1154 of 1163 relevant lines covered (99.23%)

12.88 hits per line

Relevant lines Covered
Build:
Build:
1163 RELEVANT LINES 1154 COVERED LINES
12.88 HITS PER LINE
Source Files on main
  • Tree
  • List 26
  • Changed 6
  • Source Changed 1
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
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
26462423697 main Update HISTORY.rst for release v2026.05.0 (#434) push 26 May 2026 04:54PM UTC web-flow github
99.42
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
25059857187 main Bump actions/checkout from 5 to 6 (#420) * Bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.... push 28 Apr 2026 02:57PM UTC web-flow github
99.53
25059756461 main Bump conda-incubator/setup-miniconda from 3 to 4 (#430) Bumps [conda-incubator/setup-miniconda](https://github.com/conda-incubator/setup-miniconda) from 3 to 4. - [Release notes](https://github.com/conda-incubator/setup-miniconda/releases) - [Cha... push 28 Apr 2026 02:50PM UTC web-flow github
99.52
24440167024 main Compatibility with Numpy v2, swap deprecated numpy.in1d to numpy.isin (#425) push 15 Apr 2026 06:39AM UTC web-flow github
99.52
22692417797 main Bump tifffile to first version in which TiffWriter has method write (#424) push 04 Mar 2026 10:30PM UTC web-flow github
99.52
19283219390 main Add release notes for v2025.11.0 (#417) * Add release notes for v2025.11.0 * Fix the date, generated release notes yesterday but am cutting the release a day later push 12 Nov 2025 01:20AM UTC web-flow github
99.52
19282801010 main Maintenance: split ndinterp long __init__.py file functions into separate files (#416) Used this guide to split files while keeping git history intact: https://devblogs.microsoft.com/oldnewthing/20190916-00/?p=102892 push 12 Nov 2025 12:55AM UTC web-flow github
99.52
19257528322 main Implement support for ndimage.map_coordinates (#237) Adds a map_overlap function to the dask-image ndinterp module. Implementation details: 1. for every coordinate the corresponding chunk of the input array and the required input slice are determ... push 11 Nov 2025 06:52AM UTC web-flow github
99.43
See All Builds (3052)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc