Skip to content

Commit 670004e

Browse files
committed
MAINT: v0.1.2 preparations
1 parent 64e10d1 commit 670004e

6 files changed

Lines changed: 50 additions & 7 deletions

File tree

applications/mne_analyze/mne_analyze/info.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ class CInfo
141141
*/
142142
static int RevisionVersion()
143143
{
144-
return 1;
144+
return 2;
145145
}
146146

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

applications/mne_scan/mne_scan/info.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ class CInfo
137137
*/
138138
static int RevisionVersion()
139139
{
140-
return 1;
140+
return 2;
141141
}
142142

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

doc/doxygen/mne-cpp_doxyfile

Lines changed: 1 addition & 1 deletion
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.1
41+
PROJECT_NUMBER = 0.1.2
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

Lines changed: 1 addition & 1 deletion
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.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> |
16+
| [0.1.2](changelog.md#version-012) | 2020-05-21 | <span class="fs-2"> [Windows](https://github.com/mne-tools/mne-cpp/releases/download/v0.1.2/mne-cpp-windows-dynamic-x86_64.zip){: .btn .btn-blue } [Linux](https://github.com/mne-tools/mne-cpp/releases/download/v0.1.2/mne-cpp-linux-dynamic-x86_64.tar.gz){: .btn .btn-blue } [MacOS](https://github.com/mne-tools/mne-cpp/releases/download/v0.1.2/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.2/mne-cpp-windows-static-x86_64.zip){: .btn .btn-blue } [Linux](https://github.com/mne-tools/mne-cpp/releases/download/v0.1.2/mne-cpp-linux-static-x86_64.tar.gz){: .btn .btn-blue } [MacOS](https://github.com/mne-tools/mne-cpp/releases/download/v0.1.2/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

Lines changed: 45 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,50 @@ nav_order: 1
77

88
# Changelog
99

10-
## Version 0.1.1
10+
## Version 0.1.2 - 2020/05/21
11+
12+
### Applications
13+
14+
MNE Analyze:
15+
* Fix application icon on Linux
16+
* Add timing labels below the signal viewer
17+
* Fix deployment of internal MNE Analyze libraries on Windows
18+
* Change list data model to child/parent item data model in AnalyzeData
19+
* Rename AnnotationView to AnnotationSettingsView
20+
* Update splashcreen to show full application name
21+
* Refactor RawDataViewer plugin. The controls are no longer destroyed when a different file is selected. This led to some visible glitches when switching between files.
22+
* Do not allow floating or movable dock widgets in the WASM version. The QDockWidget behavior is a bit buggy in the current Qt WASM versions.
23+
* Use QOpenGLWidget instead of QOGLWidget. The latter is marked as deprecated.
24+
* Remember dock states and sizes inbetween MNE Analyze sessions.
25+
26+
MNE Scan:
27+
* Fix application icon on Linux
28+
* Fix deployment of internal MNE Scan libraries on Windows
29+
* Fix bug when receiving evoked data in source localization plugin
30+
* Update splashcreen to show full application name
31+
32+
### API libraries
33+
34+
Disp:
35+
* Remember dock states and sizes inbetween sessions in the MultiView
36+
37+
Inverse:
38+
* Fix versioning bug
39+
40+
### Documentation
41+
42+
* Minor improvements and typo fixes
43+
44+
### Authors
45+
46+
People who contributed to this release (preceded by number of commits):
47+
48+
(42) Lorenz Esch,
49+
(9) Gabriel Motta,
50+
(5) Juan Garcia-Prieto,
51+
(1) Ruben Dörfel
52+
53+
## Version 0.1.1 - 2020/05/14
1154

1255
### Applications
1356

@@ -59,7 +102,7 @@ People who contributed to this release (preceded by number of commits):
59102
(7) Gabriel Motta,
60103
(2) Ruben Dörfel,
61104

62-
## Version 0.1.0
105+
## Version 0.1.0 - 2020/05/04
63106

64107
### Changes
65108

mne-cpp.pri

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ defineReplace(copyResources) {
100100

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

103-
VERSION = 0.1.1
103+
VERSION = 0.1.2
104104

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

0 commit comments

Comments
 (0)