Tags: facebook/usort
Tags
Bugfix release * Handle single line from-imports with parens (#128) * Significant speedup when sorting files that don't produce warnings (#126) * Documentation for the "Why µsort" topic (#130) * Updated copyright, attribution, and logos to Meta Platforms, Inc (#131) * Dependency updates ```shell-session 14 John Reese 12 dependabot[bot] 3 Zsolt Dollenstein ```
Feature release * New feature: sorting items in a single import statement (#81) * New feature: merging imports from the same module (#81) * Supports usort:skip directives on first and last line of multi-line imports (#108) * Supports usort:skip directives that aren't the first comment directive on a line (#108) * Deprecation: `usort_bytes()` and `usort_string()` replaced by `usort()` (#88) * Fix reading the configured black line length from pyproject.toml (#110) * Improved performance by sorting multiple files in parallel (#70) * Officially support Python 3.10 (#74) * Documentation improvements (#91, #108, #109)
Release Candidate: * Supports usort:skip directives on first and last line of multi-line imports (#108) * Supports usort:skip directives that aren't the first comment directive on a line (#108) * Fix reading the configured black line length from pyproject.toml (#110) * Documentation improvements (#108, #109)
Beta release * Deprecation: `usort_bytes()` and `usort_string()` replaced by `usort()` (#88) * Improved documentation in user guide for sorting, merging, comments, and associations (#91) * Fixed bug when merging imports and subsequent blocks (#86) * Fixed output of basic imports that exceed line length (#87)
Alpha release * New feature: sorting items in a single import statement (#81) * New feature: merging imports from the same module (#81) * Improved performance by sorting multiple files in parallel (#70) * Officially support Python 3.10 (#74) ```shell-session $ git shortlog -sn v0.6.4... 62 John Reese 7 Tim Hatch 5 dependabot[bot] ```