From cb46d30f9c31b7e6e2d90caa50867cb869ce3dd9 Mon Sep 17 00:00:00 2001 From: Katherine Klise Date: Mon, 2 Nov 2020 10:43:19 -0700 Subject: [PATCH] Updated release date --- documentation/whatsnew/v0.1.9.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/whatsnew/v0.1.9.rst b/documentation/whatsnew/v0.1.9.rst index 8bde8ef..644ac19 100644 --- a/documentation/whatsnew/v0.1.9.rst +++ b/documentation/whatsnew/v0.1.9.rst @@ -1,6 +1,6 @@ .. _whatsnew_019: -v0.1.9 (master) +v0.1.9 (November 2, 2020) -------------------------- * Added the ability to use custom quality control test functions in static or streaming analysis. The methods, ``check_custom_static`` and ``check_custom_streaming``, allow the user to supply a custom function that is used to determine if data is anomalous. The custom tests also allow the user to return metadata that contains information about the quality control test.