ansys / pydpf-post

Data Processing Framework - Post Processing Module
https://post.docs.pyansys.com
MIT License
43 stars 10 forks source link

Bump imageio from 2.29.0 to 2.31.0 #411

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps imageio from 2.29.0 to 2.31.0.

Release notes

Sourced from imageio's releases.

v2.31.0

Fix

  • Fix pilmode kwarg for get_reader/get_writer (#994) (21039b2)

Feature

  • Decode gray 16-bit PNG as uint16 (not int32) if pillow allows (#987) (95bb89d)

v2.30.0

Feature

  • SPE plugin: Support new SDT-control metadata (#989) (c93536c)

Other

  • Remove standard images from built package (#988) (6288f19)
Changelog

Sourced from imageio's changelog.

v2.31.0 (2023-06-05)

Fix

  • Fix pilmode kwarg for get_reader/get_writer (#994) (21039b2)

Feature

  • Decode gray 16-bit PNG as uint16 (not int32) if pillow allows (#987) (95bb89d)

v2.30.0 (2023-05-29)

Feature

  • SPE plugin: Support new SDT-control metadata (#989) (c93536c)

Other

  • Remove standard images from built package (#988) (6288f19)
Commits
  • eb5a881 REL: Release imageio v2.31.0
  • 21039b2 BUG: fix pilmode kwarg for get_reader/get_writer (#994)
  • 95bb89d FEAT: Decode gray 16-bit PNG as uint16 (not int32) if pillow allows (#987)
  • b0f9f3b REL: Release imageio v2.30.0
  • acf2205 TEST: remove test from pypy (#996)
  • 6288f19 MAINT: remove standard images from built package (#988)
  • c93536c FEAT: SPE plugin: Support new SDT-control metadata (#989)
  • See full diff in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
codecov[bot] commented 1 year ago

Codecov Report

Merging #411 (34e6325) into master (3dd2436) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #411   +/-   ##
=======================================
  Coverage   82.90%   82.90%           
=======================================
  Files          35       35           
  Lines        3522     3522           
=======================================
  Hits         2920     2920           
  Misses        602      602