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

Api redesign #120

Merged
merged 21 commits into from
Mar 20, 2024
Merged

Api redesign #120

merged 21 commits into from
Mar 20, 2024

Conversation

ekiefl
Copy link
Owner

@ekiefl ekiefl commented Mar 19, 2024

Before this, the top-level API was an unorganized collection of objects. Now, members who are graduated to the top-level API are picked more stringently, and lesser used members (who are nonetheless important) have to be accessed from their submodules/subpackages.

This API is more discerning about what makes it to the top-level API, while also providing better access to lesser used members. I.e. import pooltool as pt is sufficient for accessing nearly every member in the codebase.

@ekiefl ekiefl merged commit 3cb9d3f into main Mar 20, 2024
1 check passed
@ekiefl ekiefl deleted the api-redesign branch March 20, 2024 00:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant