File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
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
+
3
26
## torchx-0.1.0rc1
4
27
5
28
* ` torchx.specs `
You can’t perform that action at this time.
0 commit comments