Difference between revisions of "Slicer-4.1"
From NAMIC Wiki
Line 33: | Line 33: | ||
** Yes, if somebody can help with ITK 4 on windows. | ** Yes, if somebody can help with ITK 4 on windows. | ||
** linux packaging issue: | ** linux packaging issue: | ||
− | *** itkXXX.so files are missing in the Slicer package. | + | *** (2) itkXXX.so files are missing in the Slicer package. |
** linux discovering CLI: | ** linux discovering CLI: | ||
− | *** missing symbol on exit of CLI; in addition with a Qt bug, it fails to parse the CLI XML description | + | *** (1) missing symbol on exit of CLI; in addition with a Qt bug, it fails to parse the CLI XML description |
** possibly other issues on window (needs testing) | ** possibly other issues on window (needs testing) | ||
− | *** Building SWIG for SimpleITK is the problem. | + | *** (3) Building SWIG for SimpleITK is the problem. |
** need to try all the packaging platforms | ** need to try all the packaging platforms | ||
*** packaging has never been tried on mac (J2 didn't try to compile on Mac neither) | *** packaging has never been tried on mac (J2 didn't try to compile on Mac neither) | ||
*** packaging has never been tried on windows (because it doesn't compile) | *** packaging has never been tried on windows (because it doesn't compile) | ||
+ | {| style="margin: 1em auto 1em auto; border: 1px solid darkgray;" | ||
+ | |- | ||
+ | ! | ||
+ | ! scope="col" colspan="3" style="border-bottom: 1px solid grey;"| Build | ||
+ | ! scope="col" colspan="3" style="border-bottom: 1px solid grey;"| Run | ||
+ | ! scope="col" colspan="3" style="border-bottom: 1px solid grey;"| Package | ||
+ | |- | ||
+ | !Type | ||
+ | !Windows | ||
+ | !Linux | ||
+ | !Mac | ||
+ | !Windows | ||
+ | !Linux | ||
+ | !Mac | ||
+ | !Windows | ||
+ | !Linux | ||
+ | !Mac | ||
+ | |- | ||
+ | | ITKv4 | ||
+ | |bgcolor="Orange" align="center"|? | ||
+ | |bgcolor="LightGreen" align="center"|ok | ||
+ | |bgcolor="Orange" align="center"|? | ||
+ | |bgcolor="Orange" align="center"|? | ||
+ | |bgcolor="#f34a33" align="center"|no (1) | ||
+ | |bgcolor="Orange" align="center"|? | ||
+ | |bgcolor="Orange" align="center"|? | ||
+ | |bgcolor="#f34a33" align="center"|no (2) | ||
+ | |bgcolor="Orange" align="center"|? | ||
+ | |- | ||
+ | | SimpleITK | ||
+ | |bgcolor="#f34a33" align="center"| no (3) | ||
+ | |bgcolor="LightGreen" align="center"|ok | ||
+ | |bgcolor="Orange" align="center"|? | ||
+ | |bgcolor="Orange" align="center"|? | ||
+ | |bgcolor="#f34a33" align="center"|no (1) | ||
+ | |bgcolor="Orange" align="center"|? | ||
+ | |bgcolor="Orange" align="center"|? | ||
+ | |bgcolor="#f34a33" align="center"|no (2) | ||
+ | |bgcolor="Orange" align="center"|? | ||
+ | |} | ||
[[Events|Back to events page]] | [[Events|Back to events page]] |
Revision as of 14:34, 10 February 2012
Home < Slicer-4.1Target date for the code freeze is Monday. Feb. 27, 2012
Features and Responsibilities
- Dicom widget: Steve
- cget
- pop up reorganization
- Lollipop
- Charts: Jim
- Label statistics
- compareviews and linking: Jim
- bugs 1526, 1598, 1495, 1583, 1607, 1632, 1631, 1686 (or a subset)
- VTK GPU raycaster: J2
- linear ramp, crash in transfer function editor
- View controller cosmetics: J2
- Brainsfit cosmetics: Hans
- Extensions: JC
- Refine the mechanism to build/test/upload extensions.
- Provide support to extension developers so that the following extensions are built:
- ABC, SkullStripper, EMSegmenter, VMTK, Plastimatch, DVH/SlicerRt
- Documentation: JC
- Mechanism to easily "version" the documentation. (Easy creation of set of pages associated to release 4.1 from the pages prefixed with 4.0)
- NiceToHave:
- Offline documentation: Mobile skin for webkit rendering of the slicer wiki documentation pages
- PythonQt: JC
- Update CTK and Slicer to consider the contributed change to PythonQt
- Fix for texture resolution: Alex
- Update screen capture to reflect all possible layouts - Nicole
Open Questions
- Is it realistic to try for SimpleITK in this release? (After discussion: no, needs more testing - aim for summer project week)
- Yes, if somebody can help with ITK 4 on windows.
- linux packaging issue:
- (2) itkXXX.so files are missing in the Slicer package.
- linux discovering CLI:
- (1) missing symbol on exit of CLI; in addition with a Qt bug, it fails to parse the CLI XML description
- possibly other issues on window (needs testing)
- (3) Building SWIG for SimpleITK is the problem.
- need to try all the packaging platforms
- packaging has never been tried on mac (J2 didn't try to compile on Mac neither)
- packaging has never been tried on windows (because it doesn't compile)
Build | Run | Package | |||||||
---|---|---|---|---|---|---|---|---|---|
Type | Windows | Linux | Mac | Windows | Linux | Mac | Windows | Linux | Mac |
ITKv4 | ? | ok | ? | ? | no (1) | ? | ? | no (2) | ? |
SimpleITK | no (3) | ok | ? | ? | no (1) | ? | ? | no (2) | ? |
Back to events page