Difference between revisions of "Developer Meetings/20140204"

From Slicer Wiki
Jump to: navigation, search
m (Created page with '== To discuss ==')
 
Line 1: Line 1:
 
== To discuss ==
 
== To discuss ==
 +
 +
* Upgrade ITK Version: v4.5.0++ w/ patches on release branch
 +
 +
* Enabling Threading in SimpleITK, and other Python Threading issues.
 +
** Options for Qt Event loop which unlock the Python GIL
 +
** Generalizing Threading Logic into a reusable python base class
 +
 +
*
 +
 +
*
 +
 +
* Adding Qt Support for Apple Retina ( very pretty fonts )
 +
** https://github.com/Slicer/Slicer/pull/98

Revision as of 16:27, 4 February 2014

Home < Developer Meetings < 20140204

To discuss

  • Upgrade ITK Version: v4.5.0++ w/ patches on release branch
  • Enabling Threading in SimpleITK, and other Python Threading issues.
    • Options for Qt Event loop which unlock the Python GIL
    • Generalizing Threading Logic into a reusable python base class