Releases: valentingol/my_ml_template
Releases · valentingol/my_ml_template
v2.1.0
v2.0.2
✨ Add yaecs and ml scipts (infernece and training)
v2.0.1
✨ Add dynamic version
v2.0.0
🎉 New major release 2.0.0
- ✨ Ruff plus black
- 👍 Reduce the number of actions (thanks to ruff)
- 🚚 Rename src -> template and utils/github_actions -> github_actions_utils
v1.4.0
🎉 New major release 2.0.0
- ✨ Ruff plus black
- 👍 Reduce the number of actions (thanks to ruff)
- 🚚 Rename
src
->template
andutils/github_actions
->github_actions_utils
v1.3
Pre commit hooks: 🎉
- end-of-file line
- no trailing whitespace
- Flake 8
- Pydocstyle
- Isort
New actions: ✨
- Isort
v1.2
Add workflows and badges:
- MyPy for type checking
- Pydocstyle for docstring checking
v1.1
Improve the README 📝
v1.0
Functional template with
- Python version
- License
- linters (
pycodestyle
,flake
andpylint
) - Pylint coverage
- Test check (passing/failed) and coverage
bandit
(security)