Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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