-
Notifications
You must be signed in to change notification settings - Fork 3
/
ChangeLog
105 lines (77 loc) · 3.53 KB
/
ChangeLog
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
2010-09-30 Claude Lepage <claude@bic.mni.mcgill.ca>
* use BIC/MINC license (like minc) instead of GPL license
* read vertstats file as double (now understands scientific notation)
(mniVertstatsFile.cc)
* correct detection of number of columns in vertstats file
when there are leading/trailing spaces (mniVertstatsFile.cc)
2010-02-22 Claude Lepage <claude@bic.mni.mcgill.ca>
* correct calculation of std dev in vertstats_average
2010-02-14 Andrew L Janke <a.janke@gmail.com>
* src/mniVertstatsFile.cc
* src/mniVertstatsFile.h
* src/mniVertstatsMath.h
* src/surface_area_roi.cc
* src/vertstats_find_peaks.cc
* src/vertstatsinfo.cc
* src/white_cortex_validity.cc
* Changes to all above files for gcc 4.3 thanks to Vlad
2009-07-30 Claude Lepage <claude@bic.mni.mcgill.ca>
* add absolute value to vertstats_math operations
2007-01-23 Claude Lepage <claude@bic.mni.mcgill.ca>
* merge jason/surface_tools into oobicpl
* added surface_probability_map.cc - to provide a segmentation map
of the surface based on a bunch of individual surface
segmentation.
* added pcre checks to configure.ac
* added object_hemispheres - a little app to create a texture map
of the two hemispheres.
* removed the white surface checking stuff from the default build.
2006-05-02 Claude Lepage <claude@bic.mni.mcgill.ca>
* fix tree.hh and add include <math.h> to compile with newer
C++ compiler
2006-04-27 Claude Lepage <claude@bic.mni.mcgill.ca>
* added epm-header.in and repackage for minc2 m4 files
2004-03-31 Jason Lerch <jason@bic.mni.mcgill.ca>
* fixed a bug in mniVertstatsFile.cc which caused the incorrect
column to be retrieved if the name of another column was a partial
match.
* bumped version up to 0.4 for the next "release"
2004-02-24 Jason Lerch <jason@bic.mni.mcgill.ca>
* added vertstats_average app to create means and sds.
* changed vertstatsinfo to vertstats_info
2003-06-30 Jason Lerch <jason@bic.mni.mcgill.ca>
* added a close function
2003-03-25 Jason Lerch <jason@bic.mni.mcgill.ca>
* header now represented as an n-ary tree
* can write files as well
* mathematical functions for vectors
* massive documentation updates
* extra utilities
2003-01-16 Jason Lerch <jason@bic.mni.mcgill.ca>
* multiple updates - in other words, the ChangeLog has not been
kept up to date at all ... Will start keeping ChangeLog faithfully
again from this point on.
2002-05-06 Jason Lerch <jason@bic.mni.mcgill.ca>
* mniVolume: created a constructor that takes a volume_io struct
as an argument.
2002-05-05 Jason Lerch <jason@bic.mni.mcgill.ca>
*mniLabelVolume: created a constructor which takes a volume_io
struct as an argument.
2001-10-29 Jason Lerch <jason@bic.mni.mcgill.ca>
* mniVolume(.cc,.h}: moved inline functions to the header file.
2001-09-12 Jason Lerch <jason@bic.mni.mcgill.ca>
* mniBaseVolume.h: added several static strings for dimension
orders.
* mniLabelVolume.{cc,h}: moved the inline functions into the
header file.
2001-08-12 Jason Lerch <jason@bic.mni.mcgill.ca>
* mniBaseVolume.cc: fixed (hopefully) the bug inside the voxel to
world conversion.
2001-08-12 Jason Lerch <jason@bic.mni.mcgill.ca>
* ChangeLog: finally beginning the use of this log
* .cvsignore: added by Steve Robbins
* mniBaseVolume.cc:
* mniLabelVolume.cc:
* mniVolume.cc: patch by Steve Robbins - removed default
constructors in functions themselves so that this can compile
using IRIX CC.