Skip to content

v2.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Aug 08:30
· 6 commits to main since this release

2.1.0 (2023-08-11)

Build

  • bump pre-commit hooks to v4.4.0 (34dd917)
  • bump pylint to 2.16.1, adapt pylintrc (99b6e72)
  • bump to python 3.10 and update dependencies (9f042ee)
  • update prettier pre-commit hook (91c56d8)

Features

  • add .DS_Store files to .gitignore (b666f38)
  • add ci files by user choice (1649380)
  • add isort to pre-commit hooks (b5b5c56)
  • add PackageManger factory with micromamba support (2c42ae5)
  • add user option to install jupyter or not during template config (4ce8afa)
  • check yaml and json with prettier only (87ee092)
  • update commilint version (2f2e81e)

Refactor

Tests

  • add test for template creation (2afab77)