v2.1.0 - Restructuring and Documentation
v2.1.0 - Restructuring and Documentation
Summary
This pull request introduces significant restructuring and documentation enhancements, The key changes and improvements are as follows:
Summary
This pull request introduces significant restructuring and documentation. The key changes and improvements are as follows:
Added
- Utils Submodule: Added a new utils submodule to outsource utility functions, improving code organization and maintainability.
- Documentation: Comprehensive documentation has been added for all modules, classes, and functions using Sphinx. This includes detailed docstrings, examples, and references.
Features
- diPLSlib.utils submodule with some helper functions
Changed:
N/A
Fixed:
N/A
Removed:
N/A
Bug Fixes
N/A
Breaking Changes
- gengaus(), hellipse() and rmse() functions have been migrated to diPLSlib.utils submodule
Upgrade Notes
- None