Skip to content

Staging ground for pytorch/pytorch maintainers to collaborate on release notes for PyTorch releases. Houses the artifacts that chronicle each release.

License

Notifications You must be signed in to change notification settings

pytorch-labs/torch-release-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Staging ground for maintainers to collaborate on torch release notes. Houses various artifacts that chronicle the release notes starting with 2.7.

The file structure is as follows:

  • X.Y.Z/ (release version, e.g., 2.7.0)
    • done/ (contains all .mds containing completed release notes)
      • results_*.md
    • todo/ (contains all .mds containing in progress release notes, disjoint from done/)
      • results_*.md
    • commitlist.csv (contains all new commits in the release, this file is generated by a script)
    • final.md (the final coagulated release notes)
    • miscategorized.md (contains commits that were miscategorized)
  • .gitignore
  • final_template.md (a skeleton template for final.md)
  • LICENSE
  • README.md (this file)

The scripts to generate relevant artifacts are in https://github.com/pytorch/pytorch/tree/main/scripts/release_notes.

This repo is BSD-3 licensed, see LICENSE for details.

About

Staging ground for pytorch/pytorch maintainers to collaborate on release notes for PyTorch releases. Houses the artifacts that chronicle each release.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published