Skip to content

Commit

Permalink
release 1.2.1 [circle deploy]
Browse files Browse the repository at this point in the history
update changelog

bump version

update citation & codemeta
  • Loading branch information
drammock committed Oct 19, 2022
1 parent 63def0f commit 20cd463
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 7 deletions.
6 changes: 3 additions & 3 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
cff-version: 1.2.0
title: "MNE-Python"
message: "If you use this software, please cite both the software itself, and the paper listed in the preferred-citation field."
version: 1.2.0
date-released: "2022-10-11"
commit: e985dd29308c57793c83d7120090256c24bc91e6
version: 1.2.1
date-released: "2022-10-19"
commit: 57e6fd31b548544e85364b3f1045b3ffd8b07993
doi: 10.5281/zenodo.592483
keywords:
- MEG
Expand Down
6 changes: 3 additions & 3 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"codeRepository": "git+https://github.com/mne-tools/mne-python.git",
"dateCreated": "2010-12-26",
"datePublished": "2014-08-04",
"dateModified": "2022-10-11",
"downloadUrl": "https://github.com/mne-tools/mne-python/archive/v1.2.0.zip",
"dateModified": "2022-10-19",
"downloadUrl": "https://github.com/mne-tools/mne-python/archive/v1.2.1.zip",
"issueTracker": "https://github.com/mne-tools/mne-python/issues",
"name": "MNE-Python",
"version": "1.2.0",
"version": "1.2.1",
"description": "MNE-Python is an open-source Python package for exploring, visualizing, and analyzing human neurophysiological data. It provides methods for data input/output, preprocessing, visualization, source estimation, time-frequency analysis, connectivity analysis, machine learning, and statistics.",
"applicationCategory": "Neuroscience",
"developmentStatus": "active",
Expand Down
10 changes: 10 additions & 0 deletions doc/changes/1.2.inc
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@

Also add a corresponding entry for yourself in doc/changes/names.inc

.. _changes_1_2_1:

Version 1.2.1 (2022-10-19)
--------------------------

Bugs
----
- Fix bug in the ``.compute_psd()`` methods where the number of unaggregated Welch segments was wrongly computed for some inputs, leading to an assertion error when computing the PSD (:gh:`11248` by `Daniel McCloy`_)


.. _changes_1_2_0:

Version 1.2.0 (2022-10-11)
Expand Down
2 changes: 1 addition & 1 deletion mne/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
#
# License: BSD-3-Clause

__version__ = '1.2.0'
__version__ = '1.2.1'

0 comments on commit 20cd463

Please sign in to comment.