From 7db12f617e6d811dd5057dc45c847856ced89c28 Mon Sep 17 00:00:00 2001 From: Phillip Alday Date: Fri, 15 Nov 2024 19:15:05 -0600 Subject: [PATCH] Version 0.2.0 - `labels` is now a keyword argument in `eeg_topoplot` - The full 10/05 system is now supported - EEG coordinates for the 10/20 system are now based on a sphere instead of fsaverage head (better for visualization, worse for source localization) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 536bb12..f70e452 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "TopoPlots" uuid = "2bdbdf9c-dbd8-403f-947b-1a4e0dd41a7a" authors = ["Benedikt Ehinger", "Simon Danisch", "Beacon Biosignals, Inc."] -version = "0.2.0-DEV" +version = "0.2.0" [deps] CloughTocher2DInterpolation = "b70b374f-000b-463f-88dc-37030f004bd0"