From 019fe25594bcd8926b8ff10e22ab350ae5b32f51 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Fri, 2 Sep 2016 08:20:45 +0800 Subject: [PATCH] RELEASE_NOTES: None arguments during experiment examination (#545) --- RELEASE_NOTES.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst index bda3b4d06..cdd1b99d7 100644 --- a/RELEASE_NOTES.rst +++ b/RELEASE_NOTES.rst @@ -34,6 +34,8 @@ unreleased [2.x] (i.e. grouping by day and then by hour, instead of by day and then by minute) * The ``parent`` keyword argument of ``HasEnvironment`` (and ``EnvExperiment``) has been replaced. Pass the parent as first argument instead. +* During experiment examination (and a fortiori repository scan), the values of + all arguments are set to ``None`` regardless of any default values supplied. * In the dashboard's experiment windows, partial or full argument recomputation takes into account the repository revision field. * By default, ``NumberValue`` and ``Scannable`` infer the scale from the unit