Skip to content

Releases: mdtanker/python_package_template

v0.0.2

31 Jul 11:03
5971b31

Choose a tag to compare

v0.0.2

Released on 2025-07-31
Contributors:

  • Matt Tankersley

🚀 Added

  • preview the docs in each PR with new GitHub Action
  • include a .zenodo.json file to set metadata for each Zenodo release

✏️ Changed

  • replace pre-commit GitHub action with pre-commit.ci
  • Switched website hosting from ReadTheDocs to GitHug Pages
  • codespell now tries to ignore notebook outputs
  • improved the contribution guide
  • improved instructions for using this template
  • updated PyLint and MyPy ignored rules
  • removed forced-configuration of logging
  • use automated release of Zenodo from GitHub integration instead of manually drafting release
  • only build and distribute the src/ directory when packaging

❌ Removed

  • Dropped support for Python 3.9, following the recommendation from SPEC 0000

v0.0.1: initial release

11 Jul 11:46
a5d09f7

Choose a tag to compare

updates to template and instructions (#1)

Change the default from `packagename` to `samplepackagename` which is available on `PyPI`. 
Also adds some additional files which were missing, such as `.git_archival.txt`,  `ISSUE_TEMPLATES` for GitHub issues, and `CHANGELOG.md`.
More detailed instructions on how to use the template and how contributors can contribute to the created package.