Skip to content

Releases: lsst-sqre/templatekit

0.6.0

13 Oct 21:49
16f5094
Compare
Choose a tag to compare
  • Add a new -i/--ignore option to the templatekit check command. This option allows the user to ignore certain files when checking for untracked files or dirty Git state after regenerating examples. This is useful for files that have dynamic content, such as dates and times, that we do not expect to be consistent.
  • Migrate the packaging to pyproject.toml and retire the setup.cfg and setup.py files.
  • Migrate to the new Rubin user guide theme for documentation.
  • Add GitHub Actions workflow to update pre-commit hooks with Neophile.
  • Adopted the PyPI trusted publishers workflow.

What's Changed

New Contributors

Full Changelog: 0.5.1...0.6.0

0.5.1

15 Mar 22:40
@rra rra
0.5.1
95efa20
Compare
Choose a tag to compare
  • Fix an incorrect import in the SCons builder.
  • Fix reporting of SCons status in templatekit check.

0.5.0

15 Mar 22:39
@rra rra
0.5.0
bf044ff
Compare
Choose a tag to compare
  • Update build system to current SQuaRE standards.
  • Add type annotations for all code.
  • Unpin all dependencies for easier use as a library.