Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH: Revise Python API for loading/saving games #357

Open
tturocy opened this issue Sep 21, 2023 · 0 comments
Open

ENH: Revise Python API for loading/saving games #357

tturocy opened this issue Sep 21, 2023 · 0 comments
Labels
python Items which involve coding in Python
Milestone

Comments

@tturocy
Copy link
Member

tturocy commented Sep 21, 2023

Game objects currently just have generic .read_game and .write_game operations, where .write_game takes a format parameter to determine the output format, while .read_game tries various formats until one is successful.

Looking at e.g. pandas, it seems it would be better to have functions that explicitly read and write the different supported formats.

@tturocy tturocy added the python Items which involve coding in Python label Sep 21, 2023
@tturocy tturocy added this to the gambit-16.2.0 milestone Sep 29, 2023
@tturocy tturocy modified the milestones: gambit-16.2.0, gambit-16.3.0 Feb 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
python Items which involve coding in Python
Projects
None yet
Development

No branches or pull requests

1 participant