noah-peeters / ChimpStackr

free, multi-platform focus stacking software
GNU General Public License v3.0
84 stars 9 forks source link

Bump imageio from 2.16.1 to 2.18.0 #59

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps imageio from 2.16.1 to 2.18.0.

Release notes

Sourced from imageio's releases.

v2.18.0

Fix

  • Do not pass optional kwargs by position in tifffile (#794) (512fe11)
  • Ensure pts increases even if pyav doesn't flush the frame immediately (#787) (5b74e8d)

Feature

Other

v2.17.0

Feature

Other

v2.16.2

Fix

  • Handle PIL paletts with <256 color palettes (#775) (309242d)
  • Set spacing to None by default (#773) (1b93434)

Other

Changelog

Sourced from imageio's changelog.

v2.18.0 (2022-04-25)

Fix

  • Do not pass optional kwargs by position in tifffile (#794) (512fe11)
  • Ensure pts increases even if pyav doesn't flush the frame immediately (#787) (5b74e8d)

Feature

Other

v2.17.0 (2022-04-18)

Feature

Other

v2.16.2 (2022-04-11)

Fix

  • Handle PIL paletts with <256 color palettes (#775) (309242d)
  • Set spacing to None by default (#773) (1b93434)

Other

Commits
  • 3d0a909 REL: Release imageio v2.18.0
  • 512fe11 BUG: do not pass optional kwargs by position in tifffile (#794)
  • 8c10d53 TEST: Fix test for tifffile > 2022.4.8 (#795)
  • 7ecea02 MAINT: Update imopen types (#793)
  • 4596262 FEAT: allow writing bayer formats in pyav (#788)
  • 5b74e8d BUG: ensure pts increases even if pyav doesn't flush the frame immediately (#...
  • 1d78df3 REL: Release imageio v2.17.0
  • 607600d MAINT: Better Type Annotations + mypy support (#784)
  • 13cb5e2 MAINT: add fast-paths for pyav formats (#785)
  • 7f1bb1d DOC: update readme (#786)
  • Additional commits viewable 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)
dependabot[bot] commented 2 years ago

Superseded by #60.