All releases tagged bugfix


Release Notes: This release adds several new functions: haralick_features, circle_se, bernsen (local thresholding). It adds an out parameter to morph functions that were missing it. It uses a direct implementation of binary erosion/dilation in two-dimensional C arrays.


Release Notes: This release (with version 0.9.3) fixes several bugs in the interpolation module. Additionally, it has some morphology performance increases and more labeled functions.


Release Notes: Two important bugfixes to gaussian_filter and erode. Better definition of regmax/regmin (older definitions are available as locmax/locmin). Conditional erosion has been added.


Release Notes: This release adds guassian_filter and as_rgb functions. It incorporates a few important bugfixes to the convolution and labeled submodules.


Release Notes: morph.get_structuring_element was implemented for ndim > 2. This implies that functions such as label() now also work in multiple dimensions. Median filter and rank_filter functions were added. The template_match function was added. The fill_polygon bug and Haralick feature 6 were fixed. The code was refactored by using mahotas.internal. A better error message is shown when the compiled modules cannot be loaded. The contact email address was updated. All documentation is in the numpydoc format now.


Release Notes: This release fixes a memory leak in _surf (an important bug if you were using SURF). It fixes compilation on Windows. It fixes lookup for freeimage.so on Linux (at least). Some utility functions were added in mahotas.surf too.


Release Notes: The dependency on freeimage is now optional. bbox() has been extended to N>2 dimensions. There are documentation fixes.