* tag 'v0.9.3': (164 commits)
Set version to 0.9.3
Merge pull request #796 from ahojnnes/warp-fix
Set version to 0.9.2 for second try at PyPi upload.
Set version to 0.9.1.
Add missing files to MANIFEST for sdist upload.
Update manifest not to include gh-pages in docs.
Get rid of that inherited 's' once and for all.
Update docversions correctly for 0.9.x.
Mark BRIEF and Censure as experimental in release notes.
Update gh-pages instructions in RELEASE.txt.
Fix markup error in marching cubes docs.
Correctly determine version number from module.
Update version in docs.
Update versions for 0.9.0 release.
Update 0.9 release notes with new features.
Contrib script now shows PRs and merges.
Update contributors script to count by date.
Speed up memory views in watershed function
Speed up memory views in skeletonize function
Speed up memory views in line drawing function
...
* commit '8a06a2277366d01c5e7e25d3ded0f04ba9aa0b85': (1124 commits)
Development guidelines moved.
Replace mentions of old package name.
New upstream release.
DOC: fix indent
PEP8
PEP8: fix indentation
DOC: add missing import
DOC: no import numpy in doc
MAINT: matplotlib is in requierements.txt
MAINT: unused import
PEP8: comparison
Fix deprecated function name in example
Improve example of warp function to show all available options
Add support for matrix as inverse_map
Add note about internal usage of transformation matrix
Only clip for ndimage.map_coordinates case
Misc doc string fixes
Remove call to deprecated is_gray function
Fix dtype bug in perimeter
Raise error for non 2-D images
...
Conflicts:
debian/changelog
debian/control
On Python >=2.7, C extensions that use integer format codes with the PyArg_Parse* family of functions will raise a TypeError exception instead of triggering a DeprecationWarning (Python 2.6). The RuntimeError is raised by ndimage for unsupported array data types.