Steven Silvester
040d0475c1
More cleanup
2016-01-30 15:58:07 -06:00
Steven Silvester
6170a7e532
Include the pyx files
2016-01-30 08:59:31 -06:00
Stefan van der Walt
83d5ff9001
Consistently use relative imports
2015-07-11 15:41:37 -05:00
Ömer Özak
b455d851b1
Use np.ravel instead of np.copy
...
This should decrease memory usage and
increase speed without affecting anything else
2015-05-25 18:21:53 -04:00
Johannes Schönberger
8e6542c86c
Do not acquire GIL for heap
2015-05-19 23:03:46 -07:00
Juan Nunez-Iglesias
008775853f
Fix setup.py cascade
2015-02-03 15:34:56 +11:00
Juan Nunez-Iglesias
1b748668ee
Move package to skimage.future.graph
2015-02-03 15:06:27 +11:00
Juan Nunez-Iglesias
605f05942f
Move RAG files to skimage.future
2015-02-03 14:58:57 +11:00
Vighnesh Birodkar
2ffa4847ac
Fixed tests
2015-01-29 21:06:10 +05:30
Vighnesh Birodkar
d3775f9a3c
Improved test case
2015-01-29 20:33:14 +05:30
Vighnesh Birodkar
e79bbed001
Improved test case and removed duplicate test
2015-01-28 22:01:30 +05:30
Vighnesh Birodkar
237b11fefd
Removed local debug statement.
2015-01-28 11:35:57 +05:30
Vighnesh Birodkar
c96fbe4926
minor formatting
2015-01-27 22:33:39 +05:30
Vighnesh Birodkar
ec17cb29c0
Added tests
2015-01-27 22:31:15 +05:30
Vighnesh Birodkar
05a996a846
changed function calls
2015-01-27 21:33:22 +05:30
Vighnesh Birodkar
3466a68a6f
put code into functions
2015-01-27 21:33:22 +05:30
Vighnesh Birodkar
b11ae90fd0
rename mapping array
2015-01-27 21:33:22 +05:30
Vighnesh Birodkar
58cc399e83
rename mapping array
2015-01-27 21:33:22 +05:30
Vighnesh Birodkar
52124a49eb
for iterator change
2015-01-27 21:33:22 +05:30
Vighnesh Birodkar
c5f8f27e44
code cleanup and removed test
2015-01-27 21:33:22 +05:30
Vighnesh Birodkar
409c3612ff
added merge_in_place option
2015-01-27 21:33:22 +05:30
Vighnesh Birodkar
4c4d7108e1
handled the function with callbacks
2015-01-27 21:33:22 +05:30
Vighnesh Birodkar
e41b34314a
Removed ASCII art
2015-01-27 21:33:22 +05:30
Vighnesh Birodkar
c68729e021
spelling check
2015-01-27 21:33:22 +05:30
Vighnesh Birodkar
7f9be8995f
Spelling
2015-01-27 21:33:21 +05:30
Vighnesh Birodkar
72b9e9fe45
Rebase work
2015-01-27 21:33:21 +05:30
Vighnesh Birodkar
8e6990f696
addition inline
2015-01-27 21:33:21 +05:30
Vighnesh Birodkar
1af5aad620
doc string
2015-01-27 21:33:21 +05:30
Vighnesh Birodkar
e0edc91b17
lists in the heap to avoid copying of dict
2015-01-27 21:33:21 +05:30
Vighnesh Birodkar
931f40af68
blank line
2015-01-27 21:33:21 +05:30
Vighnesh Birodkar
d0e2552863
complete heap implementation
2015-01-27 21:33:21 +05:30
Vighnesh Birodkar
bb11caa1e1
edge heap
2015-01-27 21:33:21 +05:30
Vighnesh Birodkar
fe5761461d
added nx check in test
2015-01-27 21:33:21 +05:30
Vighnesh Birodkar
a080aa724a
rebase and docstring changes
2015-01-27 21:33:21 +05:30
Vighnesh Birodkar
62d50d972e
unit tests
2015-01-27 21:33:21 +05:30
Vighnesh Birodkar
40698c8355
docstrings
2015-01-27 21:33:21 +05:30
Vighnesh Birodkar
b35fe6948f
working code
2015-01-27 21:33:21 +05:30
Steven Silvester
f898bd0209
Style fixes
2014-12-26 11:26:30 -06:00
Steven Silvester
c0a0490eed
Fix handling of multiple warnings and update tests
...
Fix handling of multiple warnings
Update all test __init__ files
Update segmentation pkg
Update the color pkg
Update the exposure pkg
Update the filters pkg
Update the io pkg
Update the measure pkg
Update morphology package
Restructure test setup function
Add expected_warnings to __all__
Update restoration pkg.
Remove explicit filter check since it is done elsewhere
Fix the image test helpers
Update the transform pkg
Fix util pkg
Update viewer pkg
2014-12-23 16:51:06 -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
Steven Silvester
f72882fbd2
Import scipy before turning on warnings
2014-12-23 16:49:19 -06:00
Steven Silvester
9e8f91930e
Handle warnings in several packages
...
Start handling warnings in data, exposure, and draw
Add a known_warning decorator and suppress warnings in color pkg
Use the existing all_warnings context manager
Raise warnings in data
Raise warnings in draw
Raise warnings in exposure
Suppress warnings in exposure tests
Add comments about warning suppressions
Raise warnings in feature
Fix warnings in filter package
Add warning handling to graph
Handle warnings in io package
2014-12-23 16:47:41 -06:00
Pratap Vardhan
b72a960670
DOC: Misc spell corrections
2014-12-16 11:41:24 +05:30
Johannes Schönberger
3a1079a180
Misc PEP8 fixes
2014-12-14 02:56:14 +01:00
Rebecca
1b217f971e
replacing lena in examples and most tests
2014-11-07 16:01:23 +02:00
Vighnesh Birodkar
b8988190b0
Docstring changes
2014-10-23 13:17:29 +05:30
Vighnesh Birodkar
96bf747197
always return new id and put new id logic in a function
2014-10-18 21:33:42 +05:30
Vighnesh Birodkar
31ecc3db86
Change None to 0
2014-10-17 00:06:12 +05:30
Vighnesh Birodkar
0419c1e6f7
sequential numbering of nodes using max id
2014-10-16 23:22:56 +05:30
Vighnesh Birodkar
4f91a4ded3
cleanup of if else block
2014-10-05 17:03:56 +05:30