hide | |
---|---|
|
All notable changes to this project will be documented in this file. The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
To see unreleased changes, please see the CHANGELOG on the master branch guide.
- Python 3.12 tests.
- docs: Fancy front page.
- devcontainer: Move settings to
customizations.vscode.settings
- devcontainer: Python 3.12
- Ruff 0.1.5
- mypy 1.5.1
- mkdocs-material 9.4.8
- pytest 7.4.3
- coverage 7.3.2
py.typed
file for PEP-561 compatibility- docs: Supported standards
- Loader.iter() method.
- docs: license.md renamed to LICENSE.md
- Adopt ruff
- Use
actions/checkout@v3
- Use
actions/cache@v3
- Project structure tests
- CI workflows tests
- Extend licence copyright years
- Dockerfile: Use
set -x
to log RUN commands - docs: Use common Gufo Labs mkdocs plugins set
- Python 3.11 support
- Add CITATION.cff
- Developer's Common Tasks
- Move CHANGELOG.md to the project root
- Use Python 3.11 for dev container
- Use mkdocs-material 3.5.8
- Use pytest 7.2.0
- Use python-coverage 6.5.0
__version__
attribute.
- Initial implementation.