Release and Version History#
Backlog (TODO)#
Features and Improvements
Minor Improvements
Bugfixes
Miscellaneous
V5 (2024-07-28)#
Features and Improvements
Update the github CI badge link to the latest naming convention.
Add
setup_codecov_and_readthedocs.pyscript.Add a branch just for my personal use.
V4 (2023-04-17)#
Minor Improvements
Upgrade
docflyto2.0.3.Upgrade main Python version to 3.10.
Ignore
${package_name}/tests/folder when packaging distribution.Add
python_requiresinsetup.py.Bump CI and setup requirements to
>=3.8.
V3 (2023-09-25)#
Features and Improvements
Allow to use jupyter notebook as the documentation source.
Enable sphinx search in furo theme.
Adapt the Readthedocs new convention using the
.readthedocs.ymlfile.
V2 (2023-06-14)#
Bugfixes
fix a bug that we should use standard library
pathlib, notpathlib_matein${package_name}/paths.py
v1 (2023-06-13)#
Features and Improvements
First Release
Virtualenv management
Dependencies management
Local unit test and code coverage test
Build and preview documentation site locally
Use GitHub Action for CI
Use Codecov for code coverage report
Use Read the Docs for documentation site hosting