Skip to content

Commit 1b35e2b

Browse files
priyaramanifacebook-github-bot
authored andcommitted
torchx/release - 0.3.0 (#629)
Summary: Changelog and version update Pull Request resolved: #629 Reviewed By: kurman Differential Revision: D40763595 Pulled By: priyaramani fbshipit-source-id: 2209cc4fad6f1aeac3965fef90686533f27fb686
1 parent 197bc21 commit 1b35e2b

File tree

2 files changed

+48
-1
lines changed

2 files changed

+48
-1
lines changed

CHANGELOG.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,52 @@
11
# CHANGELOG
22

3+
## torchx-0.3.0
4+
5+
* Milestone: https://github.com/pytorch/torchx/milestone/5
6+
7+
* `torchx.schedulers`
8+
* List API (Prototype)
9+
* New list API to list jobs and their statuses for all schedulers which removes the need to use secondary tools to list jobs
10+
* AWS Batch (promoted to Beta)
11+
* Get logs for running jobs
12+
* Added configs for job priorities and queue policies
13+
* Easily access job UI via ui_url
14+
* Ray
15+
* Add elasticity to jobs launched on ray cluster to automatically scale jobs up as resources become available
16+
* Kubernetes
17+
* Add elasticity to jobs launched on Kubernetes
18+
* LSF Scheduler (Prototype)
19+
* Newly added support for scheduling on IBM Spectrum LSF scheduler
20+
* Local Scheduler
21+
* Better formatting when using pdb
22+
23+
* `torchx.tracker` (Prototype)
24+
* TorchX Tracker is a new lightweight experiment and artifact tracking tool
25+
* Add tracker API that can track any inputs and outputs to your model in any infrastructure
26+
* FSSpec based Torchx tracking implementation and sample app
27+
28+
* `torchx.runner`
29+
* Allow overriding TORCHX_IMAGE via entrypoints
30+
* Capture the image used when logging schedule calls
31+
32+
* `torchx.components`
33+
* Add debug flag to dist component
34+
35+
* `torchx.cli`
36+
* New list feature also available as a subcommand to list jobs and their statuses on a given scheduler
37+
* New tracker feature also available as a subcommand to track experiments and artifacts
38+
* Defer loading schedulers until used
39+
40+
* `torchx.workspace`
41+
* Preserve Unix file mode when patching files into docker image.
42+
43+
* Docs
44+
* Add airflow example
45+
46+
* Additional changes
47+
* Bug fixes for Python 3.10 support
48+
49+
350
## torchx-0.2.0
451

552
* Milestone: https://github.com/pytorch/torchx/milestone/4

torchx/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# 0.1.0bN # Beta release
1717
# 0.1.0rcN # Release Candidate
1818
# 0.1.0 # Final release
19-
__version__ = "0.3.0dev0"
19+
__version__ = "0.3.0"
2020

2121
# Use the github container registry images corresponding to the current package
2222
# version.

0 commit comments

Comments
 (0)