Skip to content

Releases: mscheltienne/template-python

0.10.0

27 May 10:09

Choose a tag to compare

  • Use pyproject.toml instead of setup.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 and wheel
  • 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

01 May 12:10

Choose a tag to compare

Add black and isort code formatting.

0.8.0

18 Jan 20:55

Choose a tag to compare

  • Remove item_name as a keyword-only argument in checks.
  • Check functions now return item in case assignment is used.
  • Rename verbosity to verbose
  • Remove BSL mention from logger docstring

0.7.0

08 Dec 17:34

Choose a tag to compare

  • Fix mention of NeuroTin in logger
  • Fix readme
  • Improve .gitignore

0.6.0

27 Nov 12:38

Choose a tag to compare

  • 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

18 Nov 16:01

Choose a tag to compare

Fix: add missing __init__ to utils.

0.5.0

18 Nov 15:24

Choose a tag to compare

  • Add docstring utility
  • Add logger
  • Add MANIFEST.in
  • Reshape the template as a python package

0.4.0

01 Nov 22:35

Choose a tag to compare

Add requirements for Spyder venv.

0.3.0

01 Nov 21:12

Choose a tag to compare

Remove .gitattributes.

0.2.0

01 Nov 18:06

Choose a tag to compare

Add empty requirements.txt files.