Documentation/Nightly/Announcements
From Slicer Wiki
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