v2.5.0
- 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.
- The code uses