From 5e281ee3cbb32f9ac2dd35e3e98f2b604d21cb27 Mon Sep 17 00:00:00 2001 From: Scott Lowe Date: Wed, 16 Nov 2022 00:57:09 -0500 Subject: [PATCH] DOC: Correct description of #275 in changelog This didn't change the existing behaviour, as the previous behaviour was to export raw Sv data (which remains the default behaviour). PR#275 added a new feature, without changing existing behaviour. --- CHANGELOG.rst | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b95957a5..a7391081 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -30,21 +30,10 @@ Changed Inference ^^^^^^^^^ -- Apply inference on the raw Sv data, disabling any thresholding present in the EV file. - (`#275 `__) - Disable logit smoothing by default. The previous behaviour can be restored by setting ``--logit-smoothing-sigma=1`` at the CLI. (`#293 `__) -.. _v1.1.0 Changed ev2csv: - -ev2csv -^^^^^^ - -- By default, export raw Sv data, disabling any thresholding present in the EV file. - Thresholded data can still be exported, by providing the ``--keep-thresholds`` argument to the CLI. - (`#275 `__) - .. _v1.1.0 Fixed: @@ -117,6 +106,10 @@ Inference ev2csv ^^^^^^ +- Add ``--keep-thresholds`` option which allow for exporting Sv data with thresholds and exclusions enabled (set as they currently are in the EV file). + The default behaviour is still to export raw Sv data (disabling all thresholds). + The default file name for the CSV file depends on whether the export is of raw or thresholded data. + (`#275 `__) - Add ``--keep-ext`` argument to ev2csv, which allows the existing extension on the input path to be kept preceding the new file extension. (`#242 `__)