Difference between revisions of "Documentation/Nightly/Announcements"

From Slicer Wiki
Jump to: navigation, search
Line 48: Line 48:
 
* improved integration of non rigid deformations
 
* improved integration of non rigid deformations
 
* Transform visualizer
 
* Transform visualizer
 +
* Faster image stack (png, jpg, bmp, tiff...) loading
  
 
<!--
 
<!--

Revision as of 17:00, 12 May 2014

Home < Documentation < Nightly < Announcements


For the latest Slicer documentation, visit the read-the-docs.




Nightly


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
  • Faster image stack (png, jpg, bmp, tiff...) loading


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

Related Projects