Skip to content

0.1.1

Latest

Choose a tag to compare

@arseniybelkov arseniybelkov released this 19 Nov 18:29
c579f77

0.1.1

Most part of the changes comes from getting rid of flake8, isort and changing all the linters to ruff. After applying ruff check --fix the pr kinda bloated. Almost all newly added code is tests for cli. Compatibility module for pydantic 1.0 and 2.0 was removed.

Style

  • no more isort, flake8 and so on, we only use ruff from now on.

Breaking Changes

  • No more pydantic<2.0
  • No more python<3.12 since the maintainer can't work in 10 venvs

Fixes

  • in thunder 0.0.1 short arg names for slurm (e.g. -r 40G) were broken, now they are fixed (see changes in collect_backend_params)