Introduces a clearer structure with separated concerns and better naming conventions for modules/submodules.
This PR is just a proposal. None of the internal imports have been fixed to account for this new structure. Additionally, a significant clean-up of the utilities modules is much needed. Hence the draft status.
Comment welcome!
Issue Type
Enhancement
Checklist
[ ] I have read the [CONTRIBUTING.md]()
[ ] I have added docstrings to all methods
[ ] I have added sufficient comments to all lines
[ ] I have made corresponding changes to the documentation
[ ] My changes generate no pep8 errors
[ ] I have added tests that prove my fix is effective or that my feature works
[ ] New and existing unit tests pass locally with my changes
Introduces a clearer structure with separated concerns and better naming conventions for modules/submodules.
This PR is just a proposal. None of the internal imports have been fixed to account for this new structure. Additionally, a significant clean-up of the utilities modules is much needed. Hence the draft status.
Comment welcome!
Issue Type
Checklist