You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/gh-pages/pages/development/releasecycle.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
---
2
-
title: Release Cycle
2
+
title: Release Guide
3
3
parent: Continuous Integration
4
4
grand_parent: Develop
5
5
nav_order: 3
6
6
---
7
7
8
-
# Release Cycle
8
+
# Release Guide
9
9
10
10
New development takes place on the `master` branch. Once the developers have rough consensus we create a new stable release on GitHub, following the `v0.x.y` tag syntax. The MNE-CPP stable release steps are:
Copy file name to clipboardExpand all lines: doc/gh-pages/pages/install/changelog.md
+80Lines changed: 80 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,86 @@ nav_order: 1
7
7
8
8
# Changelog
9
9
10
+
## Version 0.1.4 - 2020/07/07
11
+
12
+
### Applications
13
+
14
+
MNE Analyze
15
+
* Add filter support. The user can now select/design a filter. If activated the filter is applied to the data as the user scrolls through the file. When activated the filtered data is also written to file and applied when computing an average.
* Add support for computing averages/evoked responses
20
+
* Closing main window now calls destructors for views in dockwidgets
21
+
* Add support to delete loaded files from the data manager
22
+
* Speed up data browsing by decreasing the pre loading buffer size to two blocks
23
+
* Fix vertically overlapping signal plotting
24
+
* Move AnalyzeDataModel to anshared/model folder
25
+
* Annotations have been renamed to Events
26
+
* Added Event Group functionality and struct
27
+
* Event Groups can be renamed or have their color changed through right click context menu
28
+
* Events can now be deleted from selecting any of the columns, double click to edit columns
29
+
* Fixed bug where check boxes changing annotation model state were not updating the view
30
+
31
+
MNE Scan
32
+
* Update inverse operator if new forward solution was calculated
33
+
* Update brainflow submodule for the brainflowboard plugin
34
+
35
+
Examples
36
+
* Add a new example for averaging
37
+
* Change ex_read_epochs to only read epochs without averaging afterwards
38
+
39
+
MNE Anonymize
40
+
* Add GUI mode
41
+
* Add WASM version
42
+
* Improve internal memory handling
43
+
44
+
### API Libraries
45
+
46
+
Utils
47
+
* Move filter methods/classes to the RtProcessing library
48
+
* Move DetectTrigger class to the RtProcessing library
49
+
* Refactor baseline correction input from QPair<QVariant,QVariant> to QPair<float,float>
50
+
51
+
RtProcessing
52
+
* Refactor header guards of all RtProcessing classes
53
+
* Add function to set updated forward solution in RtInv
54
+
* Rename RtFilter to Filter and FilterData to FilterKernel
55
+
* Improve automatic slicing of data when filtering
56
+
* Separate continous and one time overlap add filtering methods. Make some functions global RTPROCESSINGLIB namespace functions and was therefore removed.
57
+
* Remove processing of multiple filters at once. This feature was never really implemented.
58
+
* Rename RtAve to RtAveraging in
59
+
* Add new averaging functions in
60
+
* Implement convenience function in DetectTrigger to transform between detect trigger QMaps and MNE event matrices
61
+
* Move detect trigger functions to global RTPROCESSINGLIB namespace
62
+
63
+
Disp
64
+
* Refactor plotting of the filter's frequency response in the FilterPlotScene class
65
+
* Fix saving/loading from FilterDesignView, FilterSettingsView and FiffRawView
66
+
* Changed signal view control widget scaling to allow for window sizes
67
+
* Remove filtering from EvokedSetModel in disp library. Filtering on short data lengths such as most epochs is difficult because of the edge effects. Filtering for epochs/evoked responses should happen before with appropriate filter lengths which is now supported by the RTPROCESSINGLIB::computeFilteredAverage() function.
68
+
* Improve the ScalingView with new default scaling values and convenience functions to retrieve the scale value for a given scale map and channel kind/unit. Make use of the new functions throughout MNE-CPP libraries and applications.
69
+
70
+
### Documentation
71
+
72
+
* Add averaging plugin documentation page.
73
+
* Update MNE Anonymize documentation page.
74
+
75
+
### Other
76
+
77
+
* Remove minimal version flag and corresponding CI build. This mode was needed to be able to build on the older Neuromag systems. Since we switched to the fieldtrip buffer, this mode is no longer needed.
78
+
79
+
### Authors
80
+
81
+
People who contributed to this release (preceded by number of commits):
0 commit comments