Skip to content

Commit

Permalink
torchx/release - 0.7.0 (#932)
Browse files Browse the repository at this point in the history
* torchx/release - 0.7.0

* torchx/release - 0.7.0

* torchx/release - 0.7.0

* torchx/release - 0.7.0
  • Loading branch information
yikaiMeta authored Jul 16, 2024
1 parent eca828a commit 299ad04
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,41 @@
# CHANGELOG

## torchx-0.7.0

* `torchx.schedulers`
* AWS Batch Scheduler
* Add job_role_arn and execution_role_arn as run options for AWS permission
* Add instance type for aws_batch_scheduler multinode jobs
* Add neuron device mount for aws trn instances
* Update EFA_DEVICE details for AWS resources
* Add aws_sagemaker_scheduler
* Torchx scheduler for AWS SageMaker
* Docker Scheduler
* Add support for setting environment variables
* GCP Batch Scheduler
* Fix log

* `torchx.tracker`
* Add module lookup for building trackers

* `torchx.cli`
* Throw error if there are multiple scheduler arguments

* `torchx.specs.api`
* Add macro support to metadata variables
* Add NamedTuple for Tuple from parsing AppHandle

* Changes to ease maintenance
* Migrate all active AWS resources to US-west-1 region with Terraform
* Fix all Github Actions
* Better linter error message.
* Migrate Kubernetes Integration test to MiniKube
* Deprecate KFP Integration Tests

* Additional changes
* Add verbose flag to docker mixin


## torchx-0.6.0

* Breaking changes
Expand Down
2 changes: 1 addition & 1 deletion torchx/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# 0.1.0bN # Beta release
# 0.1.0rcN # Release Candidate
# 0.1.0 # Final release
__version__ = "0.7.0dev0"
__version__ = "0.7.0"


# Use the github container registry images corresponding to the current package
Expand Down

0 comments on commit 299ad04

Please sign in to comment.