Commit Graph

17 Commits

Author SHA1 Message Date
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