Commit Graph

  • c3e13a9754 Test union of differing geometric transforms Johannes Schönberger 2014-05-10 10:16:38 -04:00
  • 7b86728498 Add full test coverage for corner_subpix and fix bug Johannes Schönberger 2014-05-10 10:12:41 -04:00
  • e4a60e4bf2 Test invalid input for selem Johannes Schönberger 2014-05-10 09:08:40 -04:00
  • 69a0255a28 Test invalid input for seed Johannes Schönberger 2014-05-10 09:07:01 -04:00
  • 8663e23f4a FIX: Use //= instead of /= to fix deprecation warnings in adapthist Josh Warner (Mac) 2014-05-08 20:45:19 -05:00
  • 8bcdfb8325 Remove unnecessary double import. Josh Warner (Mac) 2014-05-08 20:12:31 -05:00
  • 4da4ec5b89 Mention which parameters to label are optional. Simplify label deprecation. Stefan van der Walt 2014-05-09 03:00:28 +02:00
  • 837406c8fc Merge pull request #1003 from JDWarner/join_dep_warning Juan Nunez-Iglesias 2014-05-09 10:58:16 +10:00
  • 77b036eb89 Merge branch 'master' of git://github.com/scikit-image/scikit-image into int_idx_patch Josh Warner (Mac) 2014-05-08 19:57:06 -05:00
  • 375e406f64 Use safe_as_int for input checking. Josh Warner (Mac) 2014-05-08 19:56:47 -05:00
  • 1de102a885 Fix broken and circular imports Stefan van der Walt 2014-05-09 02:53:48 +02:00
  • 3fab7c0057 Remove incorrect np.round statement (directly cast m) Josh Warner (Mac) 2014-05-08 18:54:52 -05:00
  • a4d97f2a1c Merge pull request #992 from stefanv/warp_safe_output_shape Johannes L. Schönberger 2014-05-08 14:50:35 -04:00
  • e9c0cde8d4 Move safe_as_int into utils Stefan van der Walt 2014-05-08 20:11:17 +02:00
  • 898f0d7fb5 Update bento build Stefan van der Walt 2014-05-08 19:31:50 +02:00
  • a9dcdc3713 Use safe_as_int to check provided output shape Stefan van der Walt 2014-05-08 19:28:29 +02:00
  • 5ba3ea421c Fix imports and suppress deprecation warnings Stefan van der Walt 2014-05-08 19:14:38 +02:00
  • 46829c6a33 Move implementation of label to measure submodule Stefan van der Walt 2014-05-08 18:04:03 +02:00
  • b68b14f025 Merge pull request #8 from JDWarner/safe_int_casting Stefan van der Walt 2014-05-08 18:01:52 +02:00
  • 7152d5c314 Move label to measure module (with deprecation). Warn that background parameter will default to 0 in v0.12. Stefan van der Walt 2014-05-08 17:49:47 +02:00
  • 82b404a672 Merge pull request #1004 from jni/viewer-examples Johannes L. Schönberger 2014-05-08 08:40:26 -04:00
  • 35cfe6a8ea Merge pull request #1006 from stefanv/doc/regionprop_out Juan Nunez-Iglesias 2014-05-08 19:11:40 +10:00
  • 0b6e48fe2a Clarify regionprops output Stefan van der Walt 2014-05-08 10:45:04 +02:00
  • 53de0db164 Very minor text change Juan Nunez-Iglesias 2014-05-08 18:19:57 +10:00
  • 26793068b1 Fix documentation, handle internal variable more efficiently. Josh Warner (Mac) 2014-05-08 02:32:39 -05:00
  • 3d2af71744 Update description of viewer output in docs Juan Nunez-Iglesias 2014-05-08 17:21:35 +10:00
  • 040a3bf831 Merge pull request #1002 from JDWarner/asserttrue Juan Nunez-Iglesias 2014-05-08 16:26:42 +10:00
  • 548423bb94 Update variable name for RGB line profile Juan Nunez-Iglesias 2014-05-08 16:24:50 +10:00
  • 1ca0eef825 FIX: Non-integer indexing deprecation warnings Josh Warner (Mac) 2014-05-07 23:53:07 -05:00
  • 069cba50ef FIX: Address non-int DeprecationWarning from NumPy Josh Warner (Mac) 2014-05-07 23:54:17 -05:00
  • b8334e85c8 failUnless -> assertTrue Josh Warner (Mac) 2014-05-07 23:16:42 -05:00
  • d142748a86 Merge pull request #1001 from JDWarner/rw_transpose Juan Nunez-Iglesias 2014-05-08 14:15:44 +10:00
  • 4aa162fc78 FIX: Remove unnecessary .transpose introduced in PR #984 Josh Warner (Mac) 2014-05-07 22:10:27 -05:00
  • 07d3e6ede4 Convert name to _safe_as_int, output np.int64, expand Examples Josh Warner (Mac) 2014-05-07 19:09:18 -05:00
  • fbda63962a Merge pull request #984 from JDWarner/randwalk_trivialcheck Johannes L. Schönberger 2014-05-07 14:33:09 -04:00
  • 0d775c3aab Remove check for non-numeric values in spacing. Josh Warner (Mac) 2014-05-07 02:42:38 -05:00
  • e9c793eb17 FEAT: Shared function for safe int casting Josh Warner (Mac) 2014-05-06 13:09:03 -05:00
  • 0ac86b3e96 STY: More elegant and maintainable style per code review Josh Warner (Mac) 2014-05-06 02:16:45 -05:00
  • 4c7cd9bd65 Add unit test to catch non-integer output shape bug Stefan van der Walt 2014-05-02 16:23:41 +02:00
  • 00b4fa45e7 Always interpret provided shapes as int. Add a note on using output_shape for color images. Stefan van der Walt 2014-05-02 16:01:35 +02:00
  • 05f1f00e84 Merge pull request #998 from ahojnnes/python34 Stefan van der Walt 2014-05-06 01:34:15 +02:00
  • 5c2d8eb0aa Fix custom six issue in scipy 0.14 on python 3.4 Johannes Schönberger 2014-05-05 14:37:45 -04:00
  • f4f509fa8d Fix cython compilation warnings Johannes Schönberger 2014-05-05 14:37:15 -04:00
  • dbb06dc3e0 Merge pull request #997 from stefanv/build/travis_numpy_py3 Johannes L. Schönberger 2014-05-05 14:33:10 -04:00
  • 10459feefc Don't fail if .matplotlib dir already exists Stefan van der Walt 2014-05-05 17:01:27 +02:00
  • 1a0228727e Rename heading -> header Stefan van der Walt 2014-05-05 15:35:23 +02:00
  • c666b0f2d6 Remove deprecated --use-mirrors from pip calls Stefan van der Walt 2014-05-05 15:13:57 +02:00
  • b03d59f736 Print versions of software used in Travis output Stefan van der Walt 2014-05-05 12:56:07 +02:00
  • 9142c51cbb Replace broken _import_tools from numpy with Git version Stefan van der Walt 2014-05-05 12:55:52 +02:00
  • 5e4bce3f1a Merge pull request #986 from vighneshbirodkar/blob_example Stefan van der Walt 2014-05-01 12:40:29 +02:00
  • 79e22aef74 Merge pull request #991 from stefanv/apigen_origin_license Josh Warner 2014-04-29 18:07:25 -05:00
  • 02198498c5 Fix broken link to origin apigen source Stefan van der Walt 2014-04-30 00:38:20 +02:00
  • 7688e57592 Merge pull request #971 from stefanv/bug/views_are_copies Johannes L. Schönberger 2014-04-27 20:16:41 -04:00
  • 321d9f372c Add some PEP8 Stefan van der Walt 2014-04-28 01:10:15 +02:00
  • cc76e8a1da Added method reference to example. Vighnesh Birodkar 2014-04-28 02:23:48 +05:30
  • 580f5d2dfd Corrected comment in example. Vighnesh Birodkar 2014-04-28 00:33:19 +05:30
  • 5b459a8e4b autopep8 changes. Vighnesh Birodkar 2014-04-28 00:31:18 +05:30
  • a82d814665 Changed example and hubble_deep_field doc string Vighnesh Birodkar 2014-04-28 00:05:09 +05:30
  • 336f117a01 Changed example to make code compact. Vighnesh Birodkar 2014-04-27 01:06:02 +05:30
  • 7738e65de8 hubble_deep_filed doc string changes. Vighnesh Birodkar 2014-04-26 23:30:45 +05:30
  • f1a8e6bd4c Tab to spaces. Vighnesh Birodkar 2014-04-26 22:02:32 +05:30
  • 0b4ad42dd1 pip command correction. Vighnesh Birodkar 2014-04-26 22:00:44 +05:30
  • b6224d0502 Changed travis.yml to install pillow. Vighnesh Birodkar 2014-04-26 21:58:27 +05:30
  • 0c1c62b415 Grammar corrections. Vighnesh Birodkar 2014-04-23 01:19:33 +05:30
  • e925d135c0 Grammar corrections. Vighnesh Birodkar 2014-04-23 01:19:16 +05:30
  • d03fdb8827 Corrected spellings. Vighnesh Birodkar 2014-04-23 00:53:13 +05:30
  • 57bd84e3db Added example and pep8 changes. Vighnesh Birodkar 2014-04-23 00:52:06 +05:30
  • d76aad9bd4 Added Hubble Deep Field image. Vighnesh Birodkar 2014-04-22 23:47:33 +05:30
  • 58ef146834 Copy list of modules since it may change during iteration Stefan van der Walt 2014-04-27 04:05:52 +02:00
  • 86beb21e5a Move all_warnings to skimage._shared.utils Stefan van der Walt 2014-04-27 02:20:33 +02:00
  • 8fdd5a270d In all_warnings context manager, return warnings for examination Stefan van der Walt 2014-04-27 02:16:38 +02:00
  • 337f3d175f Update shape tests to use all_warnings Stefan van der Walt 2014-04-27 02:10:29 +02:00
  • 132aa8bbd3 Add all_warnings context manager Stefan van der Walt 2014-04-27 02:08:33 +02:00
  • 7a1213a4fd Merge pull request #830 from astrofrog/use-astropy Stefan van der Walt 2014-04-23 00:03:05 +02:00
  • 32d6fc3224 Added entry for Astropy in DEPENDS.txt Thomas Robitaille 2013-11-24 22:28:54 +01:00
  • 9ecbc6ef58 Use Astropy by default if possible Thomas Robitaille 2013-11-24 22:23:49 +01:00
  • f2699bd731 Update Canny examples Juan Nunez-Iglesias 2014-04-21 00:11:55 +02:00
  • db3d04da82 Merge pull request #982 from sciunto/contributing Stefan van der Walt 2014-04-20 17:10:13 +02:00
  • 715c074d4e fix typo François Boulogne 2014-04-20 10:46:27 -04:00
  • 95ccc23f3c Merge pull request #3 from stefanv/contributing François Boulogne 2014-04-20 10:44:26 -04:00
  • 16d6e569e5 Make another pass through contributing guidelines Stefan van der Walt 2014-04-20 16:40:13 +02:00
  • 40f3813415 Add Juan's comments François Boulogne 2014-04-20 08:10:48 -04:00
  • de38fa242a Stefan's comments François Boulogne 2014-04-19 17:54:28 -04:00
  • 88f08ebea2 TST: Add unit test for length-2 spacing with rank-2 input Josh Warner (Mac) 2014-04-18 21:48:18 -05:00
  • 7847287f46 FIX: Shortcut output or catch trivial cases in random_walker Josh Warner (Mac) 2014-04-18 18:47:20 -05:00
  • 7161175e43 DOC: Clarify UMFPACK warning; use if statements instead of assert Josh Warner (Mac) 2014-04-18 16:52:19 -05:00
  • 2909f6d5db Corrected Python3 slice indexing error Tabish 2014-03-30 22:17:46 +05:30
  • ed57d4e54f Corrected documentation/indentation, changed vstacking Tabish 2014-03-30 20:13:04 +05:30
  • fa729211e7 Updated test_integral to support new format of parameters Tabish 2014-03-29 15:59:40 +05:30
  • 083212b201 Changed integral_image parameters to new format Tabish 2014-03-29 15:58:28 +05:30
  • bd442bd816 Make the nD integral_image backward compatible Tabish 2014-03-23 15:46:09 +05:30
  • 0b7b225660 Modify 'integral_image' to support nD Tabish 2014-03-22 22:02:01 +05:30
  • eacd19ac91 Merge pull request #936 from sharky93/ipython-notebookcreation Stefan van der Walt 2014-04-16 23:21:47 +02:00
  • 6fabd4d0db Merge pull request #1 from stefanv/ipython-notebookcreation sharky93 2014-04-16 21:39:22 +05:30
  • 5dc647c860 Update plot2rst to generate notebooks Stefan van der Walt 2014-04-16 16:45:25 +02:00
  • c597fa47d4 Add tests for notebook. Remove python_to_notebook utility function. Stefan van der Walt 2014-04-16 16:45:06 +02:00
  • bbd7817ead Add unit tests Stefan van der Walt 2014-04-16 15:03:19 +02:00
  • a9107bbd5c Update Notebook docstring Stefan van der Walt 2014-04-16 15:01:41 +02:00
  • 7b1ec0ae96 Rename _remove_consecutive_duplicates to _squash_repeats Stefan van der Walt 2014-04-16 14:58:40 +02:00
  • dbf9f0b230 Remove use of redundant variables, cleanup Rishabh Raj 2014-04-16 17:38:55 +05:30