Releases: mscheltienne/template-python
Releases · mscheltienne/template-python
0.10.0
- Use
pyproject.tomlinstead ofsetup.pyfor project metadata and dependencies - Add codespell step to the
code-styleworkflow - Add pydocstyle step to the
code-styleworkflow - Use build to build the package and add workflow to test the
sdistandwheel - Update license year
- Drop support for python 3.7
- Add tests for
utilsand workflow to run pytest - Add type hints and fix style and docstrings
0.9.0
0.8.0
- Remove
item_nameas a keyword-only argument in checks. - Check functions now return
itemin case assignment is used. - Rename
verbositytoverbose - Remove BSL mention from logger docstring
0.7.0
- Fix mention of NeuroTin in logger
- Fix readme
- Improve
.gitignore
0.6.0
- Add workflow to check style with flake8.
- Fix flake8 typo in logger.
- Rename
checks.py,docs.py,logs.pyto their private counter-part.
0.5.1
Fix: add missing __init__ to utils.
0.5.0
- Add docstring utility
- Add logger
- Add
MANIFEST.in - Reshape the template as a python package
0.4.0
Add requirements for Spyder venv.
0.3.0
Remove .gitattributes.
0.2.0
Add empty requirements.txt files.