Skip to content

Bump chess from 1.9.1 to 1.10.0#40

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/chess-1.10.0
Closed

Bump chess from 1.9.1 to 1.10.0#40
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/chess-1.10.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Sep 5, 2024

Bumps chess from 1.9.1 to 1.10.0.

Changelog

Sourced from chess's changelog.

New in v1.10.0 (27th Jul 2023)

New features:

  • Use chess.engine.Opponent to send opponent information to engines.
  • Inform engines about the game result using chess.engine.Protocol.send_game_result().
  • Add chess.engine.Limit.clock_id.
  • Add chess.svg.board(..., borders=True).
  • Avoid rendering background behind SVG boards to better support transparency.
  • Add chess.pgn.BaseVisitor.begin_parse_san().
  • Introduce new distance metrics chess.square_manhattan_distance() and chess.square_knight_distance().

Bugfixes:

  • Fix chess.pgn.GameNode.eval() sometimes off by one centipawn.
  • Fix handling of additional spaces between UCI option tokens.
  • Handle implicit XBoard engine resignation via output like 0-1 {White resigns}.

Changes:

  • Add model sf16 for chess.engine.Score.wdl(), the new default.
  • Update lichess WDL model.
  • Keep PGN headers that do not belong to the Seven Tag Roster in insertion order.
  • Halve the number of open file descriptors maintained by tablebases and opening books.
  • Reduce verbosity of logged chess.pgn errors.

New in v1.9.4 (22nd Dec 2022)

Bugfixes:

  • Fix PovScore.wdl() ignored model and ply parameters.
  • chess.syzygy: Check that board matches tablebase variant.

New features:

  • Add model sf15.1 for chess.engine.Score.wdl().
  • Raise more specific exceptions: chess.IllegalMoveError, chess.AmbiguousMoveError, and chess.InvalidMoveError.

New in v1.9.3 (16th Sep 2022)

Bugfixes:

... (truncated)

Commits
  • cfda9c0 Test Python 3.11 using tox
  • 41b27bb Bump 1.10.0
  • 34de67d Prepare changelog for next release
  • 59a5233 Update Stockfish 11 download URLs (fixes #1019)
  • 53e92b4 Document potentially surprising time complexities (closes #1000)
  • f76c387 Merge pull request #1023 from MarkZH/documentation
  • 0fcee35 Add send_game_result() documentation
  • 0dae9d7 Add send_opponent_information() documentation
  • fa152ad Merge pull request #1021 from MarkZH/send-line-security
  • ee11a56 Error when XBoard opponent has newline in name
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [chess](https://github.com/niklasf/python-chess) from 1.9.1 to 1.10.0.
- [Release notes](https://github.com/niklasf/python-chess/releases)
- [Changelog](https://github.com/niklasf/python-chess/blob/master/CHANGELOG.rst)
- [Commits](niklasf/python-chess@v1.9.1...v1.10.0)

---
updated-dependencies:
- dependency-name: chess
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 5, 2024
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Oct 7, 2024

Superseded by #46.

@dependabot dependabot Bot closed this Oct 7, 2024
@dependabot dependabot Bot deleted the dependabot/pip/chess-1.10.0 branch October 7, 2024 08:42
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 python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants