Releases: piotr-rarus/python-template
Releases · piotr-rarus/python-template
v0.5.1
What's Changed
- Bump pandas from 2.0.1 to 2.0.2 by @dependabot in #85
- Bump coverage from 7.2.5 to 7.2.7 by @dependabot in #84
- Bump pytest-cov from 3.0.0 to 4.1.0 by @dependabot in #83
- Dev/86 better readme by @piotr-rarus in #87
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- Bump pandas from 1.5.3 to 2.0.1 by @dependabot in #62
- Move pre commit by @piotr-rarus in #79
- Add ruff linter by @piotr-rarus in #78
- Revise mypy settings by @piotr-rarus in #80
- Revise test coverage by @piotr-rarus in #81
Full Changelog: v0.4.1...v0.5.0
v0.4.1
v0.4.0
What's Changed
- Remove no-commit-to-branch from pre-commit by @piotr-rarus in #54
- Bump pre-commit from 3.1.1 to 3.2.1 by @dependabot in #56
- Bump plotly from 5.13.1 to 5.14.0 by @dependabot in #55
- Bump black from 22.12.0 to 23.3.0 by @dependabot in #57
- Bump coverage from 6.5.0 to 7.2.2 by @dependabot in #58
- Dev/66 update poetry group dependencies by @piotr-rarus in #67
- Add mypy cache to CI by @piotr-rarus in #68
- 69 consolidate pre commit dependencies with poetry by @piotr-rarus in #71
- Remove unused tools by @piotr-rarus in #73
Full Changelog: v0.3.1...v0.4.0
v0.3.1
What's Changed
- Silence vulture by @piotr-rarus in #41
- Dev/separate json formatter from pre commit by @piotr-rarus in #52
- Bump pre-commit from 2.21.0 to 3.1.1 by @dependabot in #49
- Bump mypy version to 1.1.1 by @piotr-rarus in #53
Full Changelog: v0.3.0...v0.3.1
v0.3.0
- upgrade to Python 3.10
- remove
vulture
from pre-commit checks
v0.2.1
What's Changed
- Bump flake8 from 4.0.1 to 5.0.4 by @dependabot in #8
- Bump black from 22.3.0 to 22.8.0 by @dependabot in #7
- Bump coverage from 6.4 to 6.4.4 by @dependabot in #6
- Bump mypy from 0.960 to 0.971 by @dependabot in #5
- Bump types-chardet from 4.0.4 to 5.0.4 by @dependabot in #4
- Update poetry.lock by @piotr-rarus in #9
v0.2.0
v0.2.0 (#3) * Add absolufy_imports to pre_commit * Add data/ dir * Update readme * Add vulture to pre_commit * Add codespell, pyupgrade and yesqa to pre_commit * Add dependabot * Add CodeQL pipeline * Add dependency review pipeline * Add pre-commit badge * Add pre-commit to build pipeline * Add pre_commit cache * Remove unused packages from lock * Add codespell * Update readme * Update .gitignore * Update poetry.lock * Create LICENSE * Update readme
v0.1.0
Add initial files (#1) * Add config files * Add project's toml * Add empty project code dirs * Add pre-commit hook * Add Makefile * Add build pipeline