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.1 #186

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 1 year ago

Bumps shakmaty from 0.21.0 to 0.23.1.

Changelog

Sourced from shakmaty's changelog.

v0.23.1

  • Significantly optimize performance of Zobrist hashing.
  • Add Variant::from_ascii().
  • Implement Default for VariantPosition.
  • Use #[track_caller] for panicking functions.

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().

... (truncated)

Commits
  • 6081250 prepare 0.23.1
  • 32e125d justify or remove clippy overrides
  • f83aff4 use #[track_caller] for panicking functions
  • 6e745e9 remove lookup from Bitboard::from_file()
  • 879b7f4 remove lookup from Bitboard::from_square()
  • 12d7bdd fix ids in chess960.perft
  • 7152185 optimize zobrist hashing
  • 2e7900e add benchmark for zobrist hashing position
  • 461e6e4 test chess969 perfts
  • 5b448af add Variant::from_ascii
  • 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 6 months ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.