Skip to content

Commit 20cd463

Browse files
committed
release 1.2.1 [circle deploy]
update changelog bump version update citation & codemeta
1 parent 63def0f commit 20cd463

File tree

4 files changed

+17
-7
lines changed

4 files changed

+17
-7
lines changed

CITATION.cff

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
cff-version: 1.2.0
22
title: "MNE-Python"
33
message: "If you use this software, please cite both the software itself, and the paper listed in the preferred-citation field."
4-
version: 1.2.0
5-
date-released: "2022-10-11"
6-
commit: e985dd29308c57793c83d7120090256c24bc91e6
4+
version: 1.2.1
5+
date-released: "2022-10-19"
6+
commit: 57e6fd31b548544e85364b3f1045b3ffd8b07993
77
doi: 10.5281/zenodo.592483
88
keywords:
99
- MEG

codemeta.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
"codeRepository": "git+https://github.com/mne-tools/mne-python.git",
66
"dateCreated": "2010-12-26",
77
"datePublished": "2014-08-04",
8-
"dateModified": "2022-10-11",
9-
"downloadUrl": "https://github.com/mne-tools/mne-python/archive/v1.2.0.zip",
8+
"dateModified": "2022-10-19",
9+
"downloadUrl": "https://github.com/mne-tools/mne-python/archive/v1.2.1.zip",
1010
"issueTracker": "https://github.com/mne-tools/mne-python/issues",
1111
"name": "MNE-Python",
12-
"version": "1.2.0",
12+
"version": "1.2.1",
1313
"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.",
1414
"applicationCategory": "Neuroscience",
1515
"developmentStatus": "active",

doc/changes/1.2.inc

+10
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,16 @@
1616

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

19+
.. _changes_1_2_1:
20+
21+
Version 1.2.1 (2022-10-19)
22+
--------------------------
23+
24+
Bugs
25+
----
26+
- 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`_)
27+
28+
1929
.. _changes_1_2_0:
2030

2131
Version 1.2.0 (2022-10-11)

mne/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
#
44
# License: BSD-3-Clause
55

6-
__version__ = '1.2.0'
6+
__version__ = '1.2.1'

0 commit comments

Comments
 (0)