From 78ffdbda77db29a31ec31c531236db7c560122ab Mon Sep 17 00:00:00 2001 From: Heungsub Hans Lee Date: Wed, 26 Jun 2019 14:55:29 +0900 Subject: [PATCH] Update v0.0.2 in changelog --- docs/changelog.rst | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index cec0202..af694f6 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,18 +1,19 @@ Changelog ========= -v0.0.2 (WIP) +v0.0.2 ~~~~~~ -Not released yet. +Released on June 26, 2019. - Added support for PyTorch 1.1. - Refined public APIs. +- Detailed documentation. - Proper exceptions for invalid usage. -- Provided inspecting utilities: :func:`torchgpipe.current_microbatch` and - :func:`torchgpipe.is_recomputing` +- Provided :ref:`automatic balancing `. +- Provided inspecting utilities: :func:`~torchgpipe.current_microbatch` and + :func:`~torchgpipe.is_recomputing` - Reimplemented deferred batch normalization by subclassing. -- Provided :mod:`torchgpipe_balancing` for automatic balancing. v0.0.1 ~~~~~~