1039 Commits

Author SHA1 Message Date
Steven Silvester adac822ee9 Fix setup to allow installing from PyPI
≈
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
2015-03-29 15:36:11 -05:00
arve0 ae95170f6a add note about latex 2015-03-14 20:27:03 +01:00
Steven Silvester 5c6ee9511c Remove unnecessary sphinx version check 2015-03-14 10:39:25 -05:00
Steven Silvester 9c3a6c1e91 Fix support for Sphinx 1.3 2015-03-14 10:35:04 -05:00
Steven Silvester c62397493a Handle Sphinx 1.3 API change 2015-03-13 08:18:50 -05:00
Stefan van der Walt d3bb552527 Update version to 0.11.0 2015-03-04 01:54:55 -08:00
Stefan van der Walt 27d46c93b5 Add 0.11 release notes 2015-03-03 23:41:32 -08:00
Stefan van der Walt 9848cd56b6 Add missing 0.10 release notes 2015-03-02 08:50:35 -08:00
Stefan van der Walt d6870c6de7 Merge pull request #1066 from msarahan/PhaseCorrelation
Add subpixel shift registration
2015-03-02 08:30:45 -08:00
Stefan van der Walt cf8d69ca81 Merge pull request #1077 from buzmakov/master
Increase reconstruction quality of FPB in iradon documentation example.
2015-03-02 08:24:47 -08:00
Juan Nunez-Iglesias 3f6d9fa985 Merge pull request #1385 from stefanv/README_deps_update
Update README and installation instructions
2015-02-25 13:49:42 +11:00
Stefan van der Walt c00670459f Update README and installation instructions 2015-02-22 23:28:34 -08:00
Stefan van der Walt 6ab7df1875 Fix gh-pages under Python 3. Make robust against running twice in a row. 2015-02-22 17:23:13 -08:00
Michael Sarahan 71a89697f0 improve test coverage. Use SciPy's fourier_shift for examples. 2015-02-21 11:33:37 -08:00
Josh Warner 4644bdd347 Merge pull request #874 from emmanuelle/nlm_denoise
FEAT: NL-means denoising
2015-02-19 16:53:58 -06:00
Steven Silvester 26548181bf Be more specific about citation not found error 2015-02-07 19:29:32 -06:00
Steven Silvester fa226ad807 Update the README with some warning hints
Update the readme with some warning hints

Tweak README

Tweak README

Fix preferred plugins test

Pep8 fix

Remove imshow from PIL plugin

Fix spelling

Tweak readme
2015-02-07 16:40:54 -06:00
Steven Silvester be7154f23d Skip build on 3.2
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'
2015-02-07 16:40:37 -06:00
Stefan van der Walt 703087061b Merge pull request #1352 from jni/data-types
Document range preservation
2015-02-04 19:02:33 -08:00
Steven Silvester 372ea53cc9 Merge pull request #1365 from jni/future
Add skimage.future package
2015-02-03 21:00:03 -06:00
Juan Nunez-Iglesias d638e042eb Add concrete usage examples for preserve_range 2015-02-04 09:47:28 +11:00
Stefan van der Walt b3e5b126f7 Merge pull request #1280 from jni/array_order
Describe array order terminology in 2D, 2D+c, 3D, 3D+c arrays
2015-02-03 10:27:21 -08:00
Juan Nunez-Iglesias 5bd36730fc Update plot_ncut example to use skimage.future 2015-02-03 15:13:02 +11:00
Juan Nunez-Iglesias 483d7d669b Update plot_rag examples to use skimage.future 2015-02-03 15:10:54 +11:00
Juan Nunez-Iglesias ba2134a2b1 Update discussion on time-varying images 2015-02-03 14:13:40 +11:00
Juan Nunez-Iglesias fd6c7a26d8 Replace frame with plane 2015-02-03 14:08:24 +11:00
François Boulogne 850f6efc39 DOC: add parallelization to tutorials index 2015-01-30 22:51:48 -05:00
Michael Sarahan 03dc489457 Add subpixel-precision image translation registration function to feature module 2015-01-29 20:09:50 -08:00
Vighnesh Birodkar d3775f9a3c Improved test case 2015-01-29 20:33:14 +05:30
Vighnesh Birodkar e79bbed001 Improved test case and removed duplicate test 2015-01-28 22:01:30 +05:30
Juan Nunez-Iglesias d0a9523297 Fix line wrapping 2015-01-28 17:38:54 +11:00
Vighnesh Birodkar c5f8f27e44 code cleanup and removed test 2015-01-27 21:33:22 +05:30
Vighnesh Birodkar 4c4d7108e1 handled the function with callbacks 2015-01-27 21:33:22 +05:30
Vighnesh Birodkar a080aa724a rebase and docstring changes 2015-01-27 21:33:21 +05:30
Vighnesh Birodkar 9a192bf1cb fix example 2015-01-27 21:33:21 +05:30
Vighnesh Birodkar f33c2cad13 Description of example 2015-01-27 21:33:21 +05:30
Vighnesh Birodkar b35fe6948f working code 2015-01-27 21:33:21 +05:30
Juan Nunez-Iglesias 0f1dc3d669 Add a paragraph or two about preserving range 2015-01-23 00:18:51 +11:00
Juan Nunez-Iglesias f1b309ecfb Specify standard Cartesian coordinates 2015-01-22 13:05:19 +11:00
Juan Nunez-Iglesias 3667b4d81c Be more specific about cat image dimensions 2015-01-22 13:04:29 +11:00
Juan Nunez-Iglesias 2f05992148 Expand on skimage support for 3D processing 2015-01-22 13:01:04 +11:00
Juan Nunez-Iglesias 64f00bb860 Add note on 5D images 2015-01-22 12:49:28 +11:00
Juan Nunez-Iglesias 6eb8b0d079 Add table summarising image types 2015-01-22 12:47:44 +11:00
Juan Nunez-Iglesias 110ac37dc4 Add doctest skip directives to timing calls 2015-01-22 11:57:49 +11:00
emmanuelle dd9030d44c Implemented fast algorithm also for 3-D and 2D-RGB images. Changed API so
that there is only one function for fast and classic algorithms.
2015-01-18 22:18:29 +01:00
Steven Silvester d24ce2b4ab Merge pull request #1328 from pratapvardhan/misc-doc
DOC: Update bootstrap sphnix links
2015-01-01 19:28:23 -06:00
Juan Nunez-Iglesias 097f8eaaa0 Space comment and code in plot directive call 2014-12-31 17:09:36 +11:00
Juan Nunez-Iglesias e4d91d1c9f Give 3D image examples 2014-12-31 17:07:28 +11:00
Juan Nunez-Iglesias f9b5f44faa Clarify boolean masks on color images 2014-12-31 17:07:28 +11:00
Juan Nunez-Iglesias 9c770dbdf2 Prefer row/col to r/c when talking about circles 2014-12-31 17:07:28 +11:00