SimpleITK/ReleaseNotes: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
(Created page with "Release Notes - SimpleITK - Version 0.7.0 Release ==Sub-task== * https://issues.itk.org/jira/browse/SIMPLEITK-359 SIMPLEITK-359 - Look into integration of ExternalData.cmake...")
 
(Replaced content with "<center><span style="font-size:400%;text-align:center;color:red"> We have moved all release notes to [https://github.com/SimpleITK/SimpleITK/releases github]</span></center>")
 
(51 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Release Notes - SimpleITK - Version 0.7.0 Release
<center><span style="font-size:400%;text-align:center;color:red"> We have moved all release notes to [https://github.com/SimpleITK/SimpleITK/releases github]</span></center>
 
==Sub-task==
* [[https://issues.itk.org/jira/browse/SIMPLEITK-359 SIMPLEITK-359]] - Look into integration of ExternalData.cmake
 
 
==Bug==
* [[https://issues.itk.org/jira/browse/SIMPLEITK-210 SIMPLEITK-210]] - Use printable types for ToString methods
* [[https://issues.itk.org/jira/browse/SIMPLEITK-371 SIMPLEITK-371]] - SetPixel test is failing on windows in debug mode
* [[https://issues.itk.org/jira/browse/SIMPLEITK-387 SIMPLEITK-387]] - CSharp version is invalid causing compilation error.
* [[https://issues.itk.org/jira/browse/SIMPLEITK-398 SIMPLEITK-398]] - CSharp is missing the Image::GetBufferAs... methods
* [[https://issues.itk.org/jira/browse/SIMPLEITK-401 SIMPLEITK-401]] - Verify TR1 error checking for  logic
* [[https://issues.itk.org/jira/browse/SIMPLEITK-405 SIMPLEITK-405]] - Fix some dashboard warnings
* [[https://issues.itk.org/jira/browse/SIMPLEITK-406 SIMPLEITK-406]] - Can not convert image >4GB to numpy array
* [[https://issues.itk.org/jira/browse/SIMPLEITK-408 SIMPLEITK-408]] - Swig build error on windows64 when ITK is not installed, due to excessive path length.
* [[https://issues.itk.org/jira/browse/SIMPLEITK-417 SIMPLEITK-417]] - LabelStatisticsImageFilter does not reset internal measurements for each execution.
 
 
==Improvement==
* [[https://issues.itk.org/jira/browse/SIMPLEITK-389 SIMPLEITK-389]] - Overload image operators for C# wrappers
* [[https://issues.itk.org/jira/browse/SIMPLEITK-390 SIMPLEITK-390]] - Add BitwiseNot functor filter
* [[https://issues.itk.org/jira/browse/SIMPLEITK-392 SIMPLEITK-392]] - Improve scanning time of JSON files.
* [[https://issues.itk.org/jira/browse/SIMPLEITK-399 SIMPLEITK-399]] - Update to ITK patch release 4.3.2
* [[https://issues.itk.org/jira/browse/SIMPLEITK-400 SIMPLEITK-400]] - Update towards ITK 4.4
* [[https://issues.itk.org/jira/browse/SIMPLEITK-409 SIMPLEITK-409]] - There is an unneeded dependency of many of the BasicFilter libraries on the previous on. This should be removed.
 
 
==New Feature==
* [[https://issues.itk.org/jira/browse/SIMPLEITK-330 SIMPLEITK-330]] - Add PatchBaseDenoising filter
* [[https://issues.itk.org/jira/browse/SIMPLEITK-411 SIMPLEITK-411]] - Add new json field type for enums.
* [[https://issues.itk.org/jira/browse/SIMPLEITK-415 SIMPLEITK-415]] - Add ClampImageFilter
 
 
==Task==
* [[https://issues.itk.org/jira/browse/SIMPLEITK-352 SIMPLEITK-352]] - Have separate versions of SimpleITK doxygen for each version or tag
* [[https://issues.itk.org/jira/browse/SIMPLEITK-355 SIMPLEITK-355]] - Add CMake file to use Midas and MD5 files for data.
* [[https://issues.itk.org/jira/browse/SIMPLEITK-356 SIMPLEITK-356]] - Migrate the data from the data submodule to the Midas md5 download system.
* [[https://issues.itk.org/jira/browse/SIMPLEITK-366 SIMPLEITK-366]] - System ITK with Superbuild.
* [[https://issues.itk.org/jira/browse/SIMPLEITK-367 SIMPLEITK-367]] - Move WIki pages to version directories.
* [[https://issues.itk.org/jira/browse/SIMPLEITK-375 SIMPLEITK-375]] - Update SimpleITK Wiki and FAQ, including compiler support and FAQ entries.
* [[https://issues.itk.org/jira/browse/SIMPLEITK-407 SIMPLEITK-407]] - Update the style of SWIG and PCRE.
* [[https://issues.itk.org/jira/browse/SIMPLEITK-412 SIMPLEITK-412]] - Fix dashboard issues
* [[https://issues.itk.org/jira/browse/SIMPLEITK-416 SIMPLEITK-416]] - Update Source Tarball script for midas data.
* [[https://issues.itk.org/jira/browse/SIMPLEITK-418 SIMPLEITK-418]] - The size of the monolithic test driver is too big on windows. This should be broken up

Latest revision as of 16:32, 24 February 2017

We have moved all release notes to github