Skip to content

v2.5.0

Compare
Choose a tag to compare
@josephlou5 josephlou5 released this 03 Sep 22:37
· 3 commits to main since this release
  • Cached move calculation for repeating board states
  • Set required Python version back to Python 3.11
    • The code uses typing.Self, which was introduced in Python 3.11. For type hint reasons, we will not remove it, and so the minimum required version will have to be Python 3.11.
    • Since this change broke v2.4.0, it has been yanked.