Version 0.5.0
Focus for this release was to make it easier to understand how to use and contribute to ahd, to convert from configparser to PyYaml and cleanup some left over errors in deepsource.
Features:
- Replaced configparser with PyYaml; see migration notice in the docs for details
Documentation:
- Overhauled user documentation site for clarity
- Revamped README
- Added Glossary
- Revamped contribution guide
- Added Code Style guide
- Cleaned up wording surrounding what the project actually does
- Transitioned from full roadmap project boards to per-release project boards
Bug Fixes:
- Inability to build from sdist due to missing files; Thanks to thatch for the fix
- Fixed testing pipeline in github actions