Skip to content

Commit

Permalink
Update v0.0.2 in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sublee committed Jun 26, 2019
1 parent 9f2658d commit 78ffdbd
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -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 <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
~~~~~~
Expand Down

0 comments on commit 78ffdbd

Please sign in to comment.