Results from the morphology module were compared against output from the
corresponding MATLAB functions, as applied to the lena test image. This image
does not conform to the Debian Free Software Guidelines and had to be removed.
The output is now tested against results generated with the current version of
scikit-image (0.12.0), which is known to be correct due to the comparison
described above.
Modified travis_script.sh to account for the new structure of the gallery
Added README.txt files in directories of gallery examples
Fixed references to gallery images in user guide pages
Fixed broken links
# The first commit's message is:
Update equalize_adapthist to use new view_as_windows
Try rbase again
Update equalize_adapthist to use new view_as_windows
Fix relative imports
# This is the 2nd commit message:
Style fixes
# This is the 3rd commit message:
Add a deprecation warning and add to api_changes.txt
# This is the 4th commit message:
Update TODO and switch to 0.13 deprecation
# This is the 5th commit message:
Preserve the current API as much as possible and defer to 0.14
# This is the 6th commit message:
Move the new kwarg to the very end
# This is the 7th commit message:
Clarify deprecation warning
# This is the 8th commit message:
Update to use row/col in clahe
# This is the 9th commit message:
Update docstring
# This is the 10th commit message:
Use optimal_step to set up view_as_windows
≈
Fix setup to allow installing from PyPi
Another attempt at fixing the setuptools problem
Fix pip incantation
Fix typo
Try updating setuptools too
Try upgrading pip and setuptools after venv install
Rule out install_requires as the source of the problem
Try just requiring the ones that can be built from source
Use explicit install_requires and move version checks to after setup runs
Clean up installation for PyPI compatiblity
Dead end commit
Fix travis to match new installation procedure
Put build_versions check after install
Fix travis syntax
Switch to lower-case cython in version check
Another attempt
Another fix
Fix syntax error
Make header executable
Build inplace on py27
Fix finding of source code version in sphinx
Fix travis syntax
Import setuptools after install
Fix the version check in sphinx
Work around setuptools bug in 2.7
Fix handling of Cython requirement and update release notes
Switch to one Appveyor build and update build method
Add cython back to install_requires
Remove debug lines
Another try for appveyor install
Another attempt at setuptools and Appveyor
Do not let intermittent apt-get failures crash the build
Fix typo
Another appveyor attempt
More fixes for setuptools and Appveyor
Yet another setuptools/appveyor attempt
Put requirements.txt back in order
Fix typo
Fix readlines function call
Try not using a venv for python 2.7
Fix syntax
Try the provided venv for py27
Remove --user
Remove debug info
Another try for python27 fix
Try again
Do not use install_requires with numpy/scipy
Try just avoiding scipy
Try removing scipy (numpy was before)
Avoid both scipy and numpy
Fix qt install on 27
Fix qt install on 27 agin
Revert the scripts to their previous condition
Revert file permission changes
Undo changes to requirements.txt
Skip doc build on 3.2
Skip doc build on 3.2
Use block literal
Fix html make target
Revert change to threshold_isodata
Fix skimage.novice and thresholding warnings
Fix feature.__init__ __all__
Fix generic.py link
Doc reference fixes
Fix missing class member warnings
Add parallelization to the user guide toc
Remove unused automodule directives
Fix sub_dirs in gallery_index
Remove unused file and fix reference to api/api
Add missing links to user guide
Use pre-output links to images
Recover from Juan's doc 'upgrades'