* Improve Local Binary patterns (faster and better interface) * Much faster erode() (10x faster) * Faster dilate() (2x faster) * TAS for 3D images * Haralick for 3D images * Fix mahotas.imread for RGBA images
0.5.3
* Implement mahotas.thin() in C++ for speed * Add np.uint64 support to fullhistogram() * Drop GIL when possible * Add imresize() wrapper around ndimage.zoom
0.5.2
* support Python2.5
0.5.1
* freeimage dependency made optional * bbox() for N>2 dimensions * documentation work