From 7114ec1dc7c12f9afd7e92c5b2acb325e2444469 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Sch=C3=A4fer?= Date: Thu, 16 Sep 2021 11:20:18 +0200 Subject: [PATCH] mention new vis.subject.pre function --- CHANGES | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index a0a5b7dd..12e67143 100644 --- a/CHANGES +++ b/CHANGES @@ -8,13 +8,14 @@ Version 0.5.0 - The function vis.color.on.subject now supports the 'style' parameter supported by other vis functions. - Add new highlight.* functions which are useful mainly for debugging. - Fix accidental printing of rglactions to console when calling vis functions. -- Add new 'export' function, an alias for 'vis.export.from.coloredmeshes' so you have to type less. +- Add new 'export' function, an alias for 'vis.export.from.coloredmeshes' so you have to type less. Updated vignettes and example notebooks accordingly. - Add new entry on vector graphics conversion to the 'fsbrain FAQ' vignette. - Add surface.curvatures function that can compute k1 and k2 (requires optional dependency package 'Rvcg'). - Add functions to write group standard space per-vertex data: write.group.morph.standard and write.group.morph.standard.mf - Add new and more convenient volume visualization function: volvis.lb is a convenient wrapper around volvis.lightbox. - Add new function demographics.to.qdec.table.dat that can convert a demographics dataframe from an Excel or CSV file to qdec.table.dat format and write the additional factor level files. - Add new sjd.demo() function, a shortcut to download optional demonstration data and get the path to the downloaded subjects dir. +- Add vis.subject.pre function, a new high-level function for visualizing preloaded data (see #31) Version 0.4.3