Skip to content

Commit

Permalink
MAINT: Prepare for v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzE committed Aug 21, 2020
1 parent 5f9ea80 commit 69a65b6
Show file tree
Hide file tree
Showing 7 changed files with 57 additions and 6 deletions.
2 changes: 1 addition & 1 deletion applications/mne_analyze/mne_analyze/info.h
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ class CInfo
*/
static int RevisionVersion()
{
return 5;
return 6;
}

//=========================================================================================================
Expand Down
2 changes: 1 addition & 1 deletion applications/mne_anonymize/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ int main(int argc, char* argv[])

qtApp->setOrganizationName("MNE-CPP Project");
qtApp->setApplicationName("MNE Anonymize");
qtApp->setApplicationVersion("0.1.5");
qtApp->setApplicationVersion("0.1.6");

QScopedPointer<MNEANONYMIZE::SettingsControllerCl> controller(h->createController(qtApp->arguments()));

Expand Down
2 changes: 1 addition & 1 deletion applications/mne_scan/mne_scan/info.h
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ class CInfo
*/
static int RevisionVersion()
{
return 5;
return 6;
}

//=========================================================================================================
Expand Down
2 changes: 1 addition & 1 deletion doc/doxygen/mne-cpp_doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = MNE-CPP
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 0.1.5
PROJECT_NUMBER = 0.1.6

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion doc/gh-pages/pages/install/binaries.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Stable Releases

| Version | Release | Dynamic Build | Static Build |
|-------|-------|-------|-------|
| [0.1.5](changelog.md#version-015) | 2020-07-30 | <span class="fs-2"> [Windows](https://github.com/mne-tools/mne-cpp/releases/download/v0.1.5/mne-cpp-windows-dynamic-x86_64.zip){: .btn .btn-blue } [Linux](https://github.com/mne-tools/mne-cpp/releases/download/v0.1.5/mne-cpp-linux-dynamic-x86_64.tar.gz){: .btn .btn-blue } [MacOS](https://github.com/mne-tools/mne-cpp/releases/download/v0.1.5/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.5/mne-cpp-windows-static-x86_64.zip){: .btn .btn-blue } [Linux](https://github.com/mne-tools/mne-cpp/releases/download/v0.1.5/mne-cpp-linux-static-x86_64.tar.gz){: .btn .btn-blue } [MacOS](https://github.com/mne-tools/mne-cpp/releases/download/v0.1.5/mne-cpp-macos-static-x86_64.tar.gz){: .btn .btn-blue } </span> |
| [0.1.6](changelog.md#version-016) | 2020-08-21 | <span class="fs-2"> [Windows](https://github.com/mne-tools/mne-cpp/releases/download/v0.1.6/mne-cpp-windows-dynamic-x86_64.zip){: .btn .btn-blue } [Linux](https://github.com/mne-tools/mne-cpp/releases/download/v0.1.6/mne-cpp-linux-dynamic-x86_64.tar.gz){: .btn .btn-blue } [MacOS](https://github.com/mne-tools/mne-cpp/releases/download/v0.1.6/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.6/mne-cpp-windows-static-x86_64.zip){: .btn .btn-blue } [Linux](https://github.com/mne-tools/mne-cpp/releases/download/v0.1.6/mne-cpp-linux-static-x86_64.tar.gz){: .btn .btn-blue } [MacOS](https://github.com/mne-tools/mne-cpp/releases/download/v0.1.6/mne-cpp-macos-static-x86_64.tar.gz){: .btn .btn-blue } </span> |

Development Release
{: .label .label-green }
Expand Down
51 changes: 51 additions & 0 deletions doc/gh-pages/pages/install/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,57 @@ nav_order: 1

# Changelog

## Version 0.1.6 - 2020/08/21

### Applications

MNE Analyze
* Add cmd line argument support for file loading
* Add channel selection plugin
* Remove channel selection in averaging plugin
* Add scaling plugin
* Add example plugin

MNE Scan
* Remove no longer needed recording icons and move them to the write to file plugin instead
* Remove no longer needed readme.txt in some of the plugins' resources

### API Libraries

Disp
* Move *Apply to View* from channel selection to library layer to be used by both channel selection and scaling

RtProcessing
* Add performIcp() namespace function to register a point cloud with a surface
* Add fitMatchedPoints() namespace function to register two point clouds of same size using ICP and quaternions
* Add discard3DPointOutliers() namespace function to discard outliers from digitizer set compared to a given 3D surface

Utils
* Rename IOBUFFER to UTILSLIB namespace
* Remove circularbuffer.cpp file since it was empty

### Documentation
* Add documentation for MNE Analyze channel selection plugin
* Add documentation for Disp3D library
* Add documentation for connectivity library
* Add documentation for MNE Analyze scaling plugin
* Add documentation for plugin creation in MNE Analyze
* Restructure static and dynamic build guides
* Rename .md page files to better indicate what subject they belong to
* Rename Learn pages for MNE Scan, MNE Analyze and MNE Anonymize
* Rename MNE Lib to library API
* Improve DoxyGen docu by making use of namespaces for MNE-C types
* Improve documentation for MNE Scan eeg amplifiers and fix some typos
* Hide Learn pages for MNE Dipole Fit and MNE Forward Solution for now (until they have been completley refactored)

### Authors

People who contributed to this release (preceded by number of commits):

(47) Gabriel Motta,
(47) Ruben Dörfel,
(16) Lorenz Esch

## Version 0.1.5 - 2020/07/30

### Applications
Expand Down
2 changes: 1 addition & 1 deletion mne-cpp.pri
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ defineReplace(copyResources) {

############################################### GLOBAL DEFINES ################################################

VERSION = 0.1.5
VERSION = 0.1.6

QMAKE_TARGET_PRODUCT = MNE-CPP
QMAKE_TARGET_DESCRIPTION = MNE-CPP Qt and Eigen based C++ library.
Expand Down

0 comments on commit 69a65b6

Please sign in to comment.