Skip to content

Commit 895a8ec

Browse files
d4l3kfacebook-github-bot
authored andcommitted
Update CHANGELOG for v0.1.0 (#291)
Summary: These are changelog updates pending the v0.1.0 release. Pull Request resolved: #291 Test Plan: noop CI Reviewed By: kiukchung Differential Revision: D31811785 Pulled By: d4l3k fbshipit-source-id: 017cc9fe6860850d2976dc57e993f569285d7b4e
1 parent deafd41 commit 895a8ec

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# CHANGELOG
22

3+
## torchx-0.1.0
4+
5+
* `torchx.schedulers`
6+
* `local_docker` print a nicer error if Docker is not installed #284
7+
* `torchx.cli`
8+
* Improved error messages when `-cfg` is not provided #271
9+
* `torchx.components`
10+
* Update `dist.ddp` to use `c10d` backend as default #263
11+
* `torchx.aws`
12+
* Removed entirely as it was unused
13+
14+
* Docs
15+
* Restructure documentation to be more clear
16+
* Merged Hello World example with the Quickstart guide to reduce confusion
17+
* Updated Train / Distributed component documentation
18+
* Renamed configure page to "Advanced Usage" to avoid confusion with experimental .torchxconfig
19+
* Renamed Localhost page to just Local to better match the class name
20+
* Misc cleanups / improvements
21+
22+
* Tests
23+
* Fixed test failure when no secrets are present #274
24+
* Added macOS variant to our unit tests #209
25+
326
## torchx-0.1.0rc1
427

528
* `torchx.specs`

0 commit comments

Comments
 (0)