v1.0.34
What's Changed
- Add debug guide to dev readme by @huchenlei in #106
- Fixed: Correctly add optional type annotations by @robinjhuang in #107
- Fixed: Install --here by @robinjhuang in #109
- Add test on install command by @huchenlei in #110
- Move
test_cmdline.py
totest/
by @huchenlei in #112 - Add E0401 check by @huchenlei in #113
- Fix W-series lint errors by @huchenlei in #114
- Enforce line length with black by @huchenlei in #116
- Revert "Enforce line length with black" by @huchenlei in #117
- Fix lint errors by @huchenlei in #118
- Auto sort imports with
isort
by @huchenlei in #119 - Enable C-series pylint checks by @huchenlei in #120
- Add pyright type checking to pylint GH action. by @robinjhuang in #115
- Revert "Add pyright type checking to pylint GH action." by @huchenlei in #125
- Disable flaky Window GPU test by @huchenlei in #127
- Fixed: license field conforms to pyproject.toml spec. by @robinjhuang in #129
New Contributors
- @huchenlei made their first contribution in #106
Full Changelog: v1.0.33...v1.0.34