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 |
|
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 |
|
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 |
|
Rishabh Raj
|
1e34359f04
|
Fix PEP8
|
2014-04-13 12:19:36 +05:30 |
|
Rishabh Raj
|
5180da54ad
|
removes redundant passing of an extra parameter
|
2014-04-11 00:45:22 +05:30 |
|
Rishabh Raj
|
65adb7935b
|
adds documentation
|
2014-04-11 00:30:21 +05:30 |
|
Rishabh Raj
|
694739ee02
|
updated import statement for creating ipython notebooks, better name in place for jsonify
|
2014-04-10 18:40:59 +05:30 |
|
Rishabh Raj
|
235a9b3ec1
|
moves everything related to generating the IPython notebook, to a different file
|
2014-04-10 18:04:31 +05:30 |
|
Rishabh Raj
|
a6f396b059
|
added newline at end of file
|
2014-04-10 16:47:40 +05:30 |
|
Rishabh Raj
|
db795bc796
|
fixes use of camel case
|
2014-04-10 16:46:14 +05:30 |
|
Rishabh Raj
|
da36df0bc9
|
added Notebook class for creating IPython notebooks, better name for main object variable
|
2014-04-09 23:41:28 +05:30 |
|
Rishabh Raj
|
a047fdcb74
|
Fixes for making code more pythonic, follow conventions
|
2014-03-19 11:45:56 +05:30 |
|
Rishabh Raj
|
5b3aa56c0f
|
Adds functionality to generate ipython notebooks for the gallery examples
|
2014-03-16 22:48:01 +05:30 |
|
Stefan van der Walt
|
9501c2dc25
|
Merge pull request #924 from ahojnnes/restoration
Move functions to restoration submodule
|
2014-03-14 23:03:01 +02:00 |
|
Johannes Schönberger
|
697910c010
|
Add denoise deprecation removal to TODO.txt
|
2014-03-14 16:27:43 -04:00 |
|
Stefan van der Walt
|
2df1af87ef
|
Merge pull request #916 from neerajgangwar/master
Add loading from URL in novice module
|
2014-03-14 16:15:19 +02:00 |
|
Stefan van der Walt
|
8aea87acfd
|
Merge pull request #923 from ahojnnes/doctests
Fix doctests
|
2014-03-14 15:45:53 +02:00 |
|
Johannes Schönberger
|
13b48ff7ed
|
Update bento
|
2014-03-14 08:20:18 -04:00 |
|
Stefan van der Walt
|
6b8a198f8d
|
Merge pull request #915 from vighneshbirodkar/blob_det
Blob dection (LoG)
|
2014-03-14 12:21:39 +02:00 |
|
Johannes Schönberger
|
eedc72def6
|
Fix restoration example imports
|
2014-03-13 20:00:45 -04:00 |
|
Johannes Schönberger
|
ef63523ab0
|
Move denoise functions to restoration submodule
|
2014-03-13 19:39:54 -04:00 |
|
Johannes Schönberger
|
107f1d607c
|
Move phase unwrapping algorithms to restoration submodule
|
2014-03-13 18:50:39 -04:00 |
|
Johannes Schönberger
|
1f5ec3e8ed
|
Improve function name in warp example
|
2014-03-13 18:40:08 -04:00 |
|
Johannes Schönberger
|
ece0f30af3
|
Always Skip doctests which depend on Qt and are in the class doc string
The doc test skip directive modifies the __doc__ attribute, which is not
possible for new-stlye classes.
|
2014-03-13 18:29:54 -04:00 |
|
Johannes Schönberger
|
f280e0b13e
|
Fix regular grid doctest
|
2014-03-13 18:24:59 -04:00 |
|
Johannes Schönberger
|
b6e7fc8624
|
Fix warp doctest and example
|
2014-03-13 18:24:34 -04:00 |
|