Skip to content

Commit 8693acd

Browse files
committed
MAINT: Release preparation
1 parent 3e786e2 commit 8693acd

File tree

7 files changed

+59
-5
lines changed

7 files changed

+59
-5
lines changed

applications/mne_analyze/mne_analyze/info.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ class CInfo
141141
*/
142142
static int RevisionVersion()
143143
{
144-
return 0;
144+
return 1;
145145
}
146146

147147
//=========================================================================================================

applications/mne_scan/mne_scan/info.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ class CInfo
137137
*/
138138
static int RevisionVersion()
139139
{
140-
return 0;
140+
return 1;
141141
}
142142

143143
//=========================================================================================================

doc/doxygen/mne-cpp_doxyfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = MNE-CPP
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 0.1.0
41+
PROJECT_NUMBER = 0.1.1
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

doc/gh-pages/pages/install/binaries.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Stable Releases
1313

1414
| Version | Release | Dynamic Build | Static Build |
1515
|-------|-------|-------|-------|
16-
| [0.1.0](changelog.md#version-010) | 2020-05-04 | <span class="fs-2"> [Windows](https://github.com/mne-tools/mne-cpp/releases/download/v0.1.0/mne-cpp-windows-dynamic-x86_64.zip){: .btn .btn-blue } [Linux](https://github.com/mne-tools/mne-cpp/releases/download/v0.1.0/mne-cpp-linux-dynamic-x86_64.tar.gz){: .btn .btn-blue } [MacOS](https://github.com/mne-tools/mne-cpp/releases/download/v0.1.0/mne-cpp-macos-dynamic-x86_64.tar.gz){: .btn .btn-blue } </span> | <span class="fs-2"> [Windows](https://github.com/mne-tools/mne-cpp/releases/download/v0.1.0/mne-cpp-windows-static-x86_64.zip){: .btn .btn-blue } [Linux](https://github.com/mne-tools/mne-cpp/releases/download/v0.1.0/mne-cpp-linux-static-x86_64.tar.gz){: .btn .btn-blue } [MacOS](https://github.com/mne-tools/mne-cpp/releases/download/v0.1.0/mne-cpp-macos-static-x86_64.tar.gz){: .btn .btn-blue } </span> |
16+
| [0.1.1](changelog.md#version-011) | 2020-05-14 | <span class="fs-2"> [Windows](https://github.com/mne-tools/mne-cpp/releases/download/v0.1.1/mne-cpp-windows-dynamic-x86_64.zip){: .btn .btn-blue } [Linux](https://github.com/mne-tools/mne-cpp/releases/download/v0.1.1/mne-cpp-linux-dynamic-x86_64.tar.gz){: .btn .btn-blue } [MacOS](https://github.com/mne-tools/mne-cpp/releases/download/v0.1.1/mne-cpp-macos-dynamic-x86_64.tar.gz){: .btn .btn-blue } </span> | <span class="fs-2"> [Windows](https://github.com/mne-tools/mne-cpp/releases/download/v0.1.1/mne-cpp-windows-static-x86_64.zip){: .btn .btn-blue } [Linux](https://github.com/mne-tools/mne-cpp/releases/download/v0.1.1/mne-cpp-linux-static-x86_64.tar.gz){: .btn .btn-blue } [MacOS](https://github.com/mne-tools/mne-cpp/releases/download/v0.1.1/mne-cpp-macos-static-x86_64.tar.gz){: .btn .btn-blue } </span> |
1717

1818
Development Release
1919
{: .label .label-green }

doc/gh-pages/pages/install/changelog.md

+53
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,59 @@ nav_order: 1
77

88
# Changelog
99

10+
## Version 0.1.1
11+
12+
### Applications
13+
14+
MNE Analyze:
15+
* Fix bug during deployment of dynamically linked MNE Analyze version on macOS
16+
* Renamed MNE Analyze extensions to plugins
17+
* Fix issue with display width, now displays only full seconds as selected
18+
* Jump viewer to selected annotation with 'J' key
19+
* Removed seemingly unused timer debug outputs
20+
* Documentations and variable name changes for readability
21+
* Add plugin control views to menu bar
22+
* Clean up command line output
23+
* Add time information on the y-axis
24+
25+
MNE Scan:
26+
* Fix problems with Source Localization and Connectivity plugins
27+
* Fix problems where the QuickControlView was not populated with plugin control GUI widgets correctly
28+
29+
MNE Anonymize:
30+
* Overall improvements and bug fixes to MNE Anonymize
31+
32+
### API libraries
33+
34+
All:
35+
* Rename libraries and fix versioning
36+
* Don't let libraries deploy themselves for windows builds. Instead include library copying to the mne-cpp.pri windeployqt function
37+
38+
Fiff:
39+
* Fix bug when reading gantry_angle from Fiff file
40+
41+
### Tools
42+
* Fix template class in Qt Creator wizard for MNE-CPP classes
43+
* Update test and example Qt Creator wizards
44+
45+
### Continuous Integration
46+
* Only branch off when a minor or major version bump occurred
47+
* Remove folders which we do not want to ship from dynamic builds
48+
49+
### Documentation
50+
* Updated information on continuous integration
51+
* Improved build from source guide
52+
* Updated guide on streaming pre-recorded data in MNE Scan
53+
54+
### Authors
55+
56+
People who contributed to this release (preceded by number of commits):
57+
58+
(115) Juan Garcia-Prieto
59+
(43) Lorenz Esch
60+
(2) Ruben Dörfel
61+
(7) Gabriel Motta
62+
1063
## Version 0.1.0
1164

1265
### Changes

examples/ex_cancel_noise/ex_cancel_noise.pro

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ QT += network
4242
QT -= gui
4343

4444
CONFIG += console
45+
CONFIG -= app_bundle
4546

4647
TARGET = ex_cancel_noise
4748

mne-cpp.pri

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ defineReplace(copyResources) {
100100

101101
############################################### GLOBAL DEFINES ################################################
102102

103-
VERSION = 0.1.0
103+
VERSION = 0.1.1
104104

105105
QMAKE_TARGET_PRODUCT = MNE-CPP
106106
QMAKE_TARGET_DESCRIPTION = MNE-CPP Qt and Eigen based C++ library.

0 commit comments

Comments
 (0)