Commit Graph
8104 Commits
Author SHA1 Message Date
Johannes Schönberger aa38f2485b Do not acquire GIL for rank filters 2015-05-20 07:26:24 -07:00
Johannes Schönberger a7c0b11eda Do not acquire GIL for median_filter 2015-05-20 07:10:51 -07:00
Johannes Schönberger 8e6542c86c Do not acquire GIL for heap 2015-05-19 23:03:46 -07:00
Stefan van der Walt 1a32745645 Merge pull request #1517 from ahojnnes/parallel-decoration
Add decorator to test parallel execution of unit tests
2015-05-19 23:00:00 -07:00
Johannes Schönberger 0758fc9cd6 Do not acquire GIL for felzenswalb 2015-05-19 22:52:35 -07:00
Johannes Schönberger 2d0b4dc37a Do not acquire GIL for quickshift 2015-05-19 22:43:46 -07:00
Johannes Schönberger 785176b4c2 Do not acquire GIL for slic 2015-05-19 22:40:19 -07:00
Stefan van der Walt 07f95e400f Merge pull request #1511 from grlee77/ssim_ndim
ENH: structural_similarity: n-dimensional and multichannel support
2015-05-19 19:04:23 -07:00
Johannes Schönberger 7337a3e14b Do not acquire GIL for hough_line 2015-05-19 18:57:20 -07:00
Steven Silvester 26fa9c75d0 Merge pull request #1499 from stefanv/doc_style
Sync doc theme with website
2015-05-19 20:46:10 -05:00
Steven Silvester 05def35e19 Merge pull request #1501 from stefanv/doc_fixes
Fix reference to release notes
2015-05-19 20:45:39 -05:00
Johannes Schönberger 83fe07097f Do not acquire GIL for hough_circle 2015-05-19 18:42:53 -07:00
Johannes Schönberger 7a8afbddf3 Do not acquire GIL for iradon_sart 2015-05-19 18:37:36 -07:00
Johannes Schönberger 07f2e4b93f Test parallel execution of warp_fast 2015-05-19 18:25:01 -07:00
Johannes Schönberger 0d4c76948b Do not acquire GIL for warp_fast 2015-05-19 18:22:32 -07:00
Johannes Schönberger 0fad295d47 Add unit test for test_parallel decorator 2015-05-19 18:15:17 -07:00
Johannes Schönberger 574159f724 Add decorator to test parallel execution of unit test 2015-05-19 17:57:47 -07:00
Blake Griffith a8d49950aa Defer import errors of dask array until runtime. 2015-05-19 17:14:28 -05:00
Blake Griffith 9d11b3854a Add to release notes. 2015-05-19 17:14:28 -05:00
Blake Griffith c885a9ef72 Add dask to DEPENDS.txt 2015-05-19 17:14:27 -05:00
Blake Griffith 0e573f71af Use absolute import 2015-05-19 17:14:27 -05:00
Blake Griffith 9be6424b4b Install dask[array] from pypi for travis and appveyor 2015-05-19 17:14:27 -05:00
Blake Griffith a258fc7b3b Rename apply and apply_chunks to apply_parallel 2015-05-19 17:05:49 -05:00
arve0andBlake Griffith 7ac7e1078b cpu_count may raise NotImplementedError 2015-05-19 17:05:49 -05:00
Blake Griffith b2e4468e55 Use my dask branch instead of master 2015-05-19 17:05:49 -05:00
Blake Griffith ae73d03f5f process -> apply, more docs 2015-05-19 17:05:49 -05:00
Blake Griffith 08dcf4a4e6 Move the function's args and kws to the end of the signature
renamed them to extra_arguments and extra_keywords

suggested by @jni
2015-05-19 17:05:49 -05:00
Blake Griffith 6be2b1bfa2 Smarter chunk selection. 2015-05-19 17:05:49 -05:00
Blake Griffith 4a47127871 pep8 2015-05-19 17:05:48 -05:00
Blake Griffith 54e95cff9b Add latest dask to appveyor 2015-05-19 17:05:48 -05:00
Blake Griffith bf3bb8d045 Add latest dask to .travis.yml 2015-05-19 17:05:48 -05:00
Blake Griffith 72091a8818 Tests for process chunks function. 2015-05-19 17:05:48 -05:00
Blake Griffith 43bd8242ff load process chunks into namespace 2015-05-19 17:05:48 -05:00
Blake Griffith 42e62e7a0b Add process_chunks function 2015-05-19 17:05:48 -05:00
Gregory R. Lee ce8e88d6e2 remove truncate argument from gaussian_filter for scipy<0.14 compatibility 2015-05-19 11:16:19 -04:00
Gregory R. Lee c7916ffe9a remove image_similarity; set 11-tap Gaussian via truncate=3.5; add links to references 2015-05-15 21:35:47 -04:00
Gregory R. Lee 6317aac01e use scipy.ndimage.gaussian_filter instead of a custom implementation 2015-05-15 16:03:00 -04:00
Gregory R. Lee 9090aa6afb remove multichannel magic and default to False. fix bugs in tests introduced during rebase 2015-05-15 14:28:48 -04:00
Gregory R. Lee d781fc5774 docstring fixes 2015-05-15 14:09:03 -04:00
Gregory R. Lee 9cb4b4bae6 revise argument handling code for multichannel case 2015-05-15 13:47:20 -04:00
Gregory R. Lee 86e07447d1 replace _discard_edges with skimage.util.arraypad.crop 2015-05-15 13:47:16 -04:00
Gregory R. Lee 3bf6cc106e add additional tests 2015-05-15 13:47:13 -04:00
Gregory R. Lee 6294dcbf12 allow remaining hardcoded constants (sigma, K1, K2) to be modified via kwargs 2015-05-15 13:45:40 -04:00
Gregory R. Lee 6ba1596174 sample vs. population covariance difference addressed to more accurately match reference implementations 2015-05-15 13:45:38 -04:00
Gregory R. Lee 3b27107bfb structural_similarity: add image_content_weighting option 2015-05-15 13:42:29 -04:00
Gregory R. Lee b193e7990e structural_similarity: add option to return full ssim image in addition to the mean 2015-05-15 13:42:27 -04:00
Gregory R. Lee 44f1fd37f2 add multichannel support to structural_similarity 2015-05-15 13:42:14 -04:00
Gregory R. Lee 49a1060719 update structural similarity to nD implementation with gaussian weighting to match other reference implementations 2015-05-15 13:42:06 -04:00
Stefan van der Walt 4b0456b8ef Merge pull request #1488 from danielwe/blob-float-sigma
Avoid truncating sigma to integer in blob detection (fixes tests for #1257)
2015-05-14 23:42:01 -07:00
Josh Warner 87355f4667 Merge pull request #1513 from joelfrederico/skimage-measure-regionprops-doc
DOC: Update regionprops.weighted_moments_central doc
2015-05-14 20:03:46 -05:00