Skip to content

Commit

Permalink
docs: Add release notes for 0.22.2 (#6954)
Browse files Browse the repository at this point in the history
  • Loading branch information
gt2345 authored May 24, 2023
1 parent 9d4eeda commit 5c76b16
Show file tree
Hide file tree
Showing 7 changed files with 38 additions and 42 deletions.
38 changes: 38 additions & 0 deletions docs/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,44 @@
Version 0.22
**************

Version 0.22.2
==============

**Release Date:** May 24, 2023

**Improvements**

- Cluster: Slurm/PBS requires HPC Launcher 3.2.9.

- The HPC Launcher includes new support to enable improved scalablity. When used with Slurm or
PBS, the launcher must be version 3.2.9 or greater.

- Bind mounts for notebooks (and other commands) can be configured with ``--config``. For example
usage, see the section for ``--config`` in ``det command run --help``.

- Trials: Reporting a training or validation metric with the epoch set to a non-numeric value will
now return an error.

**Deprecated Features**

- CLI: ``det template set <name> <config>`` has been deprecated.

**Removed Features**

- API: Legacy APIs for trial details and trial metrics, which were deprecated in 0.19.2, have now
been removed.
- API: Legacy APIs for experiment creation and updates, which were deprecated in 0.19.10, have now
been removed.

**Bug Fixes**

- CLI: ``det e list`` and ``det e list -a`` behaviors were erroneously switched.

- Earlier, ``det e list`` was showing both archived and unarchived experiments, and ``det e list
-a`` was showing only unarchived experiments. This has now been fixed --- ``det e list`` will
show only unarchived experiments and ``det e list -a`` will show both archived and unarchived
experiments.

Version 0.22.1
==============

Expand Down
6 changes: 0 additions & 6 deletions docs/release-notes/command-config-cli-bind-mounts.rst

This file was deleted.

5 changes: 0 additions & 5 deletions docs/release-notes/deprecate-template-set.rst

This file was deleted.

6 changes: 0 additions & 6 deletions docs/release-notes/dont-accept-epoch-bad-values.rst

This file was deleted.

9 changes: 0 additions & 9 deletions docs/release-notes/fix-det-e-list-cli.rst

This file was deleted.

8 changes: 0 additions & 8 deletions docs/release-notes/launcher_329.rst

This file was deleted.

8 changes: 0 additions & 8 deletions docs/release-notes/remove-legacy-apis.rst

This file was deleted.

0 comments on commit 5c76b16

Please sign in to comment.