-
Notifications
You must be signed in to change notification settings - Fork 43
/
CHANGELOG.txt
65 lines (48 loc) · 1.97 KB
/
CHANGELOG.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Change Log
==========
0.1.12 (31/03/2021)
------------------
- Removed exclude option for VHDR files
0.1.11 (06/09/2021)
------------------
- Fixing returned connectivity matrix for single channel connectivity measures (Power Spectrum, Spectral Entropy, Shannon Entropy).
- Graph visualization with single channel connectivity measures now include the value for each node.
0.1.10 (06/09/2021)
------------------
- Fixing issue involving frequency bands.
0.1.9 (05/05/2021)
------------------
- Adding custom input percentage threshold for spectral entropy, power spectrum and shannon entropy.
- Updating DTF to generate directed graphs.
0.1.8 (05/04/2021)
------------------
- Updating Corrected cross-correlation default threshold.
- Rescaling data for Corrected cross-correlation.
0.1.7 (04/22/2021)
------------------
- Updating Entropy depedency to Antropy, all dependencies are now installed with pip.
- Updating np.complex to complex, deprecation warning numpy 1.20.
0.1.6 (03/25/2021)
------------------
- Adding the option to include a electrode montage file for channel labels, in method load_data().
- Adding warning if a channel label is not a recognize electrode position, it will be ignored for visualization.
0.1.5 (02/26/2021)
------------------
- Fixing issue with spectral entropy that returned empty graph, when the top 25% top values are the same.
0.1.4 (02/24/2021)
------------------
- Fixing some issues with dtf connectivity.
- Rounding printed intervals.
- Adding warning when a frequency band is empty.
0.1.3 (02/13/2021)
------------------
- Fixing bug that causes an increase in runtime when a single interval is used in 'modelate' method.
0.1.2 (02/11/2021)
------------------
- Fixing bug that causes an increase in runtime when a single interval is used in 'modelate' method.
0.1.1 (02/10/2021)
------------------
- Fixing error 'Cant convert complex to float' in Squared Coherence connectivity measure.
0.1.0 (02/02/2021)
------------------
- First Release