Commit Graph
5448 Commits
Author SHA1 Message Date
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
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
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
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
Stefan van der Walt a9107bbd5c Update Notebook docstring 2014-04-16 15:01:41 +02:00
Stefan van der Walt 7b1ec0ae96 Rename _remove_consecutive_duplicates to _squash_repeats 2014-04-16 14:58:40 +02:00
Rishabh Raj dbf9f0b230 Remove use of redundant variables, cleanup 2014-04-16 17:38:55 +05:30
Rishabh Raj e79c1ba662 Add warning, consistent use of quotes, correction in docs 2014-04-16 13:57:38 +05:30
Rishabh Raj bc7f3d69e2 More pythonic if statements 2014-04-15 23:17:57 +05:30
Rishabh Raj c089c624b1 More generic Notebook class 2014-04-15 16:54:43 +05:30
Rishabh Raj 8edc6059ea Fix PEP8, more readable 2014-04-15 14:58:22 +05:30
Rishabh Raj f675539aad Remove segment_number, directly change the last cell 2014-04-14 21:53:39 +05:30
Johannes L. Schönberger 34ec43e8f0 Merge pull request #973 from stefanv/coveralls_other
Try another Coveralls package
2014-04-13 20:08:24 -04:00
Rishabh Raj 468860acdd Add class to __all__, remove duplicates now private 2014-04-14 04:49:19 +05:30
Rishabh Raj e104c687aa More pythonic 2014-04-14 04:28:25 +05:30
Rishabh Raj ddf8969655 Add string options to the docstring 2014-04-14 04:18:04 +05:30
Rishabh Raj 3ddd5ce109 Remove fetch_key, an overkill 2014-04-14 04:16:39 +05:30
Rishabh Raj 202244688c Remove extra spaces 2014-04-14 04:09:41 +05:30
Rishabh Raj 29b1ce62a8 Improve docstring for consecutive duplicate removal, more readable 2014-04-14 04:08:07 +05:30
Stefan van der Walt e3303dba54 Use coveralls instead of python-coveralls 2014-04-14 00:27:39 +02:00
François Boulogne 7800ecfd0e add step 4: review 2014-04-13 18:21:21 -04:00
Stefan van der Walt 697e8e66d4 Fix coverage config specification in nosetests invocation 2014-04-13 23:56:35 +02:00
Rishabh Raj 9cbea5fcba Fix to incorporate a more generalised duplicate removal and JSON dump to string 2014-04-14 02:59:00 +05:30
Rishabh Raj a57cf0db4b Improve docstring for add_cell 2014-04-14 02:37:29 +05:30
Rishabh Raj c9a981445d Add and improve docstrings, JSON dumping and duplicate removal generalised 2014-04-14 02:25:18 +05:30
Rishabh Raj 6c0a5706c3 Remove sample.ipynb, template now inline 2014-04-13 20:49:46 +05:30
Rishabh Raj fcc607f4d1 Add default value for adding cell, better naming for type of value 2014-04-13 16:02:13 +05:30
Rishabh Raj 62a91370f8 Add __all__ to specify modules which should be imported 2014-04-13 15:08:28 +05:30
Rishabh Raj 07970bd0b0 Fix PEP8, line lengths for comments 2014-04-13 13:11:45 +05:30
Rishabh Raj a53f880256 Fix typo, better function name and docstring summary 2014-04-13 12:51:45 +05:30
Rishabh Raj 0c9ee09f04 Fix camel case, more descriptive function name 2014-04-13 12:42:30 +05:30