Skip to content

Releases: valentingol/my_ml_template

v2.1.0

06 May 01:56
Compare
Choose a tag to compare

📝 Add docs with Read the Docs

v2.0.2

24 Apr 16:01
3f4cb0c
Compare
Choose a tag to compare

✨ Add yaecs and ml scipts (infernece and training)

v2.0.1

24 Apr 15:27
3f4cb0c
Compare
Choose a tag to compare

✨ Add dynamic version

v2.0.0

15 Apr 15:38
1f65374
Compare
Choose a tag to compare

🎉 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

21 Jun 10:08
681702e
Compare
Choose a tag to compare

🎉 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.3

16 Jun 16:41
c67df29
Compare
Choose a tag to compare

Pre commit hooks: 🎉

  • end-of-file line
  • no trailing whitespace
  • Flake 8
  • Pydocstyle
  • Isort

New actions: ✨

  • Isort

v1.2

15 Jun 11:41
0f07bda
Compare
Choose a tag to compare

Add workflows and badges:

  • MyPy for type checking
  • Pydocstyle for docstring checking

v1.1

12 Jun 00:08
aca3b90
Compare
Choose a tag to compare

Improve the README 📝

v1.0

11 Jun 23:34
Compare
Choose a tag to compare

Functional template with

  • Python version
  • License
  • linters (pycodestyle, flake and pylint)
  • Pylint coverage
  • Test check (passing/failed) and coverage
  • bandit (security)