* Added ``client.bots.get_online_bots`` to get the list of online bots * Adjusted study export endpoint URLs to use the ``/api`` prefix for consistency
Thanks to kalpgarg and icp1994 for their contributions to this release!
0.12.0
--------------------
* First release done by Lichess incorporating the changes from ``berserk-downstream`` (v0.11.0) * Added type hints * Removed deprecated functions * Added ``client.board.get_game_chat`` to get the chat of a game * Added ``client.board.claim_victory`` to claim victory in a game (after the opponent left the game) * Added ``client.board.go_berserk`` to go berserk in a tournament game * ``export_arena_games`` and ``export_swiss_games`` now stream the result (i.e. return an iterator over the games)
Thanks to trevorbayless and icp1994 for their contributions to this release!
0.11.0
-------------------
* Add ``Tournaments.create_arena`` for creating arena tournaments * Add ``Tournaments.create_swiss`` for creating swiss tournaments * Add ``Tournaments.export_arena_games`` for exporting arena games * Add ``Tournaments.export_swiss_games`` for exporting swiss games * Add ``Tournaments.arena_by_team`` for getting arena tournaments by team * Add ``Tournaments.swiss_by_team`` for getting swiss tournaments by team * Add ``Tournaments.tournaments_by_user`` for getting tournaments by user * Deprecated ``Tournaments.create`` and ``Tournaments.export_games`` * Uploaded fork to pypi * Minor fixes for docstrings * Minor updates to README, AUTHORS
0.10.0
-------------------
* Add ``Challenge.create_ai`` for creating an AI challenge * Add ``Challenge.create_open`` for creating an open challenge * Add ``Challenge.create_with_accept`` auto-acceptance of challenges using OAuth token * Bugfix for passing initial board positions in FEN for challenges * Minor fixes for docstrings