Commit Graph

  • dba355da60 Merge pull request #1753 from blink1073/fix-numpy1.10 Stefan van der Walt 2015-10-20 09:26:19 -07:00
  • 41159f3fd2 Fix adapthist mask logic Steven Silvester 2015-10-19 18:07:32 -05:00
  • 7212fe3e82 Replace semicolon with full stop Juan Nunez-Iglesias 2015-10-18 11:41:54 +11:00
  • 4816d2ed0f Refine docstring for 'compactness' kwarg in SLIC Juan Nunez-Iglesias 2015-10-17 13:16:39 +11:00
  • 605a0270b8 DOC: test piwik with piwik.sciunto.org François Boulogne 2015-10-08 22:36:16 +02:00
  • 4e364c6087 reverted subplot creation to preferred matplotlib style martin 2015-10-12 18:09:47 +02:00
  • be39c35325 changed subplot creation to preferred matplotlib style martin 2015-10-12 17:52:43 +02:00
  • 629d6d6abc changed subplot creation to preferred matplotlib style martin 2015-10-12 17:48:30 +02:00
  • f8e632c6b1 changed subplot creation to preferred matplotlib style martin 2015-10-12 17:44:02 +02:00
  • 0ffa83113a changed subplot creation to preferred matplotlib style martin 2015-10-12 17:38:08 +02:00
  • d42b06e69e changed subplot creation to preferred matplotlib style martin 2015-10-12 16:15:39 +02:00
  • c65b095ec7 added parameters for axes sharing to plt.subplots martin 2015-09-11 09:58:12 +02:00
  • e7f5dff215 added parameters for axes sharing to plt.subplots martin 2015-09-11 09:57:17 +02:00
  • ada92ae75e replaced subplots with individual subplot calls share axes for the related images in subplost 221 and 223 martin 2015-09-11 09:54:16 +02:00
  • bb081ebd0a added sharex, sharey and adjustable parameters to subplots martin 2015-09-11 09:50:49 +02:00
  • 9fa9c0387c adding axes sharing to displays of related images for better interaction martin 2015-09-11 09:45:34 +02:00
  • 8ff6d2d8e3 changed adjustable parameter of axes to 'box-forced' this fixes the size of axes around an image for shared axes martin 2015-09-08 18:02:42 +02:00
  • 681be3fc58 adding shared axes to examples with multiple plots martin 2015-09-07 18:13:00 +02:00
  • bf9eb6c8de Update __init__.py JGoutin 2015-10-09 13:38:03 +02:00
  • d43351c578 Import fail if python is runned with -OO JGoutin 2015-10-09 12:21:13 +02:00
  • a2d74e5260 Merge pull request #1421 from hohlraum/hough_fix Josh Warner 2015-10-08 18:48:48 -07:00
  • 2045c44d1f Removed trailing whitespace Olivia Wilson 2015-10-07 11:30:20 +01:00
  • 07775b6b54 Merge branch 'remove_small_holes' of https://github.com/oew1v07/scikit-image into remove_small_holes Need to merge with work completed elsewhere Olivia Wilson 2015-10-07 11:00:02 +01:00
  • 815c5c8ee7 Added new line Olivia Wilson 2015-10-07 10:59:26 +01:00
  • bfba746a91 Adapting Edited Files to comply with PEP8 Standards sumitbinnani 2015-10-07 14:21:36 +05:30
  • 387cbda55a Merge pull request #1744 from blink1073/always-use-tiff Juan Nunez-Iglesias 2015-10-07 15:57:34 +11:00
  • 1dae599eb1 Remove another tiff check in test_pil Steven Silvester 2015-10-06 20:19:06 -05:00
  • 1547ec39f3 Remove the tifffile save tests from test_pil Steven Silvester 2015-10-06 20:18:16 -05:00
  • d7a648ad55 Pop the img_num keyword if given Steven Silvester 2015-10-06 19:58:50 -05:00
  • e7b67618fd Move tiff-file handling to top level Steven Silvester 2015-10-06 19:45:28 -05:00
  • 844b8b9052 Merge pull request #1738 from blink1073/test-3.5 Josh Warner 2015-10-06 17:26:58 -07:00
  • 4ccf7787a3 Remove 3.2 from travis build Steven Silvester 2015-10-06 19:02:37 -05:00
  • d66babe9bb Merge pull request #1741 from escorciav/peak-local-max-output-type Stefan van der Walt 2015-10-06 00:20:33 -07:00
  • 0bae5f9137 Adding Alias and Deprecation Warning sumitbinnani 2015-10-05 12:55:36 +05:30
  • 7254c1e7b2 Fix output type of peak_local_max Victor Escorcia 2015-10-03 22:12:03 +03:00
  • 811b6895cf Refactoring ``skimage.filters.gabor_filter` to `skimage.filters.gabor` Refactoring `skimage.filters.gaussian_filter` to `skimage.filters.gaussian`` sumitbinnani 2015-10-02 14:56:35 +05:30
  • 730297def6 Use Dask 0.7.1 on Python 3.2 Steven Silvester 2015-10-03 13:04:05 -05:00
  • 0d9987e2b3 Test against Python 3.5 on Travis Steven Silvester 2015-10-02 20:10:07 -05:00
  • 9025c020ae Adjusting spacing of array in doctests Olivia 2015-09-25 14:55:13 +01:00
  • 5c7c67db12 Made changes to doctests Olivia 2015-09-25 14:51:06 +01:00
  • 19fbdfb6fe Adjusted white space for doctests Olivia Wilson 2015-09-24 11:58:40 +01:00
  • 413ac4a53b Altered doctests to correct spacing Olivia Wilson 2015-09-23 21:24:11 +01:00
  • a3bb9401c2 Moved the comments on labeled arrays to notes section Olivia 2015-09-22 17:41:22 +01:00
  • 3f735b6482 Changed the test file to use expected warnings. Olivia 2015-09-22 17:35:32 +01:00
  • e822e5a556 DOC : add ref to nlmeans in the API Charles 2015-09-22 11:14:33 +02:00
  • 953fbfc539 Merge pull request #1725 from sciunto/unclosedfile Juan Nunez-Iglesias 2015-09-22 16:14:39 +10:00
  • 811f13c1d6 MAINT: use with to close the file François Boulogne 2015-09-21 21:47:06 -04:00
  • 9371ae7aa5 Merge pull request #1724 from sciunto/unclosedfile Steven Silvester 2015-09-21 21:16:22 -05:00
  • 14588366e5 MAINT: use with to close the file François Boulogne 2015-09-21 21:47:06 -04:00
  • 4e21f5dcef Merge pull request #1722 from blink1073/add-doc-deploy-notes Stefan van der Walt 2015-09-19 19:41:42 -07:00
  • 05d0202712 Add notes on how to deploy docs on Travis Steven Silvester 2015-09-19 21:19:48 -05:00
  • 9ac63b32b8 Merge pull request #1721 from sciunto/fixurl Johannes Schönberger 2015-09-19 13:37:11 -04:00
  • 42784a45bc DOC fix broken url François Boulogne 2015-09-19 13:10:23 -04:00
  • d661361c27 Merge pull request #1720 from blink1073/another-token-attempt Stefan van der Walt 2015-09-19 08:13:39 -07:00
  • 252cf8b5b9 Try with a token encrypted in this repo Steven Silvester 2015-09-19 08:47:28 -05:00
  • 2063dd109c Merge pull request #1719 from blink1073/another-docs-build Stefan van der Walt 2015-09-18 21:34:24 -07:00
  • b272785409 Fix variable name Steven Silvester 2015-09-18 21:33:35 -05:00
  • e3167112a9 Another fix Steven Silvester 2015-09-18 21:33:03 -05:00
  • 87dfaf3074 Fix variable name Steven Silvester 2015-09-18 21:31:00 -05:00
  • e1c57be1c4 Encrypt token for target repo Steven Silvester 2015-09-18 21:28:49 -05:00
  • 67b89e6e6d Merge pull request #1717 from sciunto/doctravis Steven Silvester 2015-09-18 20:30:05 -05:00
  • c1559041ab DOC: fix env variable GH_TOCKEN François Boulogne 2015-09-18 21:24:50 -04:00
  • 5f27db9c08 Merge pull request #1716 from blink1073/docs-build-again Stefan van der Walt 2015-09-18 15:05:14 -07:00
  • 6f8cfc7001 Try with debug output Steven Silvester 2015-09-18 10:16:54 -05:00
  • 2c153823c7 Merge pull request #1715 from blink1073/docs-build-token Stefan van der Walt 2015-09-18 07:54:19 -07:00
  • 0fee62f6fd Update token Steven Silvester 2015-09-18 06:55:57 -05:00
  • e57cce5b4a Merge pull request #1713 from blink1073/docs-fix-take-3 Stefan van der Walt 2015-09-17 18:22:23 -07:00
  • 4c345666bd gh-pages is the default target branch Steven Silvester 2015-09-17 20:06:25 -05:00
  • f6b03f4d86 Merge pull request #1711 from blink1073/docs-push-again Stefan van der Walt 2015-09-17 15:10:22 -07:00
  • 82ad2a7fd0 Fix variable check Steven Silvester 2015-09-17 12:34:39 -05:00
  • 08f0677277 Merge pull request #1710 from sciunto/favicon Steven Silvester 2015-09-17 08:49:02 -05:00
  • c7597d6942 Changed function name to _check_dtype_supported Olivia 2015-09-17 13:45:01 +01:00
  • 7e150256cd MAINT: remove check for TRAVIS_PULL_REQUEST (never false) François Boulogne 2015-09-17 08:20:08 -04:00
  • 341039fec7 DOC: favicon path relative to source/ François Boulogne 2015-09-17 05:22:01 -04:00
  • b1c1bdf564 DOC: activate favicon in config François Boulogne 2015-09-16 21:42:33 -04:00
  • 20b03b13fa Merge pull request #1709 from blink1073/windows-docs Stefan van der Walt 2015-09-16 11:41:10 -07:00
  • 31dd5f4e16 Merge pull request #1702 from blink1073/fix-doc-build Stefan van der Walt 2015-09-16 11:38:52 -07:00
  • f2b15dec47 Revert to single build Steven Silvester 2015-09-16 10:36:05 -05:00
  • ade828636a Fix yml format Steven Silvester 2015-09-16 09:30:12 -05:00
  • 5f729fa03a Try a 64bit 2.7 build Steven Silvester 2015-09-16 09:29:18 -05:00
  • 30af111e42 Fix pip upgrade Steven Silvester 2015-09-16 09:00:32 -05:00
  • d8e4774d8f Use the latest pip on appveyor Steven Silvester 2015-09-16 08:20:42 -05:00
  • b9101202fb Add a 64bit python 3.4 build Steven Silvester 2015-09-16 08:02:15 -05:00
  • f20e2c3c1a Fix PYTHON executable and html script Steven Silvester 2015-09-15 08:45:03 -05:00
  • 634737ca22 Add the make target Steven Silvester 2015-09-15 07:58:25 -05:00
  • d2c4ccba59 Build from the right directory and add api to latex command Steven Silvester 2015-09-15 07:32:33 -05:00
  • da3da0bc29 Add api docs and gallery on Windows build and build docs on Appveyor Steven Silvester 2015-09-14 21:35:43 -05:00
  • 0372cb4934 Merge pull request #1708 from JDWarner/fix_win_doc_build Steven Silvester 2015-09-14 21:28:57 -05:00
  • 04fb2e35e7 FIX: Point Windows batch file at source subdir. Joshua Warner 2015-09-14 20:08:43 -05:00
  • 3345e95a53 Merge pull request #1699 from jwiggins/use-ccache Steven Silvester 2015-09-13 10:31:31 -05:00
  • 8c2d8e8e00 Remove sphinx from the optional dependencies John Wiggins 2015-09-13 13:11:48 +02:00
  • 4fe753fd45 Use the current python version for the python intersphinx reference John Wiggins 2015-09-13 12:53:54 +02:00
  • a445dda638 Put the docs build command on a single line. John Wiggins 2015-09-13 10:50:22 +02:00
  • 8c53663dc1 DOC : add ref to nlmeans Charles 2015-09-11 16:31:03 +02:00
  • 5c20ef7218 pep8 and py3 compliance. more comments Julius Bier Kirekgaard 2015-09-09 15:44:35 +01:00
  • 7e4c1d2b36 Allow a cache directory to be passed to the docs Makefile John Wiggins 2015-09-07 18:33:55 +02:00
  • 86542c5916 English corrections in entropy example Olivier Debeir 2015-09-07 09:44:47 +02:00
  • 97ff3576bb Make sure sphinx is installed before building the docs on Travis John Wiggins 2015-09-06 15:42:08 +02:00
  • 16e15c0304 Fix doc build and add instructions Steven Silvester 2015-09-06 07:49:08 -05:00
  • dc394abdf3 Try again with the sphinx build on Travis. John Wiggins 2015-09-06 12:14:36 +02:00