Skip to content

Bump python-chess from 0.31.4 to 1.999 - #105

Open
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/python-chess-1.999
Open

Bump python-chess from 0.31.4 to 1.999#105
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/python-chess-1.999

Conversation

@dependabot-preview

@dependabot-preview dependabot-preview Bot commented Dec 14, 2020

Copy link
Copy Markdown
Contributor

鈿狅笍 Dependabot Preview has been deactivated 鈿狅笍

This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to dependabot commands nor will it be automatically closed if a new version is found.

If you close this pull request, Dependabot will re-create it the next time it checks for updates and everything will work as expected.


Bumps python-chess from 0.31.4 to 1.999.

Changelog

Sourced from python-chess's changelog.

Old Changelog for python-chess up to 1.0.0

New in v1.0.0

Changes:

  • Now requires Python 3.7+.
  • chess.engine will now cut off illegal principal variations at the first illegal move instead of discarding them entirely.
  • chess.engine.EngineProtocol renamed to chess.engine.Protocol.
  • chess.engine.Option is no longer a named tuple.
  • Renamed chess.gaviota internals.
  • Relaxed type annotations of chess.pgn.GameNode.variation() and related methods.
  • Changed default colors of chess.svg.Arrow and chess.pgn.GameNode.arrows(). These can be overriden with the new chess.svg.board(..., colors) feature.
  • Documentation improvements. Will now show type aliases like chess.Square instead of int.

Bugfixes:

  • Fix insufficient material with same-color bishops on both sides.
  • Clarify that chess.Board.can_claim_draw() and related methods refer to claims by the player to move. Three-fold repetition could already be claimed before making the final repeating move. chess.Board.can_claim_fifty_moves() now also allows a claim before the final repeating move. The previous behavior is chess.Board.is_fifty_moves().
  • Fix parsing of green arrows/circles in chess.pgn.GameNode.arrows().
  • Fix overloaded type signature of chess.engine.Protocol.engine().

New features:

  • Added chess.parse_square(), to be used instead of chess.SQUARE_NAMES.index().
  • Added chess.Board.apply_mirror().
  • Added chess.svg.board(..., colors), to allow overriding the default theme.
Commits

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:

  • 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)

@dependabot-preview dependabot-preview Bot added the dependencies Pull requests that update a dependency file label Dec 14, 2020
@codecov

codecov Bot commented Dec 14, 2020

Copy link
Copy Markdown

Codecov Report

Merging #105 (2c9612b) into master (f16a3a4) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #105   +/-   ##
=======================================
  Coverage   97.75%   97.75%           
=======================================
  Files           8        8           
  Lines         491      491           
=======================================
  Hits          480      480           
  Misses         11       11           

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 f16a3a4...2c9612b. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants