pytorch/scripts/release_notes
albanD e8ee35a666 Add script to compare namespace content for release cleanup (#51685)
Summary:
Usage explanation will be in the release note runbook.

This allows to generate diffs like:
```
Processing torch.nn
Things that were added:
{'quantizable', 'ChannelShuffle', 'LazyConvTranspose2d', 'LazyConv2d', 'LazyConvTranspose3d', 'LazyConv1d', 'GaussianNLLLoss', 'LazyConv3d', 'PixelUnshuffle', 'UninitializedParameter', 'LazyLinear', 'LazyConvTranspose1d'}

Things that were removed:
set()
```

This can then be shared with module owners along with the commits to help them validate that the namespace changes for their submodule is as expected.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/51685

Reviewed By: zhangguanheng66

Differential Revision: D26260258

Pulled By: albanD

fbshipit-source-id: 40e40f86314e17246899d01ffa4b2631e93b52f7
2021-02-05 07:54:00 -08:00
..
categorize.py Drop unused imports from scripts (#49956) 2021-01-04 16:08:28 -08:00
commitlist.py Convert string => raw strings so char classes can be represented in Python regex (#50239) 2021-01-08 11:17:17 -08:00
common.py Add release note scripts (#47360) 2020-11-05 06:43:24 -08:00
namespace_check.py Add script to compare namespace content for release cleanup (#51685) 2021-02-05 07:54:00 -08:00
requirements.txt Add release note scripts (#47360) 2020-11-05 06:43:24 -08:00
test_release_notes.py Add release note scripts (#47360) 2020-11-05 06:43:24 -08:00