SciPy 0.13.1 发布说明#

SciPy 0.13.1 是一个错误修复版本,与 0.13.0 相比没有新功能。唯一的更改是 ndimage 中的几个修复,其中一个是在 ndimage.label (Github issue 3025) 中的一个严重回归,它在 0.13.0 中给出了不正确的结果。

修复的问题#

  • 3025: ndimage.label 在 scipy 0.13.0 中返回不正确的结果

  • 1992: ndimage.label 返回类型从 int32 更改为 uint32

  • 1992: ndimage.find_objects 在某些情况下无法与 int32 输入一起使用