Skip to content

Commit

Permalink
v0.1.8
Browse files Browse the repository at this point in the history
- エンジンを3つ指定した場合にリーグ戦を行う
- PNGのコンストラクタの引数の追記モードが有効になっていなかったため修正
- エンジン同士の対局でCSA出力ができなくなっていたバグ修正
  • Loading branch information
TadaoYamaoka committed Apr 4, 2021
1 parent 00fc727 commit 5896031
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.1.7',
version='0.1.8',
packages=['cshogi', 'cshogi.usi', 'cshogi.gym_shogi', 'cshogi.gym_shogi.envs'],
ext_modules=ext_modules,
cmdclass={'build_ext': my_build_ext},
Expand Down

0 comments on commit 5896031

Please sign in to comment.