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

Typing & Refactoring #205

Open
wants to merge 19 commits into
base: master
Choose a base branch
from
Open

Typing & Refactoring #205

wants to merge 19 commits into from

Conversation

dsfulf
Copy link
Member

@dsfulf dsfulf commented Jul 25, 2024

This is now fully typed. This is especially helpful with the param dicts which were being passed as kwargs to matplotlib, but were also being modified within daft prior to being passed on.

In addition, I've refactored the PGM, Node, Edge, and Plate into separate files, and resolved circular dependencies resulting from exports. Some of the names from the recent refactor were changed to conform to more common Python style.

Lastly, one of the tests was in error, testing wordy.png twice. I've fixed this.

dsfulf and others added 19 commits July 25, 2024 12:22
Signed-off-by: David Fulford <[email protected]>
Signed-off-by: David Fulford <[email protected]>
Signed-off-by: David Fulford <[email protected]>
Signed-off-by: David Fulford <[email protected]>
Signed-off-by: David Fulford <[email protected]>
Signed-off-by: David Fulford <[email protected]>
Signed-off-by: David Fulford <[email protected]>
Signed-off-by: David Fulford <[email protected]>
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