Skip to content

Releases: PyCQA/isort

4.3.15

11 Mar 05:37
Compare
Choose a tag to compare

4.3.15 - March 10, 2019 - hot fix release

  • Fixed a regression with handling streaming input from pipes (Issue #895)
  • Fixed handling of \x0c whitespace character (Issue #811)
  • Improved CLI documentation

4.3.14

10 Mar 06:02
Compare
Choose a tag to compare

4.3.14 - March 9, 2019 - hot fix release

  • Fixed a regression with /directory/.py style patterns

4.3.13

08 Mar 09:29
Compare
Choose a tag to compare

4.3.13 - March 8, 2019 - hot fix release

  • Fixed the inability to accurately determine import section when a mix of conda and virtual environments are used.
  • Fixed some output being printed even when --quiet mode is enabled.
  • Fixed issue #890 interoperability with PyCharm by allowing case sensitive non type grouped sorting.
  • Fixed issue #889 under some circumstances isort will incorrectly add a new line at the beginning of a file.
  • Fixed issue #885 many files not being skipped according to set skip settings.
  • Fixed issue #842 streaming encoding improvements.

4.3.12

06 Mar 16:21
Compare
Choose a tag to compare

4.3.12 - March 6, 2019 - hot fix release

  • Fix error caused when a virtual environment not detected

4.3.11

06 Mar 10:22
Compare
Choose a tag to compare

4.3.11 - March 6, 2019 - hot fix release

  • Fixed issue #876: confused by symlinks pointing to virtualenv gives FIRSTPARTY not THIRDPARTY
  • Fixed issue #873: current version skips every file on travis
  • Additional caching to reduce performance regression introduced in 4.3.5
  • Improved handling of pex files and other binary Python files

4.3.10

03 Mar 05:08
Compare
Choose a tag to compare

4.3.10 - March 2, 2019 - hot fix release

  • Fixed Windows incompatibilities (Issue #835)
  • Fixed relative import sorting bug (Issue #417)
  • Fixed "no_lines_before" to also be respected from previous empty sections.
  • Fixed slow-down introduced by finders mechanism by adding a LRU cache (issue #848)
  • Fixed issue #842 default encoding not-set in Python2
  • Restored Windows automated testing
  • Added Mac automated testing

4.3.8

03 Mar 04:53
Compare
Choose a tag to compare

4.3.8 - February 25, 2019 - hot fix release

  • Fixed a bug that led to the recursive option not always been available from the command line.

4.3.7

03 Mar 04:50
Compare
Choose a tag to compare

4.3.7 - February 25, 2019 - hot fix release

  • Expands the finder failsafe to occur on the creation of the finder objects.

4.3.9

25 Feb 22:42
Compare
Choose a tag to compare

4.3.9 - Feburary 25, 2019 - hot fix release

  • Fixed a bug that led to an incompatibility with black: #831

4.3.6

25 Feb 07:56
Compare
Choose a tag to compare

4.3.6 - February 24, 2019 - hot fix release

  • Fixes a fatal error that occurs if a single finder throws an exception. Important as we add more finders that utilize third-party libraries.