Difference between revisions of "Roadmap"
From Slicer Wiki
Line 22: | Line 22: | ||
== Deprecation roadmap == | == Deprecation roadmap == | ||
− | + | List of deprecated methods / classes: http://slicer.org/doc/html/deprecated.html | |
=== 4.4.0 === | === 4.4.0 === |
Revision as of 20:28, 15 February 2013
Home < RoadmapGoals
This page is a place to organize and prioritize development activities into a roadmap based on input of Slicer community and the needs of funded projects (NA-MIC, NAC, NCIGT, SlicerRT, etc...)
The list of issues targeted for each release are reported on mantis: http://na-mic.org/Mantis/roadmap_page.php
The topics listed below includes Slicer application and dependent ToolKit. For the specific strategy and feature lists covering modules and extensions, visit their respective roadmaps and other documentation.
Priorities
As of February, 2013
- ITKv4 integration
- Ability to install python package using pip
- Improve extension catalog frontend
- Faster Slicer start time
- Support of python command line module
- Walk-thru documentation that clearly shows new developers step-by-step instructions to create and publish extensions.
Deprecation roadmap
List of deprecated methods / classes: http://slicer.org/doc/html/deprecated.html
4.4.0
- Library - ITKv3 support will be removed from build system.
4.3.0
- CMake - Macro
slicerMacroBuildScriptedModule
should be used to build Scripted modules. See here for an example. - Rename / Move -
vtkSlicerTransformLogic
will be renamed intovtkSlicerTransformModuleLogic
and moved intoModules/Loadable/Transform/Logic
- Consider updating the CMakeLists.txt and code of your modules. See instruction here. Associated issue #2926 - Library - ITKv3 support is deprecated / not maintained.
SlicerExecutionModel
- CMake - CMake 2.8.4 will be required. Macro
Pre283CMakeParseArguments.cmake
will be removed. See ce620580 - CMake - Macro
slicerMacroBuildCLI
will be removed. UseSEMMacroBuildCLI
instead. - CMake - Parameter
CLI_SHARED_LIBRARY_WRAPPER_CXX
of macroSEMMacroBuildCLI
is removed. UseCLI_LIBRARY_WRAPPER_CXX
instead.
4.2.0
SlicerExecutionModel
- CMake - Macro
slicerMacroBuildCLI
marked as deprecated. See r21634 and r17781. - CMake - Parameter
CLI_SHARED_LIBRARY_WRAPPER_CXX
of macroslicerMacroBuildCLI / SEMMacroBuildCLI
is deprecated. UseCLI_LIBRARY_WRAPPER_CXX
instead.
API Changes roadmap
4.4.0
- CMake - Minimum required CMake version will be 2.8.11 for all platforms.
- MRML - Default value for HideFromEditors will be change to False
4.3.0
- CMake - Minimum required CMake version will be 2.8.9 for Windows/Linux, CMake 2.8.11 for MacOSX
- Library - ITKv4 will be enabled by default
- Library - Qt 4.8.4 will be the recommended/required version