kirillbobyrev / pabi

🤖 [WIP] Monte-Carlo Tree Search chess engine
https://kirillbobyrev.github.io/pabi/docs/pabi/
GNU General Public License v3.0
13 stars 1 forks source link

chore(deps): Bump shakmaty from 0.21.0 to 0.23.0 #167

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps shakmaty from 0.21.0 to 0.23.0.

Changelog

Sourced from shakmaty's changelog.

v0.23.0

  • Add optional nohash-hasher feature.
  • Implement Display and FromStr for Variant.
  • Variant::from_uci() now returns Result instead of Option.
  • Make Variant::distinguishes_promoted() const.
  • Introduce Zobrist{8,16,32,64,128} types for Zobrist hash values.
  • Consider EnPassantMode for Zobrist hashing.
  • Removed API for incremental Zobrist hashing which was never implemented.

v0.22.0

  • Let Board::board_fen() return struct that implements Display instead of String.
  • Introduce alloc and std features, which can be disabled for #![no_std] support.
  • Make many methods const.

v0.21.4

  • Add Board::from_bitboards() and Board::into_bitboards().

v0.21.3

  • Optimize Position::outcome().
  • Detect Antichess insufficient material with only two knights.
  • Fix off-backrank king influencing invalid castling notation in FEN.

v0.21.2

  • Fix castling rights without matching rooks failing FEN/EPD parser roundtrip.
  • Fix pawn moves like P6h8 failing SAN parser roundtrip.
  • More precisely document FEN/EPD parser and writer.
  • More strictly validate pawns on backrank in Horde.
  • More strictly validate impossible material in RacingKings.
  • Add {Rank,File}::distance().
  • Implement Copy for ByRole and ByColor when possible.
  • Constify most Bitboard functions.

v0.21.1

  • Rename Castles::discard_side() to discard_color() and Castles::has_side() to has_color().
  • Add Bitboard::without_first().
  • Add Bitboard::shift().
  • Add {Fen,Epd}::from_setup() and {Fen,Epd}::as_setup().
  • Implement Clone for PositionError when possible.
Commits
  • 870d37f prepare 0.23.0
  • 93068f1 downgrade bitflags to stable release
  • 105c20f bump msrv to 1.62
  • 713b60d derive Default on Variant enum
  • 6fcaab2 fix clippy warning regarding custom Hash impl
  • 6372dcf impl nohash_hasher::IsEnabled for more types
  • 5aa4462 test nohash-hasher
  • 4e3ed2f optionally implement nohash_hasher::IsEnabled
  • 437182c make distinguishes_promoted const
  • e3d7a99 use ParseVariantError also for from_uci
  • 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 1 year ago

Superseded by #186.