From 4f38e9b23d3d3e5d54a012e5b97faeab6846aa41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Sch=C3=A4fer?= Date: Tue, 18 May 2021 15:00:35 +0200 Subject: [PATCH] log changes for 0.1.15 --- CHANGES | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 78d2011..4dd4696 100644 --- a/CHANGES +++ b/CHANGES @@ -1,11 +1,19 @@ freesurferformats Changes ========================= + +Version 0.1.15 +-------------- +- disable all unit tests that require downloaded data on CRAN +- add Euclidian distance util functions for surface vertices, like vertexdists.to.point and closest.vert.to.point +- add doapply.transform.mtx function (it's just matmul with some input checks that are annoying to repeat) + + Version 0.1.14 -------------- - support reading the MRtrix TCK format (in function read.dti.tck) and - support reading the TRK format used by the Diffusion Toolkit and TrackVis in (function read.dti.trk). -- Delete test data after unit tests have been run if (and only if) running on CRAN +- delete test data after unit tests have been run if (and only if) running on CRAN Version 0.1.13