Skip to content

Commit

Permalink
docs: add release notes for 0.17.11 (#3731)
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilyBonar authored Mar 14, 2022
1 parent 3650339 commit f9e3016
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
14 changes: 14 additions & 0 deletions docs/release-notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,20 @@
Version 0.17
**************

Version 0.17.11
===============

**Release Date:** March 14, 2022

**New Features**

- Add ``on_trial_startup()`` and ``on_trial_shutdown()`` methods to
:class:`~determined.pytorch.PyTorchCallback`. Whenever ``on_trial_startup()`` is called,
``on_trial_shutdown()`` is always called before the trial container shuts down. These callbacks
make it possible to do reliable resource management in a training container, such as if you wish
to start a background thread or process for data loading and shut it down before the process
exits.

Version 0.17.10
===============

Expand Down
10 changes: 0 additions & 10 deletions docs/release-notes/3643-callbacks.txt

This file was deleted.

0 comments on commit f9e3016

Please sign in to comment.