@@ -7,6 +7,57 @@ nav_order: 1
77
88# Changelog
99
10+ ## Version 0.1.6 - 2020/08/21
11+
12+ ### Applications
13+
14+ MNE Analyze
15+ * Add cmd line argument support for file loading
16+ * Add channel selection plugin
17+ * Remove channel selection in averaging plugin
18+ * Add scaling plugin
19+ * Add example plugin
20+
21+ MNE Scan
22+ * Remove no longer needed recording icons and move them to the write to file plugin instead
23+ * Remove no longer needed readme.txt in some of the plugins' resources
24+
25+ ### API Libraries
26+
27+ Disp
28+ * Move * Apply to View* from channel selection to library layer to be used by both channel selection and scaling
29+
30+ RtProcessing
31+ * Add performIcp() namespace function to register a point cloud with a surface
32+ * Add fitMatchedPoints() namespace function to register two point clouds of same size using ICP and quaternions
33+ * Add discard3DPointOutliers() namespace function to discard outliers from digitizer set compared to a given 3D surface
34+
35+ Utils
36+ * Rename IOBUFFER to UTILSLIB namespace
37+ * Remove circularbuffer.cpp file since it was empty
38+
39+ ### Documentation
40+ * Add documentation for MNE Analyze channel selection plugin
41+ * Add documentation for Disp3D library
42+ * Add documentation for connectivity library
43+ * Add documentation for MNE Analyze scaling plugin
44+ * Add documentation for plugin creation in MNE Analyze
45+ * Restructure static and dynamic build guides
46+ * Rename .md page files to better indicate what subject they belong to
47+ * Rename Learn pages for MNE Scan, MNE Analyze and MNE Anonymize
48+ * Rename MNE Lib to library API
49+ * Improve DoxyGen docu by making use of namespaces for MNE-C types
50+ * Improve documentation for MNE Scan eeg amplifiers and fix some typos
51+ * Hide Learn pages for MNE Dipole Fit and MNE Forward Solution for now (until they have been completley refactored)
52+
53+ ### Authors
54+
55+ People who contributed to this release (preceded by number of commits):
56+
57+ (47) Gabriel Motta,
58+ (47) Ruben Dörfel,
59+ (16) Lorenz Esch
60+
1061## Version 0.1.5 - 2020/07/30
1162
1263### Applications
0 commit comments