Skip to content

v2.1.0 - Restructuring and Documentation

Compare
Choose a tag to compare
@B-Analytics B-Analytics released this 02 Nov 20:28
· 55 commits to main since this release

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