Agenda&Status 081007: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
(Restore version of August 10th. By Accident I start writing here the agenda for August 17th 2007) |
|||
Line 5: | Line 5: | ||
* [[ITK Release Schedule|Release Schedule]] | * [[ITK Release Schedule|Release Schedule]] | ||
** Next release 3.4 http://www.itk.org/Wiki/ITK_Release_Schedule#Release_3.4_Schedule | ** Next release 3.4 http://www.itk.org/Wiki/ITK_Release_Schedule#Release_3.4_Schedule | ||
** | ** Anticipate Delay on the Release Schedule | ||
** | ** NEWS: We may be able to cut one by early September. | ||
* | * Continue Bug Triage http://www.itk.org/Bug/query.php | ||
** Before last session we covered bugs 5148 to 4741 (June 15) | ** Before last session we covered bugs 5148 to 4741 (June 15) | ||
** Last session we covered bugs 4657 to 4499 (June 22) | ** Last session we covered bugs 4657 to 4499 (June 22) | ||
Line 13: | Line 13: | ||
** Due to spam attacks | ** Due to spam attacks | ||
** We still need to clean up the spam (manually). | ** We still need to clean up the spam (manually). | ||
** NOTE: Many bugs changed Project (e.g. ITK --> VTK) | ** NOTE: Many bugs changed Project (e.g. ITK --> VTK)* ImageIO Streaming | ||
** ImageSeriesReader and ImageSeriesWriter should be fixed to support streaming too... | |||
=== Technical Topics === | === Technical Topics === | ||
* LightObject race condition | * LightObject race condition | ||
** Gaetan has a fix and it is about to commit it | ** Gaetan has a fix and it is about to commit it | ||
* TransformFileWriter and Factories | * TransformFileWriter and Factories | ||
** Kent committed an implementation | |||
** Files were moved to Code/Review | |||
** New CMake option ITK_USE_TRANSFORM_IO_FACTORIES | ** New CMake option ITK_USE_TRANSFORM_IO_FACTORIES | ||
** Coding Style | ** Coding Style | ||
*** TxtTransform should probably be TextTransformIO (no acronyms in ITK names) | *** TxtTransform should probably be TextTransformIO (no acronyms in ITK names) | ||
Line 34: | Line 31: | ||
** [[Proposals:Refactoring FEM Framework|Wiki Proposal Page]] | ** [[Proposals:Refactoring FEM Framework|Wiki Proposal Page]] | ||
* Quad Edge Mesh | * Quad Edge Mesh | ||
** Alex Progress | ** Alex Progress Report | ||
*** itkQEMeshCelInterfaceTest improved | |||
**** QEPolygon, QELine API now at 100% | |||
**** Coverage of all cells improved. | |||
*** itkQEMeshEulerOperatorsTest improved -> 12/18 files are 100% covered | |||
** Several bugs fixed / API implemented thanks to this work | |||
** TODO: | |||
*** Aim at 100% -> improve CellInterface test | |||
*** improve Euler Op. test | |||
*** finish iterator test | |||
*** BoundaryEdges need its own test | |||
*** Topology checker needs its own test | |||
*** FunctionBase needs its own test | |||
*** ZipMeshFunction needs its own test | |||
** Write examples and Mesh vs QEMesh benchmarks. | |||
** Proposal page: [[Proposals:New Mesh Class|New Mesh Class]] | ** Proposal page: [[Proposals:New Mesh Class|New Mesh Class]] | ||
* ImageIO Streaming | * ImageIO Streaming | ||
** ImageSeriesReader and ImageSeriesWriter should be fixed to support streaming too... | ** ImageSeriesReader and ImageSeriesWriter should be fixed to support streaming too... |
Latest revision as of 13:59, 17 August 2007
Project Management
- Roadmap for ITK Maintenance 2007-2008
- Please give us your suggestions Roadmap 2007-2008
- Release Schedule
- Next release 3.4 http://www.itk.org/Wiki/ITK_Release_Schedule#Release_3.4_Schedule
- Anticipate Delay on the Release Schedule
- NEWS: We may be able to cut one by early September.
- Continue Bug Triage http://www.itk.org/Bug/query.php
- Before last session we covered bugs 5148 to 4741 (June 15)
- Last session we covered bugs 4657 to 4499 (June 22)
- phpBugTracker replaced with MANTIS
- Due to spam attacks
- We still need to clean up the spam (manually).
- NOTE: Many bugs changed Project (e.g. ITK --> VTK)* ImageIO Streaming
- ImageSeriesReader and ImageSeriesWriter should be fixed to support streaming too...
Technical Topics
- LightObject race condition
- Gaetan has a fix and it is about to commit it
- TransformFileWriter and Factories
- Kent committed an implementation
- Files were moved to Code/Review
- New CMake option ITK_USE_TRANSFORM_IO_FACTORIES
- Coding Style
- TxtTransform should probably be TextTransformIO (no acronyms in ITK names)
- TransformIOBase was not using Set/Get/Bool macros.
- FEM Refactoring
- Nick Tuiston
- Wiki Proposal Page
- Quad Edge Mesh
- Alex Progress Report
- itkQEMeshCelInterfaceTest improved
- QEPolygon, QELine API now at 100%
- Coverage of all cells improved.
- itkQEMeshEulerOperatorsTest improved -> 12/18 files are 100% covered
- itkQEMeshCelInterfaceTest improved
- Several bugs fixed / API implemented thanks to this work
- TODO:
- Aim at 100% -> improve CellInterface test
- improve Euler Op. test
- finish iterator test
- BoundaryEdges need its own test
- Topology checker needs its own test
- FunctionBase needs its own test
- ZipMeshFunction needs its own test
- Write examples and Mesh vs QEMesh benchmarks.
- Proposal page: New Mesh Class
- Alex Progress Report
- ImageIO Streaming
- ImageSeriesReader and ImageSeriesWriter should be fixed to support streaming too...