Skip to content

Commit

Permalink
Merge pull request #312 from DeepSenseCA/doc_changelog-correction
Browse files Browse the repository at this point in the history
DOC: Correct description of #275 in changelog
  • Loading branch information
scottclowe authored Nov 16, 2022
2 parents 9e7f340 + 5e281ee commit d9167e3
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,10 @@ Changed
Inference
^^^^^^^^^

- Apply inference on the raw Sv data, disabling any thresholding present in the EV file.
(`#275 <https://github.com/DeepSenseCA/echofilter/pull/275>`__)
- Disable logit smoothing by default. The previous behaviour can be restored
by setting ``--logit-smoothing-sigma=1`` at the CLI.
(`#293 <https://github.com/DeepSenseCA/echofilter/pull/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 <https://github.com/DeepSenseCA/echofilter/pull/275>`__)


.. _v1.1.0 Fixed:

Expand Down Expand Up @@ -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 <https://github.com/DeepSenseCA/echofilter/pull/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 <https://github.com/DeepSenseCA/echofilter/pull/242>`__)
Expand Down

0 comments on commit d9167e3

Please sign in to comment.