Difference between revisions of "Documentation/Nightly/Announcements"

From Slicer Wiki
Jump to: navigation, search
m
Line 50: Line 50:
 
Image:Grid3dSlice.png|Improved [[Documentation/{{documentation/version}}/Modules/Transforms|Transforms]] module with:<br><ul><li>Support non-linear transforms in the module</li><li>Display of transform information</li><li>Transform visualization</li></ul>
 
Image:Grid3dSlice.png|Improved [[Documentation/{{documentation/version}}/Modules/Transforms|Transforms]] module with:<br><ul><li>Support non-linear transforms in the module</li><li>Display of transform information</li><li>Transform visualization</li></ul>
 
Image:ExtensionWizard-and-ExtensionsManager.png|New [[Documentation/{{documentation/version}}/Developers/ExtensionWizard|ExtensionsWizard]] tool deprecating the [[Documentation/{{documentation/version}}/Developers/ModuleWizard|ModuleWizard]]. <ul><li>This new tool separates the concepts of extensions and modules, and allows creating an extension containing several modules, as well as adding modules to an existing extension.</li><li>It allows to publish an extension source code to github.</li><li>It provides an easy way to create a pull request on the extension index.</li></ul>
 
Image:ExtensionWizard-and-ExtensionsManager.png|New [[Documentation/{{documentation/version}}/Developers/ExtensionWizard|ExtensionsWizard]] tool deprecating the [[Documentation/{{documentation/version}}/Developers/ModuleWizard|ModuleWizard]]. <ul><li>This new tool separates the concepts of extensions and modules, and allows creating an extension containing several modules, as well as adding modules to an existing extension.</li><li>It allows to publish an extension source code to github.</li><li>It provides an easy way to create a pull request on the extension index.</li></ul>
</gallery>
 
 
<gallery caption="Under the Hood: Improved Toolkits" widths="250px" heights="150px" perrow="3">
 
