Skip to content

Commit

Permalink
docs: Release notes for 0.14.3. (#2046)
Browse files Browse the repository at this point in the history
* docs: Release notes for 0.14.3.

Co-authored-by: Justin Chen <[email protected]>
(cherry picked from commit 9e409b2)
  • Loading branch information
determined-dsw committed Mar 6, 2021
1 parent 21ee557 commit 6a33bf2
Show file tree
Hide file tree
Showing 10 changed files with 35 additions and 59 deletions.
35 changes: 35 additions & 0 deletions docs/release-notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,41 @@
Version 0.14
**************

Version 0.14.3
==============

**Release Date:** March 4, 2021

**New Features**

- Examples: Add the `Deformable DETR
<https://openreview.net/forum?id=gZ9hCDWe6ke>`__ model for object
detection in Determined. Check out `our example
<https://github.com/determined-ai/determined/tree/master/examples/computer_vision/deformabledetr_coco_pytorch>`__
in the Determined repository.

- Searcher: Support programmatic rejection of certain hyperparameters
to further optimize your hyperparameter search. See
:ref:`topic-guides_hp-constraints-det` for more details.

- WebUI: Add additional hyperparameter visualizations to multi-trial
experiments. The new parallel coordinate, scatter plot, and heat map
visualizations will allow you to better explore relationships between
hyperparameters and model performance.

**Improvements**

- WebUI: Use anchor tags instead of click event listeners across all
table rows. This increases accessibility and improves keyboard
navigation support.

**Bug Fixes**

- Keras: Ensure that ``keras.utils.Sequence`` objects receive their
``on_epoch_end()`` calls after validation is completed.
- WebUI: Fix the order of batches to be numeric instead of
alphanumeric.

Version 0.14.2
==============

Expand Down
7 changes: 0 additions & 7 deletions docs/release-notes/1817-deformable-detr.txt

This file was deleted.

6 changes: 0 additions & 6 deletions docs/release-notes/1979-k8s-cluster-page.txt

This file was deleted.

7 changes: 0 additions & 7 deletions docs/release-notes/1990-restructure-table-row-links

This file was deleted.

6 changes: 0 additions & 6 deletions docs/release-notes/1991-keras-validation-end.txt

This file was deleted.

7 changes: 0 additions & 7 deletions docs/release-notes/1994-enable-parcoords.txt

This file was deleted.

6 changes: 0 additions & 6 deletions docs/release-notes/2003-fix-batch-order.txt

This file was deleted.

8 changes: 0 additions & 8 deletions docs/release-notes/2007-scatter-plot-heat-map.txt

This file was deleted.

6 changes: 0 additions & 6 deletions docs/release-notes/2022-fix-parcoords-filters.txt

This file was deleted.

6 changes: 0 additions & 6 deletions docs/release-notes/4392-hp-search-constraints.txt

This file was deleted.

0 comments on commit 6a33bf2

Please sign in to comment.