Difference between revisions of "Documentation/Nightly/Announcements"
From Slicer Wiki
m |
|||
Line 44: | Line 44: | ||
--> | --> | ||
=Slicer Highlights= | =Slicer Highlights= | ||
+ | * .mrb files | ||
+ | * data store module | ||
+ | * improved integration of non rigid deformations | ||
+ | * Transform visualizer | ||
+ | |||
<!-- | <!-- | ||
<gallery caption="New and Improved Modules" widths="250px" heights="150px" perrow="3"> | <gallery caption="New and Improved Modules" widths="250px" heights="150px" perrow="3"> | ||
Line 52: | Line 57: | ||
</gallery> | </gallery> | ||
--> | --> | ||
+ | |||
=Slicer Extensions= | =Slicer Extensions= | ||
<!-- | <!-- |
Revision as of 18:17, 6 May 2014
Home < Documentation < Nightly < Announcements
For the latest Slicer documentation, visit the read-the-docs. |
Introduction | Our Philosophy | Slicer Highlights | Slicer Extensions | Other Improvements, Additions & Documentation |
Introduction
Slicer Highlights
- .mrb files
- data store module
- improved integration of non rigid deformations
- Transform visualizer
Slicer Extensions
Looking at the Code Changes
From a git checkout you can easily see the all the commits since the time of the 4.4.2 release:
git log --since="Sat Dec 8 03:32:53 2012"
To see a summary of your own commits, you could use something like:
git log --since="Sat Dec 8 03:32:53 2012" --oneline --author=pieper
see the git log man page for more options.
Commit stats and full changelog