ITK/Tcons/Agendas/2011 08 26: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
Dirkpadfield (talk | contribs) (Created page with "= How to Join the Tcon = == Number to Call == '''Please be patient, due to some unforeseen circumstances, the call may not start on time...''' * 1-800-728-9607 (in the US) or...") |
No edit summary |
||
Line 13: | Line 13: | ||
* Meeting link | * Meeting link | ||
* https://emeetings.webex.com/emeetings/e.php?AT=WMI&EventID=154207872&PW=NNmY3MzU1NTQz&RT=MiMxMQ%3D%3D | * https://emeetings.webex.com/emeetings/e.php?AT=WMI&EventID=154207872&PW=NNmY3MzU1NTQz&RT=MiMxMQ%3D%3D | ||
= Project Management = | |||
* Developers Meeting September 27-28 | |||
** NLM | |||
== THE END IS NEAR ! == | |||
* Closing on Beta Release | |||
* Test, Fix, Merge, or Die ! | |||
=== FEM === | |||
* Memory leaks pending | |||
** Create Instance bug | |||
*** Suggestion to remove the Register call from this method. | |||
=== Level Sets === | |||
* Gerrit patch 2519 was merged | |||
** http://review.source.kitware.com/#change,2519 | |||
** Base Level Set classes | |||
* Gerrit patch 2520 is in the review process: | |||
** http://review.source.kitware.com/#change,2520 | |||
* Three more Gerrit patches are in the pipeline | |||
=== Registration === | |||
* Transform Patch | |||
** Remaining JIRA Tickets (~10) | |||
* MICCAI Tutorial | |||
** Tests / Examples ? | |||
=== Simple ITK === | |||
* Image Buffer Access | |||
* Packaging | |||
* MICCAI Tutorial | |||
=== WrapITK === | |||
* ITK-2528 is trivial to close now (wrapitk modules = itk modules) | |||
* ITK-255 has been waiting for reviews for a week | |||
* SUpport for 64bits type ongoing (Unsigned long => SizeValueType/IdentifierType) | |||
* New nightly up and running (Karoshi2, WRAPITK), continuous on the way (Karoshi) | |||
=== DICOM === | |||
* Tcon with Slicer team. Alex to summarize | |||
* Many small bug fixes and stability improvement | |||
** ITK-262 (fix warnings in gdcmDataSet) | |||
** ITK-279 (m_FrameOfReferenceInstanceUID is generated but not saved in Code/IO/itkGDCMImageIO.cxx) | |||
** ITK-288 (Missing size checking in itkGDCMImageIO::Write when using GDCM 2.0) | |||
** ITK-235 (GDCMTargets.cmake is not installed) | |||
* need to reproduce the zSpacing problem: ITK-182 (brad?) | |||
* Big tickets started and ready for next sprint ( RT, Stream and PACS in order ) | |||
* New nightly up and running (Karoshi2, GDCM-PROPER and GDCM-FORK), continuous on the way (Karoshi) | |||
=== GPU === | |||
* Status ? | |||
** Mac Compilation | |||
** Scope of filters to support ? | |||
=== TIFF Update === | |||
* [[ITK_Release_4/Microscopy/File Formats/Hackathon_August_2011|Hackathon August 2011]] | |||
** TIFF 4.0 Beta 7 updated. Merged: | |||
*** http://review.source.kitware.com/#change,2510 | |||
*** Support for BigTiff (>4Gb images) | |||
*** Working on support for Aperio (.svs images) | |||
*** Restored Large MetaImage tests: | |||
**** http://review.source.kitware.com/#change,2528 | |||
== Bug fix release == | |||
* ITK 3.20.1 | |||
* Fix Win64 Visual Studio compile issues | |||
** http://review.source.kitware.com/#change,2142 | |||
* Fix GCC 4.6 issues | |||
** http://review.source.kitware.com/#change,2187 | |||
* Pending patch on ImageIO issue raised by Slicer. | |||
** Bill Lorensen will look at it and potentially put a Gerrit patch. | |||
* Stable release for Slicer to build against | |||
* ITK First: Hold ground on quality control | |||
== Schedule == | |||
* [[ITK_Release_4/Modularization/Transition Plan|Transition Plan]] | |||
* ITKv4 Alpha-09 Tagged | |||
== BETA RELEASE == | |||
* New Date : September 15th | |||
* SCRUM Process | |||
** Tools: (demo) https://itk.icts.uiowa.edu/jira/secure/Dashboard.jspa | |||
*** Five Sprints (two weeks each). | |||
**** Two Sprints Left. |
Revision as of 04:16, 26 August 2011
How to Join the Tcon
Number to Call
Please be patient, due to some unforeseen circumstances, the call may not start on time...
- 1-800-728-9607 (in the US) or
- +1 9139049873 (international)
- access code 6815251
Webex
- Meeting link
- https://emeetings.webex.com/emeetings/e.php?AT=WMI&EventID=154207872&PW=NNmY3MzU1NTQz&RT=MiMxMQ%3D%3D
Project Management
- Developers Meeting September 27-28
- NLM
THE END IS NEAR !
- Closing on Beta Release
- Test, Fix, Merge, or Die !
FEM
- Memory leaks pending
- Create Instance bug
- Suggestion to remove the Register call from this method.
- Create Instance bug
Level Sets
- Gerrit patch 2519 was merged
- http://review.source.kitware.com/#change,2519
- Base Level Set classes
- Gerrit patch 2520 is in the review process:
- Three more Gerrit patches are in the pipeline
Registration
- Transform Patch
- Remaining JIRA Tickets (~10)
- MICCAI Tutorial
- Tests / Examples ?
Simple ITK
- Image Buffer Access
- Packaging
- MICCAI Tutorial
WrapITK
- ITK-2528 is trivial to close now (wrapitk modules = itk modules)
- ITK-255 has been waiting for reviews for a week
- SUpport for 64bits type ongoing (Unsigned long => SizeValueType/IdentifierType)
- New nightly up and running (Karoshi2, WRAPITK), continuous on the way (Karoshi)
DICOM
- Tcon with Slicer team. Alex to summarize
- Many small bug fixes and stability improvement
- ITK-262 (fix warnings in gdcmDataSet)
- ITK-279 (m_FrameOfReferenceInstanceUID is generated but not saved in Code/IO/itkGDCMImageIO.cxx)
- ITK-288 (Missing size checking in itkGDCMImageIO::Write when using GDCM 2.0)
- ITK-235 (GDCMTargets.cmake is not installed)
- need to reproduce the zSpacing problem: ITK-182 (brad?)
- Big tickets started and ready for next sprint ( RT, Stream and PACS in order )
- New nightly up and running (Karoshi2, GDCM-PROPER and GDCM-FORK), continuous on the way (Karoshi)
GPU
- Status ?
- Mac Compilation
- Scope of filters to support ?
TIFF Update
- Hackathon August 2011
- TIFF 4.0 Beta 7 updated. Merged:
- http://review.source.kitware.com/#change,2510
- Support for BigTiff (>4Gb images)
- Working on support for Aperio (.svs images)
- Restored Large MetaImage tests:
- TIFF 4.0 Beta 7 updated. Merged:
Bug fix release
- ITK 3.20.1
- Fix Win64 Visual Studio compile issues
- Fix GCC 4.6 issues
- Pending patch on ImageIO issue raised by Slicer.
- Bill Lorensen will look at it and potentially put a Gerrit patch.
- Stable release for Slicer to build against
- ITK First: Hold ground on quality control
Schedule
- Transition Plan
- ITKv4 Alpha-09 Tagged
BETA RELEASE
- New Date : September 15th
- SCRUM Process
- Tools: (demo) https://itk.icts.uiowa.edu/jira/secure/Dashboard.jspa
- Five Sprints (two weeks each).
- Two Sprints Left.
- Five Sprints (two weeks each).
- Tools: (demo) https://itk.icts.uiowa.edu/jira/secure/Dashboard.jspa