Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python.announce > #1115 > unrolled thread

isort 2.2.0

Started bytimothy.crosley@gmail.com
First post2013-10-20 14:19 -0700
Last post2013-10-20 14:19 -0700
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python.announce


Contents

  isort 2.2.0 timothy.crosley@gmail.com - 2013-10-20 14:19 -0700

#1115 — isort 2.2.0

Fromtimothy.crosley@gmail.com
Date2013-10-20 14:19 -0700
Subjectisort 2.2.0
Message-ID<mailman.1293.1382320983.18130.python-announce-list@python.org>
isort (the Python import sorting library, command line tool, Vim plugin, Sublime plugin, and Kate plugin) has released version 2.2.0: 

Improvements since 2.0.0 release:
- Improved module grouping detection method.
- Added two additional multi-line output modes (Vertical Grid & Vertical Grid Grouped).
- Forces there to be exactly one new line at the end of all sorted files.
- Kate-plugin now keeps cursor position when adding and removing imports.
- Adds support for writing to stdout by appending -d argument
- Adds support for automatically adding and/or removing import statements across multiple python files.

[toc] | [standalone]


Back to top | Article view | comp.lang.python.announce


csiph-web