Skip to content

Commit 3f9e0ff

Browse files
committed
[REL] 0.4.1
1 parent 9406acd commit 3f9e0ff

File tree

2 files changed

+19
-5
lines changed

2 files changed

+19
-5
lines changed

README.rst

+10
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@
2828
:target: https://anaconda.org/conda-forge/pyprep
2929
:alt: Conda version
3030

31+
.. image:: https://zenodo.org/badge/129240824.svg
32+
:target: https://zenodo.org/badge/latestdoi/129240824
33+
:alt: Zenodo archive
34+
3135
pyprep
3236
======
3337

@@ -104,6 +108,12 @@ Potential contributors should install ``pyprep`` in the following way:
104108
pre-commit install
105109
pip install -e .
106110
111+
Citing
112+
======
113+
114+
If you use this software in academic work, please cite it using the `Zenodo entry <https://zenodo.org/badge/latestdoi/129240824>`_.
115+
Please also consider citing the original publication on PREP (see "References" below).
116+
107117
References
108118
==========
109119

docs/whats_new.rst

+9-5
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ Here we list a changelog of ``pyprep``.
2727

2828
.. currentmodule:: pyprep
2929

30-
.. _current:
30+
.. _changes_0_4_1:
3131

32-
Current (unreleased)
33-
--------------------
32+
Version 0.4.1 (2022-03-16)
33+
--------------------------
3434

3535
Changelog
3636
~~~~~~~~~
37-
- Nothing yet
37+
- 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 <https://zenodo.org/>`_ via the GitHub integration.
3838

3939
.. _changes_0_4_0:
4040

@@ -130,7 +130,7 @@ Changelog
130130
- Stringing all the things together for the PREP pipeline + tests, by `Victor Xiang`_ (:gh:`6`)
131131
- Finding noisy channels with comparable output to Matlab + tests-including test for ransac, by `Aamna Lawrence`_ (:gh:`6`)
132132
- Finding the appropriate parameters in the MNE notch filter for implementing clean line noise functionality of Eeglab, by `Aamna Lawrence`_ (:gh:`6`)
133-
- Finding the reason for the difference between the Matlab and Pypreps output- Probably minor differences in the filter functions and also rounding done by functions like quantile, by `Victor Xiang`_ and `Aamna Lawrence`_ (:gh:`6`)
133+
- 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`)
134134

135135
Bug
136136
~~~
@@ -172,13 +172,17 @@ Changelog
172172
~~~~~~~~~
173173
- Add ``find_bad_epochs`` based on the FASTER algorithm, by `Stefan Appelhoff`_ (:gh:`commit/0fa9c06`)
174174

175+
.. _changes_0_1_1:
176+
175177
Version 0.1.1 (2018-04-29)
176178
--------------------------
177179

178180
Changelog
179181
~~~~~~~~~
180182
- Miscellaneous changes
181183

184+
.. _changes_0_1_0:
185+
182186
Version 0.1.0 (2018-04-24)
183187
--------------------------
184188

0 commit comments

Comments
 (0)