v0.4.0
Release created on: 16.12.2021 - 19:14:40
New Features
- Publish unit test results (see #36).
- Add
workflow_dispatch
event to CI Pipeline.
Changes
- Update logo, banner and favicon.
- Documentation:
- Fall back to
alabaster
if_theme
is not available. - Cleanup
requirements.txt
. - Update shields/badges and reorganized them.
- Add ref to EDAA site through a toctree.
- Fall back to
- README:
- Reorganized content and updated shields/badges.
- Using new pipeline workflow based on pyTooling/Actions.
- Update/rework requirements files.
- Using pyTooling.Packaging in
conf.py
andsetup.py
. - Reworked and documented dependencies.
- Changed decorator export from pydecor to pyTooling.Decorators.
- Updated dependencies after merging
pyTooling.Packaging
intopyTooling
. - Updated workflow after changing Python code packaging to use
build
. - Added
pyproject.toml
. - Using
__keywords__
variable for packaging.
Bug Fixes
- Fixed documentation generation with BuildTheDocs