pytorch/scripts/release_notes
Aaron Gokaslan 67d9790985 [BE] Apply almost all remaining flake8-comprehension checks (#94676)
Applies the remaining flake8-comprehension fixes and checks. This changes replace all remaining unnecessary generator expressions with list/dict/set comprehensions which are more succinct, performant, and better supported by our torch.jit compiler. It also removes useless generators such as 'set(a for a in b)`, resolving it into just the set call.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/94676
Approved by: https://github.com/ezyang
2023-02-12 01:01:25 +00:00
..
.gitignore Always use the CommitCache, and make it a singleton (#78203) 2022-07-07 22:42:46 +00:00
apply_categories.py [Release Notes] Simple script to merge categories (#79910) 2022-07-07 22:42:46 +00:00
categorize.py small bugfixes to release notes script (#94536) 2023-02-10 01:23:07 +00:00
commitlist.py small bugfixes to release notes script (#94536) 2023-02-10 01:23:07 +00:00
common.py Adding additional topics to align with github topics list (#79909) 2022-07-07 22:42:46 +00:00
namespace_check.py [BE] Apply almost all remaining flake8-comprehension checks (#94676) 2023-02-12 01:01:25 +00:00
requirements.txt Add release note scripts (#47360) 2020-11-05 06:43:24 -08:00
test_release_notes.py Refactoring release not script to use dataclasses and have a shorter test. (#78189) 2022-07-07 22:42:46 +00:00