Skip to content
This repository was archived by the owner on Jan 6, 2023. It is now read-only.

Commit dae3ef1

Browse files
aivanoufacebook-github-bot
authored andcommitted
0.2.0
Summary: [release] 0.2.0 Reviewed By: kiukchung Differential Revision: D21313416 fbshipit-source-id: 970851afcbe7cec4148b821ad5acf26ee344fc99
1 parent 232032e commit dae3ef1

3 files changed

Lines changed: 18 additions & 8 deletions

File tree

CHANGELOG

Lines changed: 0 additions & 7 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# CHANGELOG
2+
3+
## 0.1.0rc1 (December 06, 2019)
4+
5+
### PyTorch Elastic
6+
7+
* First release torchelastic v0.1.0rc1 (experimental)
8+
9+
## 0.2.0 (April 29, 2020)
10+
11+
### PyTorch Elastic
12+
13+
* Separate infrastructure related work from the user script. [DesignDoc]
14+
* Events API
15+
16+
17+
[DesignDoc]: https://github.com/pytorch/elastic/blob/master/design/torchelastic/0.2.0/design_doc.md

torchelastic/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
# 0.1.0bN # Beta release
1616
# 0.1.0rcN # Release Candidate
1717
# 0.1.0 # Final release
18-
__version__ = "0.2.0rc1"
18+
__version__ = "0.2.0"

0 commit comments

Comments
 (0)