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

Reorg and document #95

Merged
merged 16 commits into from
Dec 10, 2024
Merged

Reorg and document #95

merged 16 commits into from
Dec 10, 2024

Conversation

eagmon
Copy link
Member

@eagmon eagmon commented Dec 7, 2024

This PR is a major reorganization of the repository, but maintains the same functionality.

  • The type functions are now organized in their own file type_functions.py, in which they are sorted by their function type (apply, divide, serialize, etc), and extended docstrings are included.
  • Removes the dependence on loading unit types directly into a core, and instead makes a units_type dict like the other type dicts.
  • removes the empty data file, which was used for building the dataclass. instead this module is dynamically created.
  • removes unused react.py file.
  • a new utilities.py includes the functions that were getting reused between different modules, simplifying the import structure to avoid circular imports.

@eagmon eagmon changed the title Docstrings Reorg and document Dec 7, 2024
@eagmon eagmon merged commit b7d9968 into main Dec 10, 2024
1 check passed
@eagmon eagmon deleted the docstrings branch December 10, 2024 22:47
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