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