summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/bitsandbytes (follow)
Commit message (Expand)AuthorAgeFilesLines
* treewide: fix typos in comments•••Made with ```shell git restore . fd '\.nix$' pkgs/ --type f -j1 -x bash -xc "$(cat <<"EOF" typos --no-check-filenames --write-changes "$1" git diff --exit-code "$1" && exit #( git diff "$1" | grep -qE "^\+ +[^# ]") && git restore "$1" count1="$( bat --language nix --diff --style changes "$1" --theme "Monokai Extended" --color always | aha --no-header | grep -E '^<span style="color:olive;">~</span> ' | wc -l )" count2="$( bat --language nix --diff --style changes "$1" --theme "Monokai Extended" --color always | aha --no-header | grep -E '^<span style="color:olive;">~</span> (<span style="color:#f8f8f2;"> *</span>)?<span style="color:#75715e;">.*</span>$' | wc -l )" [[ $count1 -ne $count2 ]] && git restore "$1" EOF )" -- {} ``` and filtered with `GIT_DIFF_OPTS='--unified=15' git -c interactive.singleKey=true add --patch` I initially tried using the tree-sitter cli, python bindings and even ast-grep through various means, but this is what I ended up with. Peder Bergebakken Sundt2025-02-241-1/+1
* python312Packages.bitsandbytes: 0.45.0 -> 0.45.1R. Ryantm2025-01-301-2/+2
* python312Packages.bitsandbytes: 0.44.1 -> 0.45.0R. Ryantm2024-12-161-3/+3
* python312Packages.bitsandbytes: 0.43.1 -> 0.44.1•••Diff: https://github.com/TimDettmers/bitsandbytes/compare/refs/tags/0.43.1...0.44.1 Changelog: https://github.com/TimDettmers/bitsandbytes/releases/tag/0.44.1 Gaetan Lepage2024-10-301-45/+58
* python3Packages.bitsandbytes: 0.42.0 -> 0.43.1•••https://github.com/TimDettmers/bitsandbytes/releases/tag/0.43.1 Martin Weinelt2024-06-241-2/+2
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-40/+42
* python311Packages.bitsandbytes: add changelog to meta•••- equalize content - refactor Fabian Affolter2024-02-191-5/+14
* python311Packages.bitsandbytes: 0.41.0 -> 0.42.0R. Ryantm2024-02-181-2/+2
* python3Packages.bitsandbytes: remove unecessary `nativeCheckInputs`Samuel Ainsworth2023-09-151-4/+0
* python310Packages.bitsandbytes: 0.38.0 -> 0.41.0Ben Darwin2023-08-091-6/+8
* python310Packages.bitsandbytes: init at 0.38.0Ben Darwin2023-04-131-0/+98