Commit Graph

5928 Commits

Author SHA1 Message Date
Jostein Bø Fløystad c9ae913d32 PEP8 style changes for transform.radon_transform and its tests 2013-05-27 20:42:59 +02:00
Josh Warner 03119e37b4 Merge pull request #551 from tonysyu/pyside
Add qt interface for PySide & PyQt4 compatibility in skimage-viewer
2013-05-26 18:58:37 -07:00
Tony S Yu d183cce16c Remove alignment kwarg (left out from previous commit). 2013-05-26 18:28:12 -05:00
Tony S Yu 8b0ddc264d Merge pull request #541 from emmanuelle/doc
Another minor doc-related PR
2013-05-26 14:14:02 -07:00
Jostein Bø Fløystad 8208293c93 Correct documentation and string formatting. 2013-05-26 21:21:33 +02:00
Tony S Yu a49502a7b1 Remove alignment kwarg for compatibility with older PyQt4 2013-05-26 14:05:02 -05:00
Stefan van der Walt 191745f13e Merge pull request #564 from ahojnnes/warp-example
DOC: Improve doc strings of geometric transformation functions.
2013-05-26 11:34:32 -07:00
Stefan van der Walt db34c1a74b Merge pull request #565 from ahojnnes/doc-fix
DOC: Documentation fixes.
2013-05-26 11:30:31 -07:00
Stefan van der Walt e61bae8238 Merge pull request #566 from ahojnnes/bscript
BLD: Remove unnecessary bscript.
2013-05-26 11:25:49 -07:00
Jostein Bø Fløystad 2118f1d97d Tests for reconstruction circle mode in transform.iradon. 2013-05-26 19:48:16 +02:00
Jostein Bø Fløystad 5876d80414 Add reconstruction circle option to transform.iradon. 2013-05-26 19:48:16 +02:00
Jostein Bø Fløystad aa8f1b7c98 Tests for reconstruction circle option for transform.radon. 2013-05-26 19:48:16 +02:00
Jostein Bø Fløystad b872648441 Add reconstruction circle option to transform.radon. 2013-05-26 19:48:16 +02:00
Johannes Schönberger cdc19a3345 Remove unnecessary bscript 2013-05-26 13:06:55 +02:00
Johannes Schönberger de39f58308 Update installation instructions 2013-05-26 13:01:25 +02:00
Johannes Schönberger 35a73c25b8 Fix quick search description 2013-05-26 12:55:21 +02:00
Johannes Schönberger b0b7d113f8 Remove bold font from dt tags 2013-05-26 12:54:14 +02:00
Johannes Schönberger 3dc4824fb5 Fix doc string of threshold_adaptive 2013-05-26 12:49:26 +02:00
Johannes Schönberger 71e7eb9a0d Fix styling of math and blockquote 2013-05-26 12:41:08 +02:00
Johannes Schönberger 0d3e752b4d Fix indentation of ransac doc string example 2013-05-26 12:22:26 +02:00
Johannes Schönberger b9cf214509 Add filter.rank to __all__ of filter package 2013-05-26 12:21:54 +02:00
Johannes Schönberger 17b2c4fd18 Escape latex math symbols 2013-05-26 12:21:13 +02:00
Johannes Schönberger 769d7d1245 Fix invalid index of reference 2013-05-26 12:20:37 +02:00
Johannes Schönberger f7959e3f07 Fix doc string injection of deprecated wrapper 2013-05-26 12:20:06 +02:00
Johannes Schönberger 6c4ed67fe8 Wrap lines 2013-05-26 10:51:42 +02:00
Johannes Schönberger e6a7238fab Fix incomplete options for mode of _warp_fast function 2013-05-26 10:50:00 +02:00
Johannes Schönberger 44ca1b9bcd Fix spelling error 2013-05-26 10:46:36 +02:00
Johannes Schönberger 071d4bfb68 Add examples to doc strings of resize, rotate and rescale functions 2013-05-26 10:45:39 +02:00
Johannes Schönberger b3c7d67ace Fix parameter descriptions of warp functions 2013-05-26 10:38:20 +02:00
Johannes Schönberger a569e76a4d Fix parameter description of warp function 2013-05-26 10:34:12 +02:00
Johannes Schönberger 09aad04d68 Add short example for transforms to warp function 2013-05-26 10:27:30 +02:00
Johannes Schönberger 46637bfaa6 Merge pull request #563 from JDWarner/docfix_label
Escape `\` in `label` docstring
2013-05-25 23:49:21 -07:00
Josh Warner (Mac) 494a235d02 DOCFIX: "\" in label docstring now escaped 2013-05-25 22:26:54 -05:00
Ankit Agrawal d1a7a90a59 Deprecating is_rgb and is_gray 2013-05-21 02:00:06 +08:00
Stefan van der Walt db4ef53299 Merge pull request #550 from ahojnnes/matching-spelling
DOC: Fix spelling in matching example.
2013-05-20 03:45:37 -07:00
Tony S Yu 3baa7fe8f3 Fix file open dialog for PySide 2013-05-19 22:58:04 -05:00
Johannes Schönberger 15c726eb42 Add exit-zero directive to flake8 command 2013-05-18 02:50:04 +02:00
tonysyu c7fa6206cf Add PySide compatibility for save dialogs 2013-05-17 17:12:52 -05:00
Tony S Yu a5d42a3940 Add skimage.viewer.qt wrapper.
This allows the viewer to use either PyQt4 or PySide as the toolkit.
2013-05-17 16:22:17 -05:00
Johannes Schönberger fde2f2a321 Use mirrors for flake8 installation 2013-05-17 20:27:38 +02:00
Johannes Schönberger f1e8f4cfda Replace pep8 and pyflakes with flake8 2013-05-17 20:21:41 +02:00
Johannes Schönberger 340e2b0bab Add python code checkers to travis build process 2013-05-17 20:06:32 +02:00
Johannes Schönberger 455fecd6aa Fix spelling 2013-05-17 19:28:45 +02:00
Ankit Agrawal dc3ecf58ad Removing redundant imports used in previous commits 2013-05-16 00:56:54 +08:00
Ankit Agrawal 7dfea72ec3 Removing is_gray() and is_rgb() 2013-05-16 00:52:51 +08:00
Josh Warner 210a25053a Merge pull request #545 from odebeir/master
fix: docstring in rank/percentile and remove unused p1
2013-05-11 14:12:39 -07:00
Olivier Debeir 809e285250 fix:remove unused parameters in rank.percentile 2013-05-10 16:23:10 +02:00
Olivier Debeir cdca3f9d40 remove long lines 2013-05-10 16:04:15 +02:00
Olivier Debeir 59b37afea8 typo 2013-05-10 16:02:27 +02:00
Olivier Debeir e23c4f3841 fix:doctring rank/percentile 2013-05-10 09:10:26 +02:00