isort 2.4.15 发布了。isort 可自动对 Python 的 import 语句进行排序和分段。可将大量的 import 结构转成非常适合阅读的排版。提供一个命令行工具、Python 库和 Kate 插件。更新内容:Fixed certain one line imports not being successfully wrapped下载地址:Source code (zip)Source code (tar.gz)
isort 4.2.13 发布了。重要提示:这将是 Python 2.6 支持的最后一个版本,后续版本将仅为 2.7+。更新内容:Fixed #553: Check only and --diff now work together again下载地址:Source code (zip)Source code (tar.gz)
isort 4.2.4 发布了。改进日志:Fixed an issue that caused module that contained functions before doc strings, to incorrectly place importsFixed regression in how force_alphabetical_sort was being interpretted (issue #409)Fixed stray print statement printing skipped files (issue #4