[Insight-developers] A couple patches for the release branch

Bradley Lowekamp blowekamp at mail.nih.gov
Tue Sep 10 13:30:08 EDT 2013


Matt,

Actually, I take you up on you offer to help now :)

I just update the script to package the source code and the data:

https://issues.itk.org/jira/browse/SIMPLEITK-416
http://www.itk.org/gitweb?p=SimpleITK.git;a=commit;h=390a3c56803419342905608317e2889f6c3ab62b

Unfortunately, the data is still being downloaded. Think you can update the CMake so it uses the md5 files from the tar ball?

Thanks,
Brad


On Sep 10, 2013, at 12:33 PM, Matt McCormick <matt.mccormick at kitware.com> wrote:

> Hi Brad,
> 
> SimpleITK 0.7 RC will be excellent!  Let me know what I can do to help.
> 
> I have push those two patches on the release branch.
> 
> Thanks,
> Matt
> 
> On Tue, Sep 10, 2013 at 12:24 PM, Bradley Lowekamp
> <blowekamp at mail.nih.gov> wrote:
>> Hello Matt,
>> 
>> I am trying to get a RC for SimpleITK 0.7 done ASAP. I ran into a couple bug in ITK causing segfault and valgrind defects.
>> 
>> Please merge the following commits into release:
>> 
>> $ git log release..53bcb4c
>> commit 53bcb4cb05952358a6e579afdb52ebc044762f56
>> Author: Bradley Lowekamp <blowekamp at mail.nih.gov>
>> Date:   Mon Sep 9 14:35:38 2013 -0400
>> 
>>    BUG: Fix uninitialized m_Spacing in SignedMaurerDistance
>> 
>>    If PrintSelf was called before execution not value had been assigned
>>    to the m_Spacing variable. This defect was detected by Valgrind on the
>>    SimpleITK dashboard.
>> 
>>    Change-Id: I206f9c6fb4fb4d524922e3fcf973051f3f165769
>> 
>> $ git log release..113a1b0
>> commit 113a1b071fb3eb9608c047aaab32176e98960eab
>> Author: Bradley Lowekamp <blowekamp at mail.nih.gov>
>> Date:   Sun Sep 8 14:10:38 2013 -0400
>> 
>>    BUG: Don't print null bias field
>> 
>>    Printing the N4BiasFieldCorrection before execution was causing a
>>    segfault. Print "(null)" when null IVAR is encountered.
>> 
>>    Change-Id: I1af252f0734ecd6d524cdd2eb7731a77d096b9cc
>> 
>> 
>> Thanks,
>> Brad



More information about the Insight-developers mailing list