Image:CTK-Logo.png|Moved from CTK [https://github.com/commontk/CTK/commit/f64b68a f64b68a] to [https://github.com/commontk/CTK/commit/1c97e54 1c97e54] (499 commits) <!-- git log --oneline f64b68acd717dab060db41e8bee3f0f30df1a58f...1c97e5426f898bc7d074e6122992d0dd12bab56b --no-merges | wc -l -->
 
Image:CTKApplauncher_Logo.png|Moved from CTKAppLauncher v0.1.11 to v0.1.14 (43 commits) <!-- git log --oneline v0.1.11..v0.1.14 --no-merges | wc -l -->
 
Image:ITK_logo.png|Moved from ITK v4.4.1 to v4.6.0 (1089 commits) <!-- git log --oneline v4.4.1..56fae27 --no-merges | wc -l -->
 
Image:OpenIGTLink-Logo.png|Moved from OpenIGTLink [https://github.com/openigtlink/OpenIGTLink/compare/66e272d...849b434 66e272d to 849b434] (53 commits) <!-- git log --no-merges  --oneline  66e272d..849b434 | wc -l -->
 
Image:Qt-logo.png |Moved from Qt 4.7.4 to Qt 4.8.6
 
Image:VTK_logo.png|Moved from VTK v5.10.1 to VTK v6.2.0 (5490 commits) <!-- git log --oneline v5.10.1..b55dad7 --no-merges | wc -l -->
 
 
</gallery>
 
</gallery>
  
Line 127: Line 118:
 
-->
 
-->
  
= For Developers: Looking at the Code Changes =
+
= For Developers =
 +
 
 +
== Under the hood ==
 +
 
 +
* VolumeLogic:
 +
** Add method [http://slicer.org/doc/html/classvtkSlicerVolumesLogic.html#a1fe71cc716593ac47988e71bdee736c9 ResampleVolumeToReferenceVolume]
 +
** Add method [http://slicer.org/doc/html/classvtkSlicerVolumesLogic.html#ab852b66dc8108a8a544b845c0e055109 CloneVolumeWithoutImageData]
 +
 
 +
* Add support for user-defined stereo-viewing options
 +
 
 +
* Build-system
 +
** Improve support for Visual Studio 2013
 +
** Refactor management of external project launcher settings. See [http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&revision=23724 r23724]
 +
** Add option <code>Slicer_ITKV3_COMPATIBILITY</code>. This option enabled by default will allow (if disabled) to build Slicer with ITKv3 compatibility later disabled and <code>ITK_USE_64BITS_IDS</code> enabled.
 +
 
 +
<gallery caption="Improved Toolkits" widths="250px" heights="150px" perrow="3">
 +
Image:CTK-Logo.png|Moved from CTK [https://github.com/commontk/CTK/commit/f64b68a f64b68a] to [https://github.com/commontk/CTK/commit/1c97e54 1c97e54] (499 commits) <!-- git log --oneline f64b68acd717dab060db41e8bee3f0f30df1a58f...1c97e5426f898bc7d074e6122992d0dd12bab56b --no-merges | wc -l -->
 +
Image:CTKApplauncher_Logo.png|Moved from CTKAppLauncher v0.1.11 to v0.1.14 (43 commits) <!-- git log --oneline v0.1.11..v0.1.14 --no-merges | wc -l -->
 +
Image:ITK_logo.png|Moved from ITK v4.4.1 to v4.6.0 (1089 commits) <!-- git log --oneline v4.4.1..56fae27 --no-merges | wc -l -->
 +
Image:OpenIGTLink-Logo.png|Moved from OpenIGTLink [https://github.com/openigtlink/OpenIGTLink/compare/66e272d...849b434 66e272d to 849b434] (53 commits) <!-- git log --no-merges  --oneline  66e272d..849b434 | wc -l -->
 +
Image:Qt-logo.png |Moved from Qt 4.7.4 to Qt 4.8.6
 +
Image:VTK_logo.png|Moved from VTK v5.10.1 to VTK v6.2.0 (5490 commits) <!-- git log --oneline v5.10.1..b55dad7 --no-merges | wc -l -->
 +
</gallery>
 +
 
 +
 
 +
== Looking at the Code Changes ==
  
 
From a git checkout you can easily see the all the commits since the time of the 4.4.0 release:
 
From a git checkout you can easily see the all the commits since the time of the 4.4.0 release:

Revision as of 22:00, 15 November 2014

Home < Documentation < Nightly < Announcements


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




Nightly


Summary What is 3D Slicer Slicer Nightly Highlights Slicer Extensions Other Improvements, Additions & Documentation

Summary

The community of Slicer developers is proud to announce the release of Slicer Nightly.

  • Slicer Nightly introduces
    • an improved App store, known as the extension manager, for adding capabilities to Slicer. More than 50 plug-ins are currently available.
    • close to 400 feature improvements and bug fixes lead to improved performance and stability.
    • augmentation of many modules.
  • Click here to download Slicer Nightly for different platforms and find pointers to the source code, mailing lists and bug tracker.
  • Please note that Slicer continues to be a research package and is not intended for clinical use. Testing of functionality is an ongoing activity with high priority, however, some features of Slicer are not fully tested.
  • The Slicer Training page provides a series of courses for learning how to use Slicer. The portfolio contains self-guided presentation and sample data sets.

The main slicer.org pages provide a guided tour to the application, training materials, and the development community. New users should start there because we try to keep the pages organized and up to date.

What is 3D Slicer

Slicer is a community platform created for the purpose of subject specific image analysis and visualization.

  • Multi-modality imaging including, MRI, CT, US, nuclear medicine, and microscopy
  • Multi organ from head to toe
  • Bidirectional interface for devices
  • Expandable and interfaced to multiple toolkits

There is no restriction on use, but permissions and compliance with rules are responsibility of users. For details on the license see here

Slicer Nightly Highlights

Slicer Extensions

TODO: Will be generating automatically list.

Other Improvements, Additions & Documentation

  • improved integration of non rigid deformations
  • faster image stack (png, jpg, bmp, tiff...) loading
  • mrb files
  • Improved CLI AutoRun ensuring slice view is not reset when inputs are updated.
  • Markups
    • Add slice intersections toggle

Python scripting

  • Bundle pydicom python module in Slicer package
  • Improve slicer.util python module.
  • Improve VTK adding support for additional observer CallDataType. See here for details.
  • TODO: Add reference to VTKv6 blog posts


For Developers

Under the hood

  • Add support for user-defined stereo-viewing options
  • Build-system
    • Improve support for Visual Studio 2013
    • Refactor management of external project launcher settings. See r23724
    • Add option Slicer_ITKV3_COMPATIBILITY. This option enabled by default will allow (if disabled) to build Slicer with ITKv3 compatibility later disabled and ITK_USE_64BITS_IDS enabled.


Looking at the Code Changes

From a git checkout you can easily see the all the commits since the time of the 4.4.0 release:

git log v4.3.0..HEAD

To see a summary of your own commits, you could use something like:

git log v4.3.0..HEAD  --oneline --author=pieper

see the git log man page for more options.

Commit stats and full changelog

Related Projects