Commit Graph

30 Commits

Author SHA1 Message Date
Johannes Schönberger 0758fc9cd6 Do not acquire GIL for felzenswalb 2015-05-19 22:52:35 -07:00
Steven Silvester 09876408fc Fix some sphinx warnings and add to build
Fix some sphinx warnings

Add documentation build to test

Add documentation build to test

Remove change in numpydoc

Remove change in apigen

Add makefile target for html and add to travis script

Add a makefile target for html and add to travis script

Fix more sphinx warnings
2015-02-07 16:40:26 -06:00
Steven Silvester 2d3ada19e5 Allow for no exceptions to be raised and cleanup
Allow for no exceptions to be raised

Add some helpful comments

Remove doctest skips

Remove TODO note

Cleanup and skip failing doctest
2014-12-23 16:51:18 -06:00
Steven Silvester a4e4e57ba5 Create new expected_warnings helper and some cleanup
Add new helper function for expected warnings during test

Indentation cleanups and avoid skipping doctests if possible.
2014-12-23 16:50:18 -06:00
Steven Silvester 4680f30466 Add a test setup helper function
Add a function to set up a skimage test

Switch to new test helper function

Import local packages that raise warnings in test setup function

More fixes to doctests

Fix regionprops doc test

Try and fix the test_rank failure.

Remove no longer needed RectangleSelector shim

Skip more doctests in _regionprops

Try importing another scipy subpackage
2014-12-23 16:49:20 -06:00
emmanuelle 873a2bab4f Modified a few docstrings that made doctesting fail 2014-12-07 16:58:36 +01:00
Matěj Týč c6ebe6c661 Removed negative connectivity support as requested 2014-12-02 22:34:04 +01:00
Matěj Týč e41bff898a Added fix for the strange input array shapes + tests 2014-11-28 16:45:52 +01:00
Matěj Týč 3b4425813b Streamlined connectivity vs neighbors handling 2014-11-25 00:37:19 +01:00
Matěj Týč ac11b61502 Fixed typos, added array shape checking 2014-11-23 23:45:32 +01:00
Matěj Týč d07caea5a8 Mended code style 2014-11-23 23:17:01 +01:00
Matěj Týč a4b841daf0 Fixed bugs 2014-11-19 23:16:33 +01:00
Matěj Týč 53e1912854 Merge branch 'label3d' of https://github.com/matejak/scikit-image into label3d 2014-11-19 23:03:07 +01:00
Matěj Týč fe4a9b5847 Made the scan code cleaner and faster (but longer) 2014-11-19 23:02:34 +01:00
Matěj Týč 20755da3fe Fixed typos and made some style fixes 2014-11-19 21:32:27 +01:00
Matěj Týč 06c46ec51e Introduced the connectivity parameter, regrouped some code 2014-11-18 23:45:54 +01:00
Matěj Týč abf3dbc593 Added and tested proper exception handling concerning array shape 2014-11-16 15:33:13 +01:00
Matěj Týč d29831882d Redone the background handling = considerable speedup 2014-11-15 16:42:22 +01:00
Matěj Týč 67464e2081 Fixed a typo + cleaned the code semantics 2014-11-15 16:11:31 +01:00
Matěj Týč 7c7ecc4bdc Mainly typo fixes 2014-11-11 21:49:57 +01:00
Matěj Týč 438a9355d6 Fixed bugs so test pass now 2014-11-11 00:39:49 +01:00
Matěj Týč 815ea29d26 Added some comments + requested reformatting 2014-10-29 00:58:01 +01:00
Matěj Týč 416f3a2eb5 numpy 1.6 compat fix 2014-10-27 23:33:59 +01:00
Matěj Týč 152a6d0de8 Fixed typos + added docstrings and comments 2014-10-27 22:37:04 +01:00
Matěj Týč 98047f5ce8 Cython minor fixes 2014-10-26 23:38:12 +01:00
Matěj Týč d3049a087c Refactored Cython stuff with easier code readability in mind 2014-10-26 23:22:54 +01:00
Matěj Týč b65ebdfb13 Added support for 3D arrays 2014-10-26 21:30:05 +01:00
Matěj Týč f736047ebb Refactored measure.label, added documentation. 2014-10-25 18:34:32 +02:00
Stefan van der Walt 4da4ec5b89 Mention which parameters to label are optional. Simplify label deprecation. 2014-05-09 03:00:39 +02:00
Stefan van der Walt 46829c6a33 Move implementation of label to measure submodule 2014-05-08 18:04:03 +02:00