-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathChangeLog
52 lines (41 loc) · 1.94 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
2011-05-27 Claude Lepage claude@bic.mni.mcgill.ca
* Add -nocache to ANN classification in classify_clean
* Fix memory problem in ann/ann.cc for missing classes
* Fix string length (from strlen) to add 1 for '\0'
* Clean up memory after usage in classify.cc
2011-01-07 Andrew Janke a.janke@gmail.com
* Fixed a few minor build issues
* made and tagged 1.1.0 release
2011-01-06 Jason Lerch jason@phenogenomics.ca
* added voldiff to package
* bumped version to 1.1
2010-09-09 Claude Lepage claude@bic.mni.mcgill.ca
* copy BIC/MINC license already in sources in COPYING file
2007-10-29 Claude Lepage claude@bic.mni.mcgill.ca
* Add option to mask out background from intensity image for
a much better classification when background is very noisy.
2007-09-14 Claude Lepage claude@bic.mni.mcgill.ca
* Disable volume caching for classify (caching fails in minc2)
2006-12-04 Claude Lepage claude@bic.mni.mcgill.ca
* Add a directory for tag points in classify_clean
* Update version to 1.0.06
2006-11-03 Claude Lepage claude@bic.mni.mcgill.ca
* Apply non-linear transformation to tag points
* Update version to 1.0.05
2006-09-14 Samir Das samir@bic.mni.mcgill.ca
* Initialize fuzzy volume to zero (was sometimes creating a
blank line in the output when using a mask)
* Update version to 1.0.04
2006-05-04 Claude Lepage claude@bic.mni.mcgill.ca
* clean-up perl scripts (.pl to .in, DataDir, xPERLx)
* Update version to 1.0.03
2006-04-04 Claude Lepage claude@bic.mni.mcgill.ca
* Add -user_mask_value 0.50 in classify_clean for safe brain mask thresholding
* Update version to 1.0.02
2005-02-11 Bert Vincent bert@bic.mni.mcgill.ca
* Minor change to ann.h for compilation under GCC 3.X
* Update version to 1.0.01
* Several minor changes to classify.cc to clear up compilation
issues.
* Get rid of illegal default arguments in typedef in class_proto.h
* Minor fixes to cleantag.cc