Skip to content

Commit 9dfbc89

Browse files
Kiuk Chungfacebook-github-bot
Kiuk Chung
authored andcommitted
(#94)
Summary: 0.1.0b0 release version bump. See CHANGELOG.md for details Pull Request resolved: #94 Test Plan: Following release CM. Reviewed By: aivanou Differential Revision: D29443455 Pulled By: kiukchung fbshipit-source-id: b034f4f2845e3f7d263b1cd4b7faa136acab5a3d
1 parent b1dbf33 commit 9dfbc89

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# CHANGELOG
2+
3+
## torchx-0.1.0b0
4+
5+
* `torchx.specs` API release candidate
6+
(still experimental but no major changes expected for `0.1.0`)
7+
8+
* `torchx.pipelines` - Kubeflow Pipeline adapter support
9+
* `torchx.runner` - SLURM and local scheduler support
10+
* `torchx.components` - several utils, ddp, torchserve builtin components
11+
* `torchx.examples`
12+
* Colab support for examples
13+
* `apps`:
14+
* classy vision + lightning trainer
15+
* torchserve deploy
16+
* captum model visualization
17+
* `pipelines`:
18+
* apps above as a Kubeflow Pipeline
19+
* basic vs advanced Kubeflow Pipeline examples
20+
* CI
21+
* unittest, pyre, linter, KFP launch, doc build/test

torchx/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# 0.1.0bN # Beta release
1515
# 0.1.0rcN # Release Candidate
1616
# 0.1.0 # Final release
17-
__version__ = "0.1.0.dev3"
17+
__version__ = "0.1.0b0"
1818

1919
# Use the github container registry images corresponding to the current package
2020
# version.

0 commit comments

Comments
 (0)