File tree Expand file tree Collapse file tree 3 files changed +39
-1
lines changed Expand file tree Collapse file tree 3 files changed +39
-1
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## torchx-0.6.0
4+
5+ * Breaking changes
6+ * Drop support for python 3.7.
7+ * Upgrade docker base image python version to 2.0
8+
9+ * ` torchx.schedulers `
10+ * Add support for options in create_schedulers factory method that allows scheduler configuration in runner
11+ * Kubernetes MCAD Scheduler
12+ * Add support for retrying
13+ * Test, formatting and documentation updates
14+ * AWS Batch Scheduler
15+ * Fix logging rank attribution
16+ * Ray Scheduler
17+ * Add ability to programmatically define ray job client
18+
19+ * ` torchx.tracker `
20+ * Fix adding artifacts to MLFlowTracker by multiple ranks
21+
22+ * ` torchx.components `
23+ * dst.ddp
24+ * Add ability to specify rendezvous backend and use c10d as a default mechanism
25+ * Add node_rank parameter value for static rank setup
26+
27+ * ` torchx.runner `
28+ * Resolve run_opts when passing to ` torchx.workpsace ` and for dry-run to correctly populate the values
29+
30+ * ` torchx.runner.events `
31+ * Add support to log CPU and wall times
32+
33+ * ` torchx.cli `
34+ * Wait for app to start when logging
35+
36+ * ` torchx.specs `
37+ * Role.resources uses default_factory method to initialize its value
38+
39+
340## torchx-0.5.0
441
542* Milestone: https://github.com/pytorch/torchx/milestone/7
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ ax-platform[mysql]==0.2.3
33black==23.3.0
44boto3==1.24.59
55captum>=0.4.0
6+ docker
67flake8==3.9.0
78fsspec[s3]==2023.1.0
89google-api-core
Original file line number Diff line number Diff line change 1616# 0.1.0bN # Beta release
1717# 0.1.0rcN # Release Candidate
1818# 0.1.0 # Final release
19- __version__ = "0.6.0dev0 "
19+ __version__ = "0.6.0 "
2020
2121
2222# Use the github container registry images corresponding to the current package
You can’t perform that action at this time.
0 commit comments