Skip to content
Closed
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
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# CHANGELOG

## torchx-0.1.0b0

* `torchx.specs` API release candidate
(still experimental but no major changes expected for `0.1.0`)

* `torchx.pipelines` - Kubeflow Pipeline adapter support
* `torchx.runner` - SLURM and local scheduler support
* `torchx.components` - several utils, ddp, torchserve builtin components
* `torchx.examples`
* Colab support for examples
* `apps`:
* classy vision + lightning trainer
* torchserve deploy
* captum model visualization
* `pipelines`:
* apps above as a Kubeflow Pipeline
* basic vs advanced Kubeflow Pipeline examples
* CI
* unittest, pyre, linter, KFP launch, doc build/test


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

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