MrRobb / gym-rs

OpenAI Gym bindings for Rust
MIT License
61 stars 4 forks source link

Bump pillow from 7.1.2 to 7.2.0 #28

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps pillow from 7.1.2 to 7.2.0.

Release notes

Sourced from pillow's releases.

7.2.0

https://pillow.readthedocs.io/en/stable/releasenotes/7.2.0.html

Changelog

Sourced from pillow's changelog.

7.2.0 (2020-07-01)

  • Do not convert I;16 images when showing PNGs #4744 [radarhere]
  • Fixed ICNS file pointer saving #4741 [radarhere]
  • Fixed loading non-RGBA mode APNGs with dispose background #4742 [radarhere]
  • Deprecated _showxv #4714 [radarhere]
  • Deprecate Image.show(command="...") #4646 [nulano, hugovk, radarhere]
  • Updated JPEG magic number #4707 [Cykooz, radarhere]
  • Change STRIPBYTECOUNTS to LONG if necessary when saving #4626 [radarhere, hugovk]
  • Write JFIF header when saving JPEG #4639 [radarhere]
  • Replaced tiff_jpeg with jpeg compression when saving TIFF images #4627 [radarhere]
  • Writing TIFF tags: improved BYTE, added UNDEFINED #4605 [radarhere]
  • Consider transparency when pasting text on an RGBA image #4566 [radarhere]
  • Added method argument to single frame WebP saving #4547 [radarhere]
  • Use ImageFileDirectory_v2 in Image.Exif #4637 [radarhere]
  • Corrected reading EXIF metadata without prefix #4677 [radarhere]
  • Fixed drawing a jointed line with a sequence of numeric values #4580 [radarhere]
  • Added support for 1-D NumPy arrays #4608 [radarhere]
  • Parse orientation from XMP tags #4560 [radarhere]
  • Speed up text layout by not rendering glyphs #4652 [nulano]
  • Fixed ZeroDivisionError in Image.thumbnail #4625 [radarhere]
  • Replaced TiffImagePlugin DEBUG with logging #4550 [radarhere]
  • Fix repeatedly loading .gbr #4620 [ElinksFr, radarhere]
  • JPEG: Truncate icclist instead of setting to None #4613 [homm]
  • Fixes default offset for Exif #4594 [rodrigob, radarhere]
  • Fixed bug when unpickling TIFF images #4565 [radarhere]
  • Fix pickling WebP #4561 [hugovk, radarhere]
  • Replace IOError and WindowsError aliases with OSError #4536 [hugovk, radarhere]
Commits
  • 2bd7494 Updated CHANGES.rst [ci skip]
  • 17b14f8 7.2.0 version bump
  • 3648332 Updated CHANGES.rst [ci skip]
  • e1c6084 Merge pull request #4744 from radarhere/show
  • 74a4c88 Merge pull request #4741 from radarhere/icns
  • 15f1e18 Updated CHANGES.rst [ci skip]
  • 645f7f2 Merge pull request #4742 from radarhere/apng_dispose
  • 4cf7c56 Merge pull request #4726 from hugovk/fix-png-disposal-comparison-bug
  • d109d86 Merge pull request #52 from radarhere/fix-png-disposal-comparison-bug
  • e1ae9a5 Do not convert I;16 image when format is PNG
  • 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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
codecov-commenter commented 4 years ago

Codecov Report

Merging #28 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #28   +/-   ##
=======================================
  Coverage   81.92%   81.92%           
=======================================
  Files           1        1           
  Lines         249      249           
=======================================
  Hits          204      204           
  Misses         45       45           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 9974326...757a2e9. Read the comment docs.