Version 0.6.4 2011-04-06 by luispedro
	* Fix bug in ``cwatershed()`` when using return_lines=1
	* Fix bug in ``cwatershed()`` when using equivalent types for image and
	markers
	* Move tests to mahotas.tests and include them in distribution
	* Include ChangeLog in distribution
	* Fix compilation on the Mac OS (patch by K-Michael Aye)
	* Fix compilation warnings on gcc

Version 0.6.3 2011-02-17
	* Improve ``mahotas.stretch()`` function
	* Fix corner case in surf (when determinant was zero)
	* ``threshold`` argument in mahotas.surf
	* imreadfromblob() & imsavetoblob() functions
	* ``max_points`` argument for mahotas.surf.interest_points()
	* Add ``mahotas.labeled.borders`` function

Version 0.6.2 2010-12-20
	* Fix memory leak in _surf
	* More robust searching for freeimage
	* More functions in mahotas.surf() to retrieve intermediate results
	* Improve compilation on Windows (patches by Christoph Gohlke)

Version 0.6.1 2010-12-13
	* Release the GIL in morphological functions
	* Convolution
	* just_filter option in edge.sobel()
	* mahotas.labeled functions
	* SURF local features

Version 0.6 2010-11-22
	* 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

Version 0.5.3 2010-10-29
	* Implement mahotas.thin() in C++ for speed
	* Add np.uint64 support to fullhistogram()
	* Drop GIL when possible
	* Add imresize() wrapper around ndimage.zoom

Version 0.5.2 2010-09-13
	* support Python2.5

Version 0.5.1 2010-09-13
	* freeimage dependency made optional
	* bbox() for N>2 dimensions
	* documentation work

Version 0.5 2010-09-09
	* Distance transform 
	* bwperim()
	* freeimage interface
	* zernike moment computation
