Releases: GenomicMedLab/software-templates
Releases · GenomicMedLab/software-templates
2024.10.31
What's Changed
- chore(python): ignore alternate sphinx build path by @jsstevenson in #53
- style(python): ignore INP001 in tests by @jsstevenson in #54
- fix(cicd): generate correctly formatted ruff value for precommit by @jsstevenson in #55
- style(python): don't require return type for init() by @jsstevenson in #58
- cicd(python): add hook to catch CRLF line endings by @jsstevenson in #60
- cicd(python): run precommit hooks in CI by @jsstevenson in #61
- feat: add acceptance criteria section to issue templates by @katiestahl in #63
- cicd: exempt draft PRs from stale check by @jsstevenson in #64
- build!: require python 3.11-13 by @jsstevenson in #66
- feat(python): ignore doc requirements in tests by @jsstevenson in #67
- docs: update python project list by @jsstevenson in #68
- chore(python): ignore pyenv config by @jsstevenson in #69
- fix(python): use rev tag for workflow ref by @jsstevenson in #71
- cicd(python): refine precommit check by @jsstevenson in #70
New Contributors
- @katiestahl made their first contribution in #63
Full Changelog: 2024.07.16...2024.10.31
2024.07.16
What's Changed
- feat(python): define version by @jsstevenson in #45
- fix(pre-commit): add --allow-missing-credentials arg by @korikuzma in #49
- chore(python): update issue template requirements and workflow definitions by @jsstevenson in #47
Full Changelog: 2024.07.10...2024.07.16
2024.07.10
In the future, this should auto-generate from previous tags, but this is the first one I've made so it's all-inclusive. The idea is that we can use releases as checklists when updating individual repos.
What's Changed
- Python template by @jsstevenson in #1
- cicd: ignore assert check in tests by @jsstevenson in #2
- docs(python): add more autodoc things and some URL fixes by @jsstevenson in #7
- style: pin ruff version by @jsstevenson in #8
- cicd: add gh action for requiring priority label by @korikuzma in #11
- cicd: add stale bot by @korikuzma in #13
- style: exclude docs config for format and lint by @jsstevenson in #17
- cicd(python): add priority label PR action by @jsstevenson in #19
- docs(python): fix tests badge by @jsstevenson in #18
- feat: autogenerate ruff update PRs (WIP) by @jsstevenson in #22
- chore: add issue templates for bug report and feature request by @korikuzma in #26
- cicd(python): use GITHUB_TOKEN for changelog permissions by @jsstevenson in #27
- feat(python): move support to >=3.10 by @jsstevenson in #29
- feat(python): add issue templates by @jsstevenson in #30
- chore: update stalebot by @korikuzma in #32
- chore: make contribution optional in issue templates by @korikuzma in #31
- cicd: update min required python version by @jsstevenson in #38
- build(python): use setuptools-scm by @jsstevenson in #34
- style: update ruff to 0.5.0 by @github-actions in #37
- docs: update python usage list by @jsstevenson in #40
- cicd: add PR label to autogenerated PR by @jsstevenson in #39
- Update precommit by @jsstevenson in #41
- cicd: update stalebot by @korikuzma in #42
- Update GH Action versions by @jsstevenson in #44
New Contributors
- @jsstevenson made their first contribution in #1
- @korikuzma made their first contribution in #11
- @github-actions made their first contribution in #37
Full Changelog: https://github.com/GenomicMedLab/software-templates/commits/2024.07.10