-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
ncullen93
committed
Mar 23, 2024
1 parent
faca753
commit 925429d
Showing
2 changed files
with
130 additions
and
200 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
|
||
# 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 | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters