Skip to content

Releases: pfnet/pysen

pysen 0.11.0

25 Mar 04:20
457e9a5
Compare
Choose a tag to compare
  • 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

  • @ktns made their first contribution in #48

Full Changelog: 0.10.6...0.11.0

pysen 0.10.6

12 Mar 06:55
70b2010
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.10.5...0.10.6

0.10.5

24 Jul 10:58
4fc4233
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.10.4...0.10.5

0.10.4

11 Apr 05:12
4bb4c85
Compare
Choose a tag to compare
0.10.4 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 0.10.3...0.10.4

pysen 0.10.3

10 Jan 00:51
75619d9
Compare
Choose a tag to compare
pysen 0.10.3 Pre-release
Pre-release

📜 Documentation

🧰 Maintenance

pysen 0.10.2

23 Apr 05:55
329b97c
Compare
Choose a tag to compare
pysen 0.10.2 Pre-release
Pre-release

📜 Documentation

  • Add missing assets/src directory for rendering images (#6) @bonprosoft

🧰 Maintenance

pysen 0.10.1

25 Nov 05:58
Compare
Choose a tag to compare
pysen 0.10.1 Pre-release
Pre-release

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 the Install section in README.
  • mypy_preset renewal
    • entry: Recommended for newbies
    • strict: Recommended for projects with libraries which do not provide complete type annotations, such as opencv, 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 the strict 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

29 Mar 11:05
Compare
Choose a tag to compare
pysen 0.9.1 Pre-release
Pre-release

📜 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

24 Mar 03:53
Compare
Choose a tag to compare
pysen 0.9.0 Pre-release
Pre-release

Initial release to github.com/pfnet/pysen 🎉