Skip to content

Commit

Permalink
v0.5.7
Browse files Browse the repository at this point in the history
- [Board]is_pseudo_legalで不成を生成
- [Board]pseudo_legal_move_is_legalメソッド追加
- [Board]is_legalを高速化(moveIsPseudoLegalとpseudoLegalMoveIsLegalで実装)
  • Loading branch information
TadaoYamaoka committed Jul 8, 2023
1 parent cf88c26 commit 64b64fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def finalize_options(self):

setup(
name='cshogi',
version='0.5.6',
version='0.5.7',
packages=['cshogi', 'cshogi.usi', 'cshogi.gym_shogi', 'cshogi.gym_shogi.envs', 'cshogi.dlshogi', 'cshogi.web', 'cshogi.web.templates', 'cshogi.web.static'],
package_data={'cshogi.web.templates': ['*'], 'cshogi.web.static': ['*']},
ext_modules=ext_modules,
Expand Down

0 comments on commit 64b64fc

Please sign in to comment.