Releases: mscheltienne/template-python
Releases · mscheltienne/template-python
0.14.0
- Add documentation build and workflow
- Add conda-forge recipe
- Add support for Python 3.11
- Improve
sys_info
utility
Full Changelog: 0.13.0...0.14.0
0.13.0
- Add dependabot configuration
- Better configuration for
pytest
andpytest-cov
- Update
isort
GitHub action and remove flake8 annotations - Improve test coverage
- Add configuration for
codecov
- Better type hints
- Fix minimum
numpy
requirement - Add a function to display system information
0.12.0
- Improve GitHub action workflow
- Improve packaging and
pyproject.toml
- Fix docstring indentation when a docstring with a summary line is filled
Full Changelog: 0.11.0...0.12.0
0.11.0
- improve workflows
- improve configuration for pydocstyle
- add twine to the build dependencies
- fix logger tests
0.10.0
- Use
pyproject.toml
instead ofsetup.py
for project metadata and dependencies - Add codespell step to the
code-style
workflow - Add pydocstyle step to the
code-style
workflow - Use build to build the package and add workflow to test the
sdist
andwheel
- Update license year
- Drop support for python 3.7
- Add tests for
utils
and workflow to run pytest - Add type hints and fix style and docstrings
0.9.0
0.8.0
- Remove
item_name
as a keyword-only argument in checks. - Check functions now return
item
in case assignment is used. - Rename
verbosity
toverbose
- 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.py
to their private counter-part.
0.5.1
Fix: add missing __init__
to utils
.