ITK/Release 4/Migration Plan/Release Notes: Difference between revisions
From KitwarePublic
< ITK | Release 4 | Migration Plan
Jump to navigationJump to search
(Created page with ''''Release Notes''' This page captures release notes for the intermediate releases of ITKv4 = ITK 3-20 Git = This release is simply a Git tag that is equivalent to the stable…') |
|||
Line 21: | Line 21: | ||
* Sun CC 5.6 | * Sun CC 5.6 | ||
* Metrowerks | * Metrowerks | ||
== Statistics Framework Updated == | |||
The original statistics framework was removed and replaced with the one that was refactored in 2007. | |||
Details on the refactoring process are available at | |||
[[Proposals:Refactoring Statistics Framework 2007|Refactoring Statistics Framework 2007]] | |||
and a guide on how to migrate to the new framework is available at | |||
[[Proposals:Refactoring Statistics Framework 2007 Migration Users Guide | Migration Users Guide ]] |
Revision as of 21:00, 1 September 2010
Release Notes
This page captures release notes for the intermediate releases of ITKv4
ITK 3-20 Git
This release is simply a Git tag that is equivalent to the stable release of ITK 3.2
ITKv4 Alpha-01
The main changes made in this release are
Removal support for Deprecated Compilers
Code that was intended to provide support for several outdated compilers was removed. The compilers that are no longer supported in ITKv4 are
- Borland 5.5
- Visual Studio 6.0
- Visual Studio 7.0
- SGI CC compilers
- Sun CC 5.6
- Metrowerks
Statistics Framework Updated
The original statistics framework was removed and replaced with the one that was refactored in 2007.
Details on the refactoring process are available at
Refactoring Statistics Framework 2007
and a guide on how to migrate to the new framework is available at