Skip to content

Commit

Permalink
docs: add release notes for 0.16.2 (#2709)
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhu authored Jul 12, 2021
1 parent f330072 commit b7b153d
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 39 deletions.
10 changes: 5 additions & 5 deletions docs/how-to/notebooks.txt
Original file line number Diff line number Diff line change
Expand Up @@ -189,14 +189,14 @@ notebook:

$ cat > config.yaml << EOL
bind_mounts:
- host_path: /shared/home/jimmy
container_path: /shared/home/jimmy
- host_path: /shared/home/jimmy
container_path: /shared/home/jimmy
EOL
$ det notebook start --config-file config.yaml

To launch a notebook with `det deploy local cluster-up`, a user can add
the `--auto-bind-mount` flag which mounts the user's home directory into
the task containers by default:
To launch a notebook with ``det deploy local cluster-up``, a user can
add the ``--auto-bind-mount`` flag, which mounts the user's home
directory into the task containers by default:

.. code::

Expand Down
32 changes: 31 additions & 1 deletion docs/release-notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,36 @@
Version 0.16
**************

Version 0.16.2
==============

**Release Date:** July 9, 2021

**New Features**

- Make ``det deploy aws up`` automatically bind-mount FSx and EFS
directories into task containers when available.

- Make ``det deploy local`` bind-mount the user's home directory into
task containers. The mounted directory can be changed with the
``--auto-bind-mount=<path>`` option and mounting can be disabled
entirely with ``--no-auto-bind-mount``. See
:ref:`install-using-deploy` for details.

**Improvements**

- PyTorchTrial: Improve support for custom batches in PyTorch, e.g., as
used in ``pytorch_geometric``. See
:meth:`~determined.pytorch.PyTorchTrial.get_batch_length` or
``examples/graphs/proteins_pytorch_geometric`` for further details.

**Bug Fixes**

- WebUI: Avoid waiting for an extra polling cycle to load trial data
when loading single-trial experiments.
- WebUI: Fix an issue with boolean hyperparameter values not being
rendered in learning curve tables.

Version 0.16.1
==============

Expand Down Expand Up @@ -35,7 +65,7 @@ Version 0.16.1
existing pending experiments may error out and need to be
resubmitted.

**Fixes**
**Bug Fixes**

- Support using Docker images with ``EXPOSE`` commands as images for
notebooks/shells/TensorBoards. Previously, the ``EXPOSE`` command
Expand Down
8 changes: 0 additions & 8 deletions docs/release-notes/2644-pytorch-geometric.txt

This file was deleted.

6 changes: 0 additions & 6 deletions docs/release-notes/2675-det-deploy-aws.txt

This file was deleted.

6 changes: 0 additions & 6 deletions docs/release-notes/2694-boolean-hp-value.txt

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions docs/release-notes/5432-local-bind-mount.txt

This file was deleted.

0 comments on commit b7b153d

Please sign in to comment.