-
Notifications
You must be signed in to change notification settings - Fork 35
/
NEWS
78 lines (41 loc) · 1.3 KB
/
NEWS
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
# Release notes
## 0.4.0
* ENH: better compilation and release style.
* ENH: return boolean same size as image
* ENH: improved decomposition methods
* ENH: easier to use antsrSurf and antsrVol
## 0.3.3
* ENH: spare distance matrix, multi scale svd
## 0.3.2
* ENH: added domainImg option to plot.antsImage which can standardize plot.
* COMP: test for DVCL define requirement to improve clang and gcc compilations
* WIP: transform objects can be created on the fly and manipulated thanks to jeff duda
* ENH: automation for eigenanatomy
* ENH: reworked SCCAN and eanat
* ENH: mrvnrfs
* ENH: resting state Vignette
* DOC: clarify/extend antsApplyTransforms
* ENH: multidimensional images
* STYLE: iMath not ImageMath in ANTsR
## 0.3.1
* WIP: iMath improvements
* WIP: ASL pipeline fuctionality
* BUG: Fixed image indexing bug
* BUG: plot.antsImage improvements
* ENH: more antsRegistration options
* ENH: geoSeg
* ENH: JointLabelFusion and JointIntensityFusion
* ENH: Enable negating images
* ENH: weingarten curvature
* ENH: antsApplyTransformsToPoints with example
* ENH: renormalizeProbabilityImages
* ENH: Suppress output from imageWrite.
## 0.3.0
First official release.
# Tagging a beta release
```
git tag -d beta
git push origin :refs/tags/beta
git tag beta
git push --tags origin
```