From 14b51cd201acb1d2f2f5a981943e4ea49718821a Mon Sep 17 00:00:00 2001 From: Kiuk Chung Date: Mon, 28 Jun 2021 22:53:31 +0000 Subject: [PATCH] [torchx/release][0.1.0b0] --- CHANGELOG.md | 23 +++++++++++++++++++++++ torchx/version.py | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..4894b740d --- /dev/null +++ b/CHANGELOG.md @@ -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 + + diff --git a/torchx/version.py b/torchx/version.py index 09483e8ff..4fe9015a3 100644 --- a/torchx/version.py +++ b/torchx/version.py @@ -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.