From 3f9e0ff751b0185e3fc61c1e95f2d263fdb0e9b4 Mon Sep 17 00:00:00 2001 From: Stefan Appelhoff Date: Wed, 16 Mar 2022 21:29:18 +0100 Subject: [PATCH] [REL] 0.4.1 --- README.rst | 10 ++++++++++ docs/whats_new.rst | 14 +++++++++----- 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index d7cf220b..ed9e1989 100644 --- a/README.rst +++ b/README.rst @@ -28,6 +28,10 @@ :target: https://anaconda.org/conda-forge/pyprep :alt: Conda version +.. image:: https://zenodo.org/badge/129240824.svg + :target: https://zenodo.org/badge/latestdoi/129240824 + :alt: Zenodo archive + pyprep ====== @@ -104,6 +108,12 @@ Potential contributors should install ``pyprep`` in the following way: pre-commit install pip install -e . +Citing +====== + +If you use this software in academic work, please cite it using the `Zenodo entry `_. +Please also consider citing the original publication on PREP (see "References" below). + References ========== diff --git a/docs/whats_new.rst b/docs/whats_new.rst index cd79fc8f..38641077 100644 --- a/docs/whats_new.rst +++ b/docs/whats_new.rst @@ -27,14 +27,14 @@ Here we list a changelog of ``pyprep``. .. currentmodule:: pyprep -.. _current: +.. _changes_0_4_1: -Current (unreleased) --------------------- +Version 0.4.1 (2022-03-16) +-------------------------- Changelog ~~~~~~~~~ -- Nothing yet +- This is a patch release, including a short documentation update (:gh:`110`) and several infrastructure fixes. Most importantly, this version is released to trigger an archive at `Zenodo `_ via the GitHub integration. .. _changes_0_4_0: @@ -130,7 +130,7 @@ Changelog - Stringing all the things together for the PREP pipeline + tests, by `Victor Xiang`_ (:gh:`6`) - Finding noisy channels with comparable output to Matlab + tests-including test for ransac, by `Aamna Lawrence`_ (:gh:`6`) - Finding the appropriate parameters in the MNE notch filter for implementing clean line noise functionality of Eeglab, by `Aamna Lawrence`_ (:gh:`6`) -- Finding the reason for the difference between the Matlab and Pyprep’s output- Probably minor differences in the filter functions and also rounding done by functions like quantile, by `Victor Xiang`_ and `Aamna Lawrence`_ (:gh:`6`) +- Finding the reason for the difference between the Matlab and Pyprep's output- Probably minor differences in the filter functions and also rounding done by functions like quantile, by `Victor Xiang`_ and `Aamna Lawrence`_ (:gh:`6`) Bug ~~~ @@ -172,6 +172,8 @@ Changelog ~~~~~~~~~ - Add ``find_bad_epochs`` based on the FASTER algorithm, by `Stefan Appelhoff`_ (:gh:`commit/0fa9c06`) +.. _changes_0_1_1: + Version 0.1.1 (2018-04-29) -------------------------- @@ -179,6 +181,8 @@ Changelog ~~~~~~~~~ - Miscellaneous changes +.. _changes_0_1_0: + Version 0.1.0 (2018-04-24) --------------------------