Commit Graph

21 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
Andreas Mueller 6c59e04714 MISC remove unused imports, some pep8 corrections. 2012-09-27 20:01:45 +01:00
Tony S Yu a58ce5b571 DOC: Add missing import in doctest 2012-09-11 23:39:08 -04:00
Stefan van der Walt 2949d18247 Merge pull request #295 from tonysyu/doc-cleanups
Doc cleanups
2012-09-02 22:12:13 -07:00
Tony S Yu 427a79fc6a STY: Clean up whitespace 2012-09-02 19:32:45 -04:00
Tony S Yu 27cac73e16 DOC: Fix section titles to match numpy doc standard 2012-09-02 18:33:38 -04:00
Emmanuelle Gouillart 6b86d4beee DOC: docstring of route_through_array 2012-08-27 17:47:34 +02:00
Emmanuelle Gouillart d5710c82ab Example in route_through_array 2012-08-27 17:04:25 +02:00
Johannes Schönberger a08779e06a Use predefined header files from Cython 2012-08-21 15:15:27 +02:00
Andreas Mueller d7f1a3abec COSMIT minor stype improvements, whitespace in error messages 2012-06-29 11:27:23 +02:00
Andreas Mueller ee0fd867da COSMIT fix ugly line breaks. 2012-06-29 11:27:23 +02:00
Andreas Mueller f7b3d8062c COSMIT pep8 2012-06-29 11:27:23 +02:00
Zach Pincus 8f237dbefe ENH: Add tests for boundary-overlapping offsets 2012-06-07 09:02:31 -04:00
Zach Pincus 79972c3013 Indent 4 2012-06-07 08:55:35 -04:00
Zach Pincus ffff4a3077 BUG: MCP could segfault in places where both positive and negative moves would go out of bounds.
Previous assumption was that no location in the array would be one move from both upper and lower boundaries. This assumption is now removed.
2012-06-06 23:52:33 -04:00
Stefan van der Walt e99f18be5a BUG: Fix imports for Python 3.2. 2012-03-03 11:18:16 -08:00
Stefan van der Walt bf609dfca0 DOC: Fix some scikits.image mentions. 2011-12-02 10:55:41 -08:00
Zach Pincus 9307bcb5bc fix _spath error 2011-11-08 15:19:12 -05:00
Zach Pincus 4cf55a2702 Fix another 64-bit corner case
Fix a bug for particularly huge images that have strides > 2**31 in any
dimension.
2011-11-07 17:06:59 -05:00
Zach Pincus ea63e7d709 use 64-bit safe types 2011-11-07 15:51:39 -05:00
Nelle Varoquaux 114cf44c77 Renamed scikits.image to skimage 2011-10-18 21:12:27 +02:00