|
1 | 1 | # CHANGELOG
|
2 | 2 |
|
| 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 | + |
3 | 50 | ## torchx-0.2.0
|
4 | 51 |
|
5 | 52 | * Milestone: https://github.com/pytorch/torchx/milestone/4
|
|
0 commit comments