From fad161eb19456e84090e77fd16f569adc0c2bfc1 Mon Sep 17 00:00:00 2001 From: Leo Singer Date: Wed, 3 Jun 2020 18:28:23 -0400 Subject: [PATCH] Update changelog [ci skip] --- CHANGES.rst | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index a8d40c09..5b84f850 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -7,8 +7,10 @@ Changelog - Set FAR threshold for early warning alerts to once per day. With the trials factor of 5, the effective false alarm rate threshold is once per 5 days. -- Change to identify early warning events by the label `EARLY_WARNING` - instead of the search. +- Identify early-warning events using the ``EARLY_WARNING`` label rather than + the ``EarlyWarning`` search type. The search type is already used to + distinguish mock (``MDC``) events, so it cannot also be used to indicate + early-warning events. - Inhibit GCNs for superevents with the INJ label. @@ -23,7 +25,8 @@ Changelog - Change BAYESTAR low frequency cutoff from 30 Hz (the default value) to 15 Hz. -- Change playground configuration to read O3 replay data from O2 replay data. +- Change playground configuration to read O3 replay data rather than O2 + replay data. - Drop dependency on seaborn. -- GitLab