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,flake8and so on, we only userufffrom now on.
Breaking Changes
- No more
pydantic<2.0 - No more
python<3.12since the maintainer can't work in 10 venvs
Fixes
- in
thunder 0.0.1short arg names for slurm (e.g.-r 40G) were broken, now they are fixed (see changes in collect_backend_params)