-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGES
More file actions
22 lines (15 loc) · 992 Bytes
/
Copy pathCHANGES
File metadata and controls
22 lines (15 loc) · 992 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
cpp_geodesics Changes
======================
*Note*: This repo contains the main app `geodcircles` along with some utility apps. Unless otherwise noted, all
changes listed below are for the `geodcircles` app.
v0.3.0: Fix compilation under Apple Clang
------------------------------------------
* Fix VCGLIB not compiling under Apple Clang (bugs in unused parts that gcc wont instatitate, but aclang does)
v0.2.0: Medial wall masking, Windows/MSVC support
-------------------------------------------------
* Add support for masking the medial wall during computation of geodesic circle stats and mean geodesic distances.
* Support compiling under Windows with MSVC by updating to libfs v0.3.4. (Unit tests are also run under Windows on CI starting from now.)
v0.1.0: Initial release
-----------------------
* Support computing geodesic circle stats and mean geodesic distances for brain surface meshes.
* The geodcircles app can run directly on a FreeSurfer recon-all output directory.