Skip to content

Commit

Permalink
MAINT: Update installer versions [circle deploy] (#12668)
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner authored Jun 18, 2024
1 parent 1206b99 commit c24702c
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 12 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.7.0
date-released: "2024-04-19"
commit: a3743420a8eef774dafd2908f0de89c4d37fcd01
version: 1.7.1
date-released: "2024-06-14"
commit: 7c00b56d077eaf6a2ca691eadd567d974865a03c
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": "2024-04-19",
"downloadUrl": "https://github.com/mne-tools/mne-python/archive/v1.7.0.zip",
"dateModified": "2024-06-14",
"downloadUrl": "https://github.com/mne-tools/mne-python/archive/v1.7.1.zip",
"issueTracker": "https://github.com/mne-tools/mne-python/issues",
"name": "MNE-Python",
"version": "1.7.0",
"version": "1.7.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
17 changes: 17 additions & 0 deletions doc/changes/v1.7.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
.. _changes_1_7_1:

1.7.1 (2024-06-14)
==================

Bugfixes
--------

- Fix bug where :func:`mne.time_frequency.csd_multitaper`, :func:`mne.time_frequency.csd_fourier`, :func:`mne.time_frequency.csd_array_multitaper`, and :func:`mne.time_frequency.csd_array_fourier` would return cross-spectral densities with the ``fmin`` and ``fmax`` frequencies missing, by `Thomas Binns`_ (`#12633 <https://github.com/mne-tools/mne-python/pulls/12633>`__)
- Fix incorrect RuntimeWarning (different channel filter settings) in EDF/BDF import, by `Clemens Brunner`_. (`#12661 <https://github.com/mne-tools/mne-python/pulls/12661>`__)

Authors
-------

* Clemens Brunner
* Thomas Binns

.. _changes_1_7_0:

1.7.0 (2024-04-19)
Expand Down
12 changes: 6 additions & 6 deletions doc/install/installers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Got any questions? Let us know on the `MNE Forum`_!
:class-content: text-center
:name: linux-installers

.. button-link:: https://github.com/mne-tools/mne-installers/releases/download/v1.7.0/MNE-Python-1.7.0_0-Linux.sh
.. button-link:: https://github.com/mne-tools/mne-installers/releases/download/v1.7.1/MNE-Python-1.7.1_0-Linux.sh
:ref-type: ref
:color: primary
:shadow:
Expand All @@ -29,14 +29,14 @@ Got any questions? Let us know on the `MNE Forum`_!

.. code-block:: console
$ sh ./MNE-Python-1.7.0_0-Linux.sh
$ sh ./MNE-Python-1.7.1_0-Linux.sh
.. tab-item:: macOS (Intel)
:class-content: text-center
:name: macos-intel-installers

.. button-link:: https://github.com/mne-tools/mne-installers/releases/download/v1.7.0/MNE-Python-1.7.0_0-macOS_Intel.pkg
.. button-link:: https://github.com/mne-tools/mne-installers/releases/download/v1.7.1/MNE-Python-1.7.1_0-macOS_Intel.pkg
:ref-type: ref
:color: primary
:shadow:
Expand All @@ -52,7 +52,7 @@ Got any questions? Let us know on the `MNE Forum`_!
:class-content: text-center
:name: macos-apple-installers

.. button-link:: https://github.com/mne-tools/mne-installers/releases/download/v1.7.0/MNE-Python-1.7.0_0-macOS_M1.pkg
.. button-link:: https://github.com/mne-tools/mne-installers/releases/download/v1.7.1/MNE-Python-1.7.1_0-macOS_M1.pkg
:ref-type: ref
:color: primary
:shadow:
Expand All @@ -68,7 +68,7 @@ Got any questions? Let us know on the `MNE Forum`_!
:class-content: text-center
:name: windows-installers

.. button-link:: https://github.com/mne-tools/mne-installers/releases/download/v1.7.0/MNE-Python-1.7.0_0-Windows.exe
.. button-link:: https://github.com/mne-tools/mne-installers/releases/download/v1.7.1/MNE-Python-1.7.1_0-Windows.exe
:ref-type: ref
:color: primary
:shadow:
Expand Down Expand Up @@ -120,7 +120,7 @@ information, including a line that will read something like:

.. code-block::
Using Python: /some/directory/mne-python_1.7.0_0/bin/python
Using Python: /some/directory/mne-python_1.7.1_0/bin/python
This path is what you need to enter in VS Code when selecting the Python
interpreter.
Expand Down

0 comments on commit c24702c

Please sign in to comment.