Skip to content

Commit

Permalink
[REL] 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sappelhoff committed Mar 16, 2022
1 parent 9406acd commit 3f9e0ff
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
10 changes: 10 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
======

Expand Down Expand Up @@ -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 <https://zenodo.org/badge/latestdoi/129240824>`_.
Please also consider citing the original publication on PREP (see "References" below).

References
==========

Expand Down
14 changes: 9 additions & 5 deletions docs/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://zenodo.org/>`_ via the GitHub integration.

.. _changes_0_4_0:

Expand Down Expand Up @@ -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 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`)
- 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
~~~
Expand Down Expand Up @@ -172,13 +172,17 @@ 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)
--------------------------

Changelog
~~~~~~~~~
- Miscellaneous changes

.. _changes_0_1_0:

Version 0.1.0 (2018-04-24)
--------------------------

Expand Down

0 comments on commit 3f9e0ff

Please sign in to comment.