Releases: CoefficientSystems/modern-data-cookiecutter
Releases · CoefficientSystems/modern-data-cookiecutter
0.2.1
[0.2.1] - 2023-04-06
Added
- Added guidance on how to bump Python version in
CONTRIBUTING.md
- Added
name-tests-test
to pre-commit - Added
flake8-bugbear
,flake8-comprehensions
,flake8-mutable
, andflake8-simplify
(#172)
Changed
- CLI flag interface changed in poetry from --remove-untracked to --sync (#165)
- Switched flake8 source in pre-commit from Gitlab to GitHub
- Switched isort source in pre-commit from timothycrosley to pycqa
- Run poetry in pre-commit as local hook due to issues using the correct (active) Python interpreter (#172)
Maintenance Changes
- Bump Python version (to 3.11), pyenv version in CI
- Updated versions of pre-commit, Python dependencies, pyproject.toml, constraints.txt, GitHub Actions
- Improved settings.json, improved docs (#172)
Pull Requests
- CLI flag interface changed in poetry, from --remove-untracked to --sync by @jcoombes in #165
- April 2023 upgrades by @john-sandall in #172
- Bump actions/cache from 3.2.6 to 3.3.1 by @dependabot in #176
Full Changelog: 0.2.0...0.2.1
0.2.0
[0.2.0] - 2022-09-10
Added
- "Quickstart" document in
docs/
inside generated repo, covering minimum CLI commands required to setup a new project (assuming all other dependencies are already installed, e.g. pyenv, direnv) (#19) - Added CI config for Github Actions / dependabot / CodeQL (#26)
- Automate manual testing of generated project (#55)
- Add jupyter-black configuration (#37)
- Set PYTHONBREAKPOINT to use ipdb for an improved debugging experience (#87)
Improved Documentation
- Improved the README & added CONTRIBUTORS.md guide (#96)
- Various improvements to docs; added
use_gcloud
anduse_jupyter
CLI commands; better
detect-secrets config (#25)
Maintenance Changes
- Upgraded base repo to Python 3.9.10; dependency upgrades with poetryup; added prettier, pip-audit, TOML formatting, CI badge (#27)
- Update dependencies (poetryup, precommit, CI) (#56 and #108)
Bug Fixes
- Fix poetryup bug (#51)