Stefan van der Walt
321d9f372c
Add some PEP8
2014-04-28 01:10:15 +02:00
Stefan van der Walt
58ef146834
Copy list of modules since it may change during iteration
2014-04-27 04:05:52 +02:00
Stefan van der Walt
86beb21e5a
Move all_warnings to skimage._shared.utils
2014-04-27 03:23:22 +02:00
Stefan van der Walt
8fdd5a270d
In all_warnings context manager, return warnings for examination
2014-04-27 02:16:41 +02:00
Stefan van der Walt
337f3d175f
Update shape tests to use all_warnings
2014-04-27 02:10:29 +02:00
Stefan van der Walt
132aa8bbd3
Add all_warnings context manager
...
The context manager searches for __warningregistry__ entries that
Python leaves all over the place, clearing them, thereby ensuring
that warnings will always be raised. This is necessary for the test
suite to detect warnings even if they were raised before under
the "once" filter.
2014-04-27 02:08:33 +02:00
Stefan van der Walt
717f5feb51
Fix typo in docstring
2014-04-08 11:15:24 +02:00
Stefan van der Walt
c18d4bbe59
Update view_as_windows docstring
2014-04-07 18:18:09 +02:00
Stefan van der Walt
12af2ef7ed
Take a softer approach and raise a warning when a non-contiguous input is provided
2014-04-07 18:15:49 +02:00
Stefan van der Walt
5733a02853
Do not allow view_as_* to return copies ( closes #866 )
2014-04-07 14:41:56 +02:00
Stefan van der Walt
2c5d19f368
Merge pull request #955 from neerajgangwar/add-test-greycomatrix
...
Add test cases for greycomatrix
2014-04-07 14:02:18 +02:00
Stefan van der Walt
5e07dba25e
Merge pull request #967 from pberkes/fix/lbp-variance
...
Fix LBP variance calculation (closes #966 )
2014-04-07 14:00:38 +02:00
Juan Nunez-Iglesias
a440087a9c
Merge pull request #968 from sciunto/req
...
update info about PIL
2014-04-04 12:56:01 +11:00
François Boulogne
e64547bea7
forgot a aword
2014-04-03 20:33:55 -04:00
François Boulogne
ba11683d45
update info about PIL
2014-04-03 19:56:02 -04:00
Pietro Berkes
109efc5d0a
No need to take the center of the results twice.
2014-04-01 21:28:12 +01:00
Pietro Berkes
1fbed8a8d0
Fix random seed for test stability.
2014-04-01 21:10:04 +01:00
Pietro Berkes
1a909cbc79
Fix LBP variance calculation.
2014-04-01 21:06:15 +01:00
Stefan van der Walt
a21dca6a77
Merge pull request #961 from ahojnnes/video
...
Temporarily remove video plugin
2014-04-01 01:40:35 +02:00
Johannes Schönberger
1decf8a908
Merge pull request #956 from vighneshbirodkar/issue945
...
Equality of regionprops
2014-03-30 08:48:34 -04:00
Vighnesh Birodkar
e6ea9efa1c
formatting, used assert_equals in test
2014-03-30 17:46:45 +05:30
Johannes Schönberger
e92c2bf61d
Document removed skimage.io.video in API changes
2014-03-29 22:29:48 -04:00
Juan Nunez-Iglesias
82189f546f
Merge pull request #964 from ahojnnes/submods
...
Update subpackage descriptions
2014-03-30 13:24:32 +11:00
Juan Nunez-Iglesias
5b5ef4d42b
Merge pull request #963 from tonysyu/feature/tinting-example
...
Add example of tinting a grayscale image
2014-03-30 13:22:37 +11:00
Tony S Yu
040890f594
Fix a couple of grammar typos
2014-03-29 18:49:57 -05:00
Tony S Yu
a881d2fc5f
Incorporate PR feedback
...
- Change wording to remove "I"
- Fix typo
- Resize figure for better display
- Create mask using entropy filter to improve colored regions
2014-03-29 10:28:08 -05:00
Johannes Schönberger
9e3070ac57
Homogenize subpackage description
2014-03-29 01:23:10 -04:00
Johannes Schönberger
65dbff751d
Update subpackage descriptions
2014-03-28 18:22:50 -04:00
Tony S Yu
40cc93a92d
Add example of tinting a grayscale image
2014-03-27 22:47:22 -05:00
Vighnesh Birodkar
764c59693c
removed array cast, added not equals test
2014-03-28 00:12:18 +05:30
Johannes Schönberger
726ba6d101
Temporarily remove video plugin
...
The video plugin is broken in its current state. It might come back at a later
time, when the Python bindings to gstreamer are up-to-date again.
2014-03-27 09:06:58 -04:00
Johannes Schönberger
9772cf34f2
Merge pull request #960 from sciunto/doc_enhan
...
DOC: simplify the code (Thx Stefan)
2014-03-27 09:03:54 -04:00
François Boulogne
05458457f1
DOC: simplify the code (Thx Stefan)
2014-03-27 08:34:35 -04:00
Josh Warner
efcd8153b5
Merge pull request #926 from sivapvarma/plt-subplots-examples
...
DOC: Use standard plt.subplots motif in examples
2014-03-27 00:40:16 -05:00
Tony S Yu
55b0b0bcd5
Merge pull request #959 from ahojnnes/viewer-backend
...
Warn about matplotlib backend in skimage.viewer
2014-03-26 20:49:07 -05:00
Johannes Schönberger
06498c3c59
Warn about matplotlib backend in skimage.viewer
2014-03-26 19:06:06 -04:00
Stefan van der Walt
5593bad86d
Merge pull request #958 from ahojnnes/numpydoc
...
Upgrade numpydoc to version 0.4
2014-03-26 23:32:41 +02:00
Johannes Schönberger
e812a8f805
Merge pull request #946 from synesthesiam/master
...
Added alpha support to novice
2014-03-26 09:31:15 -04:00
Michael Hansen
f84cce3238
Convert incoming novice images to ubyte
2014-03-26 08:48:10 -04:00
Michael Hansen
dc798e27f1
Merge branch 'master' of https://github.com/scikit-image/scikit-image
2014-03-26 08:47:48 -04:00
Johannes Schönberger
9e028aeb99
Merge pull request #957 from sciunto/fixdoc
...
MAINT: use region.bbox
2014-03-26 07:51:22 -04:00
François Boulogne
ea70724216
MAINT: use region.area
2014-03-26 06:48:16 -04:00
François Boulogne
4b714c54f2
MAINT: use region.bbox
2014-03-25 22:24:34 -04:00
Vighnesh Birodkar
3f5b3892ed
reverted irrelevant changes
2014-03-26 03:59:56 +05:30
Vighnesh Birodkar
1fc24294ff
reverted irrelevant changes
2014-03-26 03:58:32 +05:30
Vighnesh Birodkar
b0dbfffb45
reverted irrelevant changes
2014-03-26 03:56:40 +05:30
Vighnesh Birodkar
dd8a14bf69
reverted irrelevant changes:
2014-03-26 03:55:22 +05:30
Vighnesh Birodkar
ab06d0177b
pep8
2014-03-26 03:51:59 +05:30
Vighnesh Birodkar
ace11b852e
added nan case
2014-03-26 03:50:24 +05:30
Vighnesh Birodkar
77b91e633b
added tests, accounted for nan case
2014-03-26 03:50:04 +05:30