From f8f61f05de9bbf06912a4335c20028b34f09ce95 Mon Sep 17 00:00:00 2001 From: Matthew Ellis Date: Mon, 5 Jun 2023 14:04:13 -0700 Subject: [PATCH] Update changelog --- doc/changelog.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/changelog.rst b/doc/changelog.rst index c42f76465..c8151ef3f 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -25,6 +25,7 @@ Description A full list of changes and detailed notes can be found below: +- Remove wait time associated with Experiment launch summary - Update and rename Redis conf file - Migrate from redis-py-cluster to redis-py - Update full test suite to not require a TF wheel at test time @@ -36,6 +37,7 @@ A full list of changes and detailed notes can be found below: Detailed notes +- Remove wait time associated with Experiment launch summary (PR298_) - Update Redis conf file to conform with Redis v7.0.5 conf file (PR293_) - Migrate from redis-py-cluster to redis-py for cluster status checks (PR292_) - Update full test suite to no longer require a tensorflow wheel to be available @@ -51,6 +53,7 @@ codes. These have now all been updated. (PR284_) - Orchestrator and Colocated DB now accept a list of interfaces to bind to. The argument name is still `interface` for backward compatibility reasons. (PR281_) +.. _PR298: https://github.com/CrayLabs/SmartSim/pull/298 .. _PR293: https://github.com/CrayLabs/SmartSim/pull/293 .. _PR292: https://github.com/CrayLabs/SmartSim/pull/292 .. _PR291: https://github.com/CrayLabs/SmartSim/pull/291