### Installation Source: https://github.com/amyreese/fissix/blob/main/README.md Instructions for installing the fissix package using pip or apt. ```bash pip3 install fissix ``` ```bash pip install fissix ``` ```bash sudo apt install python3-fissix ``` -------------------------------- ### Idiomatic transformations for sorted() Source: https://github.com/amyreese/fissix/blob/main/docs/fixers.md This example shows how the 'idioms' fixer transforms code to use sorted() for better Pythonic style. ```python L = list(some_iterable) L.sort() ``` ```python L = sorted(some_iterable) ``` -------------------------------- ### git shortlog for v18.6a0 Source: https://github.com/amyreese/fissix/blob/main/docs/changelog.md Shows the commit log summary for the initial release v18.6a0. ```text $ git shortlog -s v18.6a0 5 Amethyst Reese ``` -------------------------------- ### git shortlog for v20.5.1 Source: https://github.com/amyreese/fissix/blob/main/docs/changelog.md Shows the commit log summary between versions v19.2b1 and v20.5.1. ```text $ git shortlog -s v19.2b1...v20.5.1 19 Amethyst Reese 1 Thomas Grainger 1 Tim Hatch ``` -------------------------------- ### git shortlog for v18.6a0 Source: https://github.com/amyreese/fissix/blob/main/CHANGELOG.md Shows the commit history summary for the initial release v18.6a0. ```text $ git shortlog -s v18.6a0 5 Amethyst Reese ``` -------------------------------- ### git shortlog for v20.5.0 Source: https://github.com/amyreese/fissix/blob/main/docs/changelog.md Shows the commit log summary between versions v19.2b1 and v20.5.0. ```text $ git shortlog -s v19.2b1...v20.5.0 19 Amethyst Reese 1 Thomas Grainger 1 Tim Hatch ``` -------------------------------- ### git shortlog for v19.1b1 Source: https://github.com/amyreese/fissix/blob/main/docs/changelog.md Shows the commit log summary between versions v18.6a6 and v19.1b1. ```text $ git shortlog -s v18.6a6...v19.1b1 7 Amethyst Reese ``` -------------------------------- ### git shortlog for v20.8.0 Source: https://github.com/amyreese/fissix/blob/main/docs/changelog.md Shows the commit log summary between versions v20.5.1 and v20.8.0. ```text $ git shortlog -s v20.5.1...v20.8.0 1 Ashley Whetter 8 Amethyst Reese 7 Thomas Grainger ``` -------------------------------- ### git shortlog for v20.5.1 Source: https://github.com/amyreese/fissix/blob/main/CHANGELOG.md Shows the commit history summary between v19.2b1 and v20.5.1. ```text $ git shortlog -s v19.2b1...v20.5.1 19 Amethyst Reese 1 Thomas Grainger 1 Tim Hatch ``` -------------------------------- ### git shortlog for v19.2b1 Source: https://github.com/amyreese/fissix/blob/main/docs/changelog.md Shows the commit log summary between versions v19.1b1 and v19.2b1. ```text $ git shortlog -s v19.1b1...v19.2b1 4 Amethyst Reese ``` -------------------------------- ### git shortlog for v18.6a2 Source: https://github.com/amyreese/fissix/blob/main/docs/changelog.md Shows the commit log summary between versions v18.6a1 and v18.6a2. ```text $ git shortlog -s v18.6a1...v18.6a2 2 Amethyst Reese ``` -------------------------------- ### git shortlog for v18.6a3 Source: https://github.com/amyreese/fissix/blob/main/docs/changelog.md Shows the commit log summary between versions v18.6a2 and v18.6a3. ```text $ git shortlog -s v18.6a2...v18.6a3 1 Amethyst Reese ``` -------------------------------- ### git shortlog for v18.6a1 Source: https://github.com/amyreese/fissix/blob/main/docs/changelog.md Shows the commit log summary between versions v18.6a0 and v18.6a1. ```text $ git shortlog -s v18.6a0...v18.6a1 13 Amethyst Reese ``` -------------------------------- ### git shortlog for v20.5.0 Source: https://github.com/amyreese/fissix/blob/main/CHANGELOG.md Shows the commit history summary between v19.2b1 and v20.5.0. ```text $ git shortlog -s v19.2b1...v20.5.0 19 Amethyst Reese 1 Thomas Grainger 1 Tim Hatch ``` -------------------------------- ### git shortlog for v20.8.0 Source: https://github.com/amyreese/fissix/blob/main/CHANGELOG.md Shows the commit history summary between v20.5.1 and v20.8.0. ```text $ git shortlog -s v20.5.1...v20.8.0 1 Ashley Whetter 8 Amethyst Reese 7 Thomas Grainger ``` -------------------------------- ### git shortlog for v19.1b1 Source: https://github.com/amyreese/fissix/blob/main/CHANGELOG.md Shows the commit history summary between v18.6a6 and v19.1b1. ```text $ git shortlog -s v18.6a6...v19.1b1 7 Amethyst Reese ``` -------------------------------- ### git shortlog for v18.6a6 Source: https://github.com/amyreese/fissix/blob/main/docs/changelog.md Shows the commit log summary between versions v18.6a5 and v18.6a6. ```text $ git shortlog -s v18.6a5...v18.6a6 1 Amethyst Reese ``` -------------------------------- ### git shortlog for v18.6a2 Source: https://github.com/amyreese/fissix/blob/main/CHANGELOG.md Shows the commit history summary between v18.6a1 and v18.6a2. ```text $ git shortlog -s v18.6a1...v18.6a2 2 Amethyst Reese ``` -------------------------------- ### git shortlog for v18.6a1 Source: https://github.com/amyreese/fissix/blob/main/CHANGELOG.md Shows the commit history summary between v18.6a0 and v18.6a1. ```text $ git shortlog -s v18.6a0...v18.6a1 13 Amethyst Reese ``` -------------------------------- ### git shortlog for v18.6a4 Source: https://github.com/amyreese/fissix/blob/main/docs/changelog.md Shows the commit log summary between versions v18.6a3 and v18.6a4. ```text $ git shortlog -s v18.6a3...v18.6a4 1 Amethyst Reese ``` -------------------------------- ### git shortlog for v18.6a5 Source: https://github.com/amyreese/fissix/blob/main/docs/changelog.md Shows the commit log summary between versions v18.6a4 and v18.6a5. ```text $ git shortlog -s v18.6a4...v18.6a5 1 Amethyst Reese ``` -------------------------------- ### git shortlog for v19.2b1 Source: https://github.com/amyreese/fissix/blob/main/CHANGELOG.md Shows the commit history summary between v19.1b1 and v19.2b1. ```text $ git shortlog -s v19.1b1...v19.2b1 4 Amethyst Reese ``` -------------------------------- ### git shortlog for v21.6.6 Source: https://github.com/amyreese/fissix/blob/main/docs/changelog.md Shows the commit log summary between versions v20.8.0 and v21.6.6. ```text $ git shortlog -s v20.8.0...v21.6.6 1 Ashley Whetter 1 David Grant 16 Amethyst Reese 1 Langston Barrett 5 Larry Huang 1 Nicholas D Steeves 1 Stefano Rivera 2 Thomas Grainger ``` -------------------------------- ### git shortlog for v18.6a3 Source: https://github.com/amyreese/fissix/blob/main/CHANGELOG.md Shows the commit history summary between v18.6a2 and v18.6a3. ```text $ git shortlog -s v18.6a2...v18.6a3 1 Amethyst Reese ``` -------------------------------- ### git shortlog for v18.6a6 Source: https://github.com/amyreese/fissix/blob/main/CHANGELOG.md Shows the commit history summary between v18.6a5 and v18.6a6. ```text $ git shortlog -s v18.6a5...v18.6a6 1 Amethyst Reese ``` -------------------------------- ### git shortlog for v21.6.6 Source: https://github.com/amyreese/fissix/blob/main/CHANGELOG.md Shows the commit history summary between v20.8.0 and v21.6.6. ```text $ git shortlog -s v20.8.0...v21.6.6 1 Ashley Whetter 1 David Grant 16 Amethyst Reese 1 Langston Barrett 5 Larry Huang 1 Nicholas D Steeves 1 Stefano Rivera 2 Thomas Grainger ``` -------------------------------- ### git shortlog for v24.4.24 Source: https://github.com/amyreese/fissix/blob/main/docs/changelog.md Shows the commit log summary between versions v21.6.6 and v24.4.24. ```text $ git shortlog -s v21.6.6...v24.4.24 3 Amethyst Reese 1 Chris Elion 3 David Grant 5 Amethyst Reese 2 Thomas Grainger 4 dependabot[bot] ``` -------------------------------- ### git shortlog for v18.6a5 Source: https://github.com/amyreese/fissix/blob/main/CHANGELOG.md Shows the commit history summary between v18.6a4 and v18.6a5. ```text $ git shortlog -s v18.6a4...v18.6a5 1 Amethyst Reese ``` -------------------------------- ### git shortlog for v18.6a4 Source: https://github.com/amyreese/fissix/blob/main/CHANGELOG.md Shows the commit history summary between v18.6a3 and v18.6a4. ```text $ git shortlog -s v18.6a3...v18.6a4 1 Amethyst Reese ``` -------------------------------- ### git shortlog for v24.4.24 Source: https://github.com/amyreese/fissix/blob/main/CHANGELOG.md Shows the commit history summary between v21.6.6 and v24.4.24. ```text $ git shortlog -s v21.6.6...v24.4.24 3 Amethyst Reese 1 Chris Elion 3 David Grant 5 Amethyst Reese 2 Thomas Grainger 4 dependabot[bot] ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.