capitanbatata
f078bcf779
Removed the print statements from the test code.
2014-09-11 11:09:27 +02:00
capitanbatata
272e9310d2
Added Stephan comments.
...
Syntax is now checked using `flake8`.
2014-09-05 13:35:35 +02:00
capitanbatata
4c3c49558d
Corrected code to conform to Python coding conventions (PEP 8).
...
Added test code for handling exceptions.
Corrected test code to use the full path to the test data.
2014-09-03 09:13:34 +02:00
capitanbatata
118ce124bf
Undone change in skimage/__init__.py.
2014-09-02 08:01:22 +02:00
capitanbatata
95f18c71da
Added support for different illuminants.
2014-08-08 10:43:57 +02:00
Johannes Schönberger
b08a1264c1
Remove deprecated logger function in skimage/__init__.py
2014-04-11 10:06:28 -04: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
Johannes Schönberger
107f1d607c
Move phase unwrapping algorithms to restoration submodule
2014-03-13 18:50:39 -04:00
blink1073
308c5c7e5e
Add viewer to main docstring.
2014-02-16 19:18:03 -06:00
François Orieux
4e2a5a9644
Better docstring. Better test coverage.
2013-12-10 22:45:16 +01:00
Johannes Schönberger
12d2e9a204
Fix indentation
2013-11-18 15:32:42 +01:00
Johannes Schönberger
b9b50dcf22
Make sure stdlib io is not shadowed by skimage.io
2013-11-18 12:27:44 +01:00
Johannes Schönberger
e472528e3d
Return correct exit code for tests
2013-11-18 12:12:01 +01:00
Johannes Schönberger
307725edb5
Add --exe directive to doc test
2013-11-18 11:50:59 +01:00
Johannes Schönberger
4566c36b3a
Add doctest function to skimage
2013-11-18 11:34:54 +01:00
François Boulogne
eb4c5c9ee4
PEP8
2013-10-14 16:14:30 +02:00
Stefan van der Walt
ca768b0b95
Remove unnecessary import of Warning.
2013-08-21 00:59:37 +02:00
Stefan van der Walt
d9836a6add
Remove logger in favor of warnings.
2013-08-21 00:10:33 +02:00
Johannes Schönberger
746d815dfa
Fix recursion problem with nose test suite
2012-12-15 20:08:18 +01:00
Johannes Schönberger
e0f4cd0978
Fix double space in warning message
2012-12-15 19:35:49 +01:00
Johannes Schönberger
450eaee4d9
Hide functools and imp packages in global skimage namespace
2012-12-15 19:35:17 +01:00
Steven Silvester
a8dcb32b60
STY: Replaced indent with original formatting, no need to change.
2012-12-15 09:19:26 -06:00
Steven Silvester
49119524e3
Fixed indent on nose.run, so it will run when verbose is False
2012-12-15 09:17:39 -06:00
Steven Silvester
b620c0ade6
STY: Added newline at the end of file
2012-12-15 07:40:04 -06:00
Steven Silvester
cb1527bbe8
STY: Fixed indent on docstring.
2012-12-15 07:24:31 -06:00
Steven Silvester
380e27e60d
Lazily import nose for testing, makes skimge load in 1/3 time.
2012-12-14 16:38:48 -06:00
Paul Ivanov
b4b090271d
complete singularization of scikit-image
...
I've updated references in the code and documentation to the new name.
2012-10-08 16:29:55 -07:00
Tony S Yu
bc745e833a
BUG: Pass package directory as positional argument to nose.run
...
When the package directory is passed to nosetest via the "where" argument (-w), that directory becomes the working directory. This causes problems because `skimage.io` will take precedence over the builtin `io` package.
2012-10-07 15:07:11 -04:00
James Bergstra
ed8f214a95
ENH: default logger blocks messages from global handler
2012-09-06 10:57:21 -04:00
James Bergstra
560dac26d6
FIX: configure just skimage logger on import
2012-09-06 10:43:38 -04:00
wilsaj
86f67f85ed
raise an import error if trying to run test suite without nose
2012-07-20 14:48:03 -05:00
wilsaj
02a26db453
remove message about not being able to load nose; fixes #218
2012-07-20 12:26:17 -05:00
Andreas Mueller
46e959a9d9
COSMIT some manual pep8, removed unused imports, removed unused variables and fixed a bug in a ValueError statement.
2012-06-29 11:27:23 +02:00
Andreas Mueller
f7b3d8062c
COSMIT pep8
2012-06-29 11:27:23 +02:00
Tony S Yu
3ab6300218
BUG: fix logging for Python < 2.7.
2012-04-28 13:34:47 -04:00
Stefan van der Walt
f4e7e3e437
Merge pull request #169 from stefanv/local_logging
...
ENH: Do not use global root logger state in skimage.
2012-04-25 10:46:12 -07:00
Stefan van der Walt
7c055a3dd1
ENH: Do not use global root logger state in skimage.
2012-03-27 16:13:27 -07:00
Stefan van der Walt
ecaf75fe9e
ENH: Remove annoying version.py.
2012-03-02 11:12:50 -08:00
Stefan van der Walt
2fcbfd809e
DOC: Expand on Tony's module summary.
2012-02-08 01:21:36 -08:00
Tony S Yu
06acc5aab8
DOC: Add description of subpackages to package docstring.
2012-02-06 23:50:59 -05:00
Stefan van der Walt
4bb7be7cf6
BUG: Python 3 fixes.
2011-12-03 14:30:42 -08:00
Stefan van der Walt
989fd6673e
ENH: Add verbose test function.
2011-11-07 14:45:26 -08:00
Nelle Varoquaux
114cf44c77
Renamed scikits.image to skimage
2011-10-18 21:12:27 +02:00