Releases: pfnet/pysen
Releases · pfnet/pysen
pysen 0.11.0
- Update _version.py (#49) @linshokaku
- Ignore flake8 E701/704 because it conflicts with recent black (#48) @ktns
What's Changed
- Ignore flake8 E701/704 because it conflicts with recent black by @ktns in #48
- Update _version.py by @linshokaku in #49
New Contributors
Full Changelog: 0.10.6...0.11.0
pysen 0.10.6
What's Changed
- Fix pysen-test by @linshokaku in #45
- output full commandline for debug logging by @keisuke-nakata in #43
- add python3.12, drop python3.7 by @linshokaku in #44
- bump 0.10.6 by @linshokaku in #47
New Contributors
- @linshokaku made their first contribution in #45
- @keisuke-nakata made their first contribution in #43
Full Changelog: 0.10.5...0.10.6
0.10.5
What's Changed
- feat: add python3.11, drop python3.6 by @pigooosuke and @toslunar in #38
- bump 0.10.5 by @Hakuyume in #39
Full Changelog: 0.10.4...0.10.5
0.10.4
pysen 0.10.3
📜 Documentation
- Add context to missing setuptools warning (#28) @sergeant-wizard
- State only that linter versions for [lint] are "confirmed" instead of "supported" in README (#29) @sergeant-wizard
- Fix typos (#17) @e-kwsm
🧰 Maintenance
- Bump version to 0.10.3 (#30) @sergeant-wizard
- Relax black version for lint extras (#27) @sergeant-wizard
- Fix typo in error message (#8) @linshoK
- Early exit with message upon detecting no targets (#23) @sergeant-wizard
- Upgrade Python / linter versions for development (#26) @bonprosoft
- add python 3.10 test (#18) @hirosassa
- Add pysen-test action (#19) @bonprosoft
- Use 'release' event to trigger release workflow (#16) @bonprosoft
pysen 0.10.2
📜 Documentation
- Add missing assets/src directory for rendering images (#6) @bonprosoft
🧰 Maintenance
- Bump version to 0.10.2 (#14) @bonprosoft
- supports python 3.10 as a target version (#15) @hiro-o918
- Force lint extras to use older click (#13) @Hakuyume
- Sort files to make output more readable (#11) @grafi-tt
- Update comment in settings (#10) @Hakuyume
- Support tomlkit 0.10.0 (#9) @bonprosoft
- Add workflow for releasing PyPI packages (#5) @bonprosoft
- Add release drafter (#3) @sergeant-wizard
- Modify pull_request trigger to the proper indent level (#4) @bonprosoft
- Fix typo (#1) @sergeant-wizard
- Add pysen-test CI (#2) @bonprosoft
pysen 0.10.1
We have released pysen 0.10.1!
pysen 0.10.1 includes...
- Latest linter version support
- We have added support for the following versions since v0.9.1
- mypy>=0.800
- black>=21.4b
- flake8>=4.0
- Note that
lint
extra is still restricted to older versions. Please refer to theInstall
section in README.
- We have added support for the following versions since v0.9.1
- mypy_preset renewal
entry
: Recommended for newbiesstrict
: Recommended for projects with libraries which do not provide complete type annotations, such asopencv
,pytorch
, etc.very_strict
: For strict type checking. This preset may not be practical when used with libraries without complete type annotation. This corresponds to thestrict
preset before v0.9.1.
- Option to use
pysen.toml
as configuration file name - mypy namespace packages support
- Many bug fixes
We have also added a “Frequently Asked Questions” section in README. Please look for solutions to your problem in this section.
pysen 0.9.1
📜 Documentation
- Update text editor integration section
- Add contribution section
🐛 Bug Fix
- Fix incorrect output from the error diff parser when the input diff hunk contains unchanged lines.
pysen 0.9.0
Initial release to github.com/pfnet/pysen 🎉