Commit Graph

8164 Commits

Author SHA1 Message Date
Kevin Keraudren 307a4e9936 updating tests 2016-05-08 08:30:47 +01:00
Kevin Keraudren 9fa6548f7d added mention of sklearn.utils.validation.check_random_state as a comment 2016-05-08 08:22:00 +01:00
Kevin Keraudren 4ff20b83aa moving check_random_state() to skimage._shared.util 2016-05-08 08:13:01 +01:00
Kevin Keraudren 9659d26294 allowing to pass a np.random.RandomState to ransac 2016-05-06 09:17:53 +01:00
Josh Warner d73e408a82 Merge pull request #2070 from soupault/fix_2069
FIX: Fix import of 'warn' in qt_plugin
2016-05-05 15:30:37 -05:00
Egor Panfilov dd8e5f08a4 Fixed import in qt_plugin 2016-05-05 12:15:05 +03:00
Johannes Schönberger e0e8718884 Merge pull request #2064 from aizvorski/colorspace-speedup
Speed up colorconv._convert
2016-05-05 10:02:16 +02:00
Johannes Schönberger eff310539b Improve doc string formatting of denoise_bilateral (#2062)
* Improve doc string formatting of denoise_bilateral
2016-05-02 00:02:01 +03:00
Alex Izvorski c9e8356cf6 Speed up _convert 2016-05-01 13:53:30 -07:00
Josh Warner a2d4b3cb62 Merge pull request #2061 from aizvorski/fix-bilateral-filter-tests
TST: Speed up bilateral filter tests
2016-05-01 10:23:15 -05:00
Alex Izvorski 24fab05c3f Speed up bilateral filter tests by making them work on a 50x50 image instead of 200x200, and use smaller sigma_spatial 2016-05-01 01:07:55 -07:00
Vighnesh Birodkar a406e270b1 Improved drawing in plot_rag_draw.py example (#1872)
Improved drawing in draw_rag example; changed draw_rag to show_rag, made it return ScalarMappable to draw colorbars; added magma colormap
2016-04-24 09:28:24 +03:00
Juan Nunez-Iglesias e6fd683d74 Merge pull request #2055 from soupault/fix_readme_badge
Change coverage badge to codecov
2016-04-24 10:27:23 +10:00
Egor Panfilov 13d38f1e1a Changed badge to codecov 2016-04-23 14:27:06 +03:00
Steven Silvester 840080478f Merge pull request #2038 from stefanv/travis_osx
Test on OSX
2016-04-17 15:01:53 -05:00
Stefan van der Walt fef4b0ec2e Test on OSX 2016-04-14 02:13:19 -07:00
Steven Silvester bfb6175485 Merge pull request #2033 from soupault/remove_python_26
Removed Python 2.6 support and related checks
2016-04-05 18:44:02 -05:00
Juan Nunez-Iglesias a8542e98ff Merge pull request #2034 from blink1073/fix-local-test
Fix local test function
2016-04-05 01:35:39 +10:00
Steven Silvester 20613eb785 Fix local test function 2016-04-04 08:25:47 -05:00
Juan Nunez-Iglesias 6d0a94930c Merge pull request #2032 from soupault/fix_2006
Improved skimage.segmentation.active_contour input arguments' dtype support
2016-04-02 11:01:52 +11:00
Egor Panfilov 0e6ccabd93 Removed Python 2.6 support and related checks 2016-04-02 00:03:48 +03:00
Egor Panfilov ea6131df9f Forced convertion to float 2016-04-01 23:28:29 +03:00
Josh Warner a8dc808738 Merge pull request #2031 from stefanv/pyramid_ref
Fix URL to texturematch paper
2016-04-01 07:40:46 -05:00
Stefan van der Walt 7952878754 Fix URL to texturematch paper 2016-03-31 16:26:31 -07:00
Juan Nunez-Iglesias e146fa447c Merge pull request #2030 from sdsingh/bbox
Document regionprops bbox property.
2016-03-31 13:19:52 +11:00
Shaun Singh 35b35c5139 Fix broken Sphinx 2016-03-30 17:02:19 -07:00
Shaun Singh c7dd6e25ed Improve documentation of bounding box 2016-03-30 17:00:27 -07:00
Juan Nunez-Iglesias 6a02d81677 Merge pull request #2024 from soupault/remove_filters_canny
Remove `skimage.filters.canny` links
2016-03-31 10:32:59 +11:00
Egor Panfilov 2b1a88dfb5 Removed deprecated filters.canny links 2016-03-24 21:40:19 +03:00
Josh Warner b2845ff5aa Merge pull request #2023 from soupault/remove_filter
MAINT: Remove deprecated `filter` module
2016-03-24 05:50:24 -07:00
Egor Panfilov 0101aab546 Improved api_changes message 2016-03-24 07:59:07 +03:00
Egor Panfilov 3c803f95ef Removed deprecated filter module 2016-03-23 22:44:29 +03:00
Steven Silvester 51291beee7 Merge pull request #2021 from ahojnnes/soupault-fix_2005
skimage.segmentation.quickshift signature is missing from API docs, third attempt
2016-03-23 06:22:13 -05:00
Johannes Schönberger d19817cacd Use typed memoryviews for quickshift and other Cython improvements 2016-03-22 22:09:31 +01:00
Egor Panfilov 567b0fc54f Created Python wrapper, renamed files, fixed error message 2016-03-22 22:53:15 +03:00
Josh Warner c0553a0eb2 Merge pull request #2015 from blink1073/codecov
MAINT: Switch from coveralls -> codecov in CI build
2016-03-19 13:59:59 -07:00
Steven Silvester b2a2301df6 Merge pull request #1966 from vighneshbirodkar/gitignore
Modified .gitignore to properly ignore auto_example files
2016-03-19 12:44:45 -05:00
Josh Warner 030836114c Merge pull request #2016 from blink1073/upgrade-tifffile
MAINT: Upgrade tifffile
2016-03-19 10:26:51 -07:00
Johannes Schönberger 1e9aac2842 Merge pull request #2017 from soupault/fix_doc_quickshift
skimage.segmentation.quickshift signature is missing from API docs
2016-03-19 15:13:16 +01:00
Egor Panfilov 85b7f6ba48 Fixed quickshift signature, added cdef on kernel_size 2016-03-19 15:23:09 +03:00
Steven Silvester 35a9a5da06 Merge pull request #1934 from SalvatoreScaramuzzino/Doc-PaintTool
added doc to PaintTool
2016-03-19 06:48:46 -05:00
Steven Silvester 34ae6805d5 Merge pull request #1954 from soupault/gh_templates
Github templates
2016-03-19 06:17:12 -05:00
Steven Silvester 7bb7643908 Skip more tests 2016-03-19 04:47:11 -05:00
Josh Warner 0737ff8519 Merge pull request #1938 from stefanv/test_against_numpy_pre-releases
BUILD: Use --pre flag for Travis pip installs.
2016-03-18 22:30:10 -07:00
Steven Silvester a80e4c3b05 Move install to bash script 2016-03-18 23:16:39 -05:00
Steven Silvester 2e6fcd4dd8 Upgrade tifffile 2016-03-18 23:15:40 -05:00
Steven Silvester 8016d2cd34 Try codecov 2016-03-18 22:37:04 -05:00
Stefan van der Walt 142621c350 Merge pull request #2014 from stefanv/fix_mpl_warnings
Correct regexp for catching mpl warnings
2016-03-18 18:00:51 -07:00
Stefan van der Walt caeb67a843 Correct regexp for catching mpl warnings 2016-03-18 14:32:21 -07:00
Stefan van der Walt f8e03d475e Use variables to control Travis build matrix 2016-03-18 13:45:30 -07:00