functions of ndimage

Juan Nunez-Iglesias jni.soma at gmail.com
Wed Apr 24 23:11:27 EDT 2013


Oh that! Right, I just didn't really consider that an API change since the
function signature is unchanged, and label was never really intended for
use with asymmetric structuring elements, afaik...  =) thanks for the link!

On Thursday, April 25, 2013, Josh Warner wrote:

> Regarding the `scipy.ndimage.label` changes coming in 0.13, see the
> discussion in Issue #495<https://github.com/scikit-image/scikit-image/issues/495> and
> the partial fix in merged Issue #498<https://github.com/scikit-image/scikit-image/issues/498>;
> I think there are still ~4 or so outstanding cases from #495.
>
> On Wednesday, April 24, 2013 1:33:21 AM UTC-5, Juan Nunez-Iglesias wrote:
>>
>> On Wed, Apr 24, 2013 at 4:16 PM, Josh Warner <silvertr... at gmail.com>wrote:
>>
>>> (like the change of `scipy.ndimage.label` coming in 0.13)
>>
>>
>> Huh? For the less-informed among us, could you elaborate? A quick
>> Googling was not informative... And I have (approximately) 5 bajillion
>> functions that depend on `nd.label`. =)
>>
>> If this were to be implemented, would our policy then be to use relative
>>> imports for the wrapped versions of these functions internally, rather than
>>> importing from SciPy?
>>>
>>
>> I hadn't considered this but it makes a lot of sense, as it potentially
>> slowly decouples scikit-image from its scipy dependency.
>>
>  --
> You received this message because you are subscribed to the Google Groups
> "scikit-image" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to scikit-image+unsubscribe at googlegroups.com <javascript:_e({},
> 'cvml', 'scikit-image%2Bunsubscribe at googlegroups.com');>.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scikit-image/attachments/20130425/1f6415db/attachment.html>


More information about the scikit-image mailing list