Released on October 30, 2024
- Added documentation files in /docs
- Added a GitHub action to deploy the documentation on Pages
- Improved docstrings and type hints
- docstring_parameters now ignores curly braces outside the Parameter section of a docstring
- Modified .pre-commit-config.yaml so that isort ignores init files to avoid circular import issues
- Added dependencies needed for docs to pyproject.toml
Released on March 19, 2024
- Fixed a bug where the wrong vector function was called when using LagrangianPipe
Released on January 19, 2024
- Added dynamic pipe from Boghetti et al. with:
- Verification on experimental data from Schweiger et al.
- Tests
- Added new default values
- Added CHANGELOG.md
- Added decorator for dynamic default values in docstring
- Updated Pipe's docstring
Released on January 12, 2024
- Initial release