Skip to content

v0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Dec 19:14
736a5dd

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.
  • 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 and setup.py.
  • Reworked and documented dependencies.
  • Changed decorator export from pydecor to pyTooling.Decorators.
  • Updated dependencies after merging pyTooling.Packaging into pyTooling.
  • 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