File tree 2 files changed +37
-1
lines changed
2 files changed +37
-1
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## torchx-0.7.0
4
+
5
+ * ` torchx.schedulers `
6
+ * AWS Batch Scheduler
7
+ * Add job_role_arn and execution_role_arn as run options for AWS permission
8
+ * Add instance type for aws_batch_scheduler multinode jobs
9
+ * Add neuron device mount for aws trn instances
10
+ * Update EFA_DEVICE details for AWS resources
11
+ * Add aws_sagemaker_scheduler
12
+ * Torchx scheduler for AWS SageMaker
13
+ * Docker Scheduler
14
+ * Add support for setting environment variables
15
+ * GCP Batch Scheduler
16
+ * Fix log
17
+
18
+ * ` torchx.tracker `
19
+ * Add module lookup for building trackers
20
+
21
+ * ` torchx.cli `
22
+ * Throw error if there are multiple scheduler arguments
23
+
24
+ * ` torchx.specs.api `
25
+ * Add macro support to metadata variables
26
+ * Add NamedTuple for Tuple from parsing AppHandle
27
+
28
+ * Changes to ease maintenance
29
+ * Migrate all active AWS resources to US-west-1 region with Terraform
30
+ * Fix all Github Actions
31
+ * Better linter error message.
32
+ * Migrate Kubernetes Integration test to MiniKube
33
+ * Deprecate KFP Integration Tests
34
+
35
+ * Additional changes
36
+ * Add verbose flag to docker mixin
37
+
38
+
3
39
## torchx-0.6.0
4
40
5
41
* Breaking changes
Original file line number Diff line number Diff line change 18
18
# 0.1.0bN # Beta release
19
19
# 0.1.0rcN # Release Candidate
20
20
# 0.1.0 # Final release
21
- __version__ = "0.7.0dev0 "
21
+ __version__ = "0.7.0 "
22
22
23
23
24
24
# Use the github container registry images corresponding to the current package
You can’t perform that action at this time.
0 commit comments