Commit Graph

5928 Commits

Author SHA1 Message Date
Johannes Schönberger 5c2d8eb0aa Fix custom six issue in scipy 0.14 on python 3.4 2014-05-05 14:37:45 -04:00
Johannes Schönberger f4f509fa8d Fix cython compilation warnings 2014-05-05 14:37:15 -04:00
Johannes L. Schönberger dbb06dc3e0 Merge pull request #997 from stefanv/build/travis_numpy_py3
Fix Travis-CI builds with numpy 1.8 under Python 3
2014-05-05 14:33:10 -04:00
Stefan van der Walt 10459feefc Don't fail if .matplotlib dir already exists 2014-05-05 17:01:27 +02:00
Stefan van der Walt 1a0228727e Rename heading -> header 2014-05-05 16:34:31 +02:00
Stefan van der Walt c666b0f2d6 Remove deprecated --use-mirrors from pip calls 2014-05-05 16:34:31 +02:00
Stefan van der Walt b03d59f736 Print versions of software used in Travis output 2014-05-05 16:33:46 +02:00
Stefan van der Walt 9142c51cbb Replace broken _import_tools from numpy with Git version 2014-05-05 16:33:46 +02:00
Stefan van der Walt 5e4bce3f1a Merge pull request #986 from vighneshbirodkar/blob_example
Blob detection example
2014-05-01 12:40:29 +02:00
Josh Warner 79e22aef74 Merge pull request #991 from stefanv/apigen_origin_license
Fix broken link to origin apigen source
2014-04-29 18:07:25 -05:00
Stefan van der Walt 02198498c5 Fix broken link to origin apigen source 2014-04-30 00:39:24 +02:00
Johannes L. Schönberger 7688e57592 Merge pull request #971 from stefanv/bug/views_are_copies
Do not allow `view_as_*` to return copies (closes #866)
2014-04-27 20:16:41 -04:00
Stefan van der Walt 321d9f372c Add some PEP8 2014-04-28 01:10:15 +02:00
Vighnesh Birodkar cc76e8a1da Added method reference to example. 2014-04-28 02:23:48 +05:30
Vighnesh Birodkar 580f5d2dfd Corrected comment in example. 2014-04-28 00:33:19 +05:30
Vighnesh Birodkar 5b459a8e4b autopep8 changes. 2014-04-28 00:31:18 +05:30
Vighnesh Birodkar a82d814665 Changed example and hubble_deep_field doc string 2014-04-28 00:05:09 +05:30
Vighnesh Birodkar 336f117a01 Changed example to make code compact. 2014-04-27 11:52:00 +05:30
Vighnesh Birodkar 7738e65de8 hubble_deep_filed doc string changes. 2014-04-27 11:51:42 +05:30
Vighnesh Birodkar f1a8e6bd4c Tab to spaces. 2014-04-27 11:51:25 +05:30
Vighnesh Birodkar 0b4ad42dd1 pip command correction. 2014-04-27 11:51:15 +05:30
Vighnesh Birodkar b6224d0502 Changed travis.yml to install pillow. 2014-04-27 11:51:03 +05:30
Vighnesh Birodkar 0c1c62b415 Grammar corrections. 2014-04-27 11:50:49 +05:30
Vighnesh Birodkar e925d135c0 Grammar corrections. 2014-04-27 11:50:11 +05:30
Vighnesh Birodkar d03fdb8827 Corrected spellings. 2014-04-27 11:49:55 +05:30
Vighnesh Birodkar 57bd84e3db Added example and pep8 changes. 2014-04-27 11:49:46 +05:30
Vighnesh Birodkar d76aad9bd4 Added Hubble Deep Field image. 2014-04-27 11:49:26 +05:30
Stefan van der Walt 58ef146834 Copy list of modules since it may change during iteration 2014-04-27 04:05:52 +02:00
Stefan van der Walt 86beb21e5a Move all_warnings to skimage._shared.utils 2014-04-27 03:23:22 +02:00
Stefan van der Walt 8fdd5a270d In all_warnings context manager, return warnings for examination 2014-04-27 02:16:41 +02:00
Stefan van der Walt 337f3d175f Update shape tests to use all_warnings 2014-04-27 02:10:29 +02:00
Stefan van der Walt 132aa8bbd3 Add all_warnings context manager
The context manager searches for __warningregistry__ entries that
Python leaves all over the place, clearing them, thereby ensuring
that warnings will always be raised.  This is necessary for the test
suite to detect warnings even if they were raised before under
the "once" filter.
2014-04-27 02:08:33 +02:00
Stefan van der Walt 7a1213a4fd Merge pull request #830 from astrofrog/use-astropy
Use Astropy by default instead of PyFITS if possible
2014-04-23 00:03:05 +02:00
Thomas Robitaille 32d6fc3224 Added entry for Astropy in DEPENDS.txt 2014-04-22 16:39:33 +02:00
Thomas Robitaille 9ecbc6ef58 Use Astropy by default if possible 2014-04-22 16:39:07 +02:00
Juan Nunez-Iglesias f2699bd731 Update Canny examples 2014-04-21 00:11:55 +02:00
Stefan van der Walt db3d04da82 Merge pull request #982 from sciunto/contributing
CONTRIBUTING: add step 4: review
2014-04-20 17:10:13 +02:00
François Boulogne 715c074d4e fix typo 2014-04-20 10:46:27 -04:00
François Boulogne 95ccc23f3c Merge pull request #3 from stefanv/contributing
Make another pass through contributing guidelines
2014-04-20 10:44:26 -04:00
Stefan van der Walt 16d6e569e5 Make another pass through contributing guidelines 2014-04-20 16:40:13 +02:00
François Boulogne 40f3813415 Add Juan's comments 2014-04-20 08:10:48 -04:00
François Boulogne de38fa242a Stefan's comments 2014-04-19 17:54:28 -04:00
Josh Warner (Mac) 88f08ebea2 TST: Add unit test for length-2 spacing with rank-2 input 2014-04-19 11:40:16 -05:00
Josh Warner (Mac) 7847287f46 FIX: Shortcut output or catch trivial cases in random_walker
Also:
* New tests to cover these new checks
* Improvements to docstrings and user warnings
* Generalize handling of `sampling` in accordance with docstring
* Some extra whitespace to improve readability
2014-04-18 18:47:20 -05:00
Josh Warner (Mac) 7161175e43 DOC: Clarify UMFPACK warning; use if statements instead of assert 2014-04-18 16:52:19 -05:00
Stefan van der Walt eacd19ac91 Merge pull request #936 from sharky93/ipython-notebookcreation
Add IPython notebooks to the gallery
2014-04-16 23:21:47 +02:00
sharky93 6fabd4d0db Merge pull request #1 from stefanv/ipython-notebookcreation
Refactor IPython notebook export
2014-04-16 21:39:22 +05:30
Stefan van der Walt 5dc647c860 Update plot2rst to generate notebooks 2014-04-16 16:45:25 +02:00
Stefan van der Walt c597fa47d4 Add tests for notebook. Remove python_to_notebook utility function. 2014-04-16 16:45:06 +02:00
Stefan van der Walt bbd7817ead Add unit tests 2014-04-16 15:03:19 +02:00