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.
- Changelogs are for humans, not machines.
- There should be an entry for every single version.
- The same types of changes should be grouped.
- Versions and sections should be linkable.
- The latest version comes first.
- The release date of each version is displayed.
- Mention whether you follow Semantic Versioning.
Addedfor new features.Changedfor changes in existing functionality.Deprecatedfor soon-to-be removed features.Removedfor now removed features.Fixedfor any bug fixes.Securityin case of vulnerabilities.
- CNAME file to enable GitHub Pages
docs/- Add project documentation in Markdownmkdocs.yml- Use MkDocs to generate the project documentation siterequirements.txt- Update requirements for MkDocs and mkdocs-material dependencies
AUTHORS.md,LICENSE,setup.py- Updated to add a genericauthorcredentials
.gitignore- for proper versioning of the projectLICENCE- Lawyering upREADME.md- description of projectrequirements.txt- List project external dependenciessetup.py- Make the project distributable
- Initialize python project structure with source code