Stefan van der Walt
6bcebd18e7
DOC: Use the correct suffix when building gitwash docs.
2011-07-15 17:08:19 -05:00
Stefan van der Walt
f9c41015eb
DOC: Add gitwash generator code.
2011-07-15 16:31:14 -05:00
Stefan van der Walt
6f57b4b689
DOC: Add new project URL to setup.py.
2011-07-15 16:30:43 -05:00
Stefan van der Walt
7b754496c1
ENH: Ignore .coverage output.
2011-07-15 16:02:13 -05:00
Stefan van der Walt
886a23349e
ENH: Add default target for docs Makefile.
2011-07-15 15:47:41 -05:00
Stefan van der Walt
fdc2ae80c3
DOC: Update coverage instructions.
2011-07-15 15:46:52 -05:00
Stefan van der Walt
2f503eae0b
Update contributors.
2011-07-15 15:34:21 -05:00
Stefan van der Walt
732b38007d
Merge documentation build system fixes by Pieter Holtzhausen and Tony Yu.
2011-07-15 15:32:04 -05:00
Pieter Holtzhausen
01e4fcdd5f
Tag now a prettier version number from setup.py
2011-07-15 22:14:14 +02:00
Stefan van der Walt
8ff5863c1b
Update contributors.
2011-07-15 15:12:07 -05:00
Martin Bergtholdt
2f0d63955e
BUG: Windows does not have round in math.h
2011-07-15 15:06:28 -05:00
Pieter Holtzhausen
aa32054b11
Updated the documentation repo location to the offical destination.
2011-07-15 20:15:44 +02:00
Pieter Holtzhausen
676b911802
Update the numpy sphinx extensions from http://projects.scipy.org/numpy/browser/trunk/doc/sphinxext/
2011-07-15 20:15:44 +02:00
Tony S Yu
aef8d50f5b
Fix lengths of restructuredtext section headers in docs.
2011-07-15 20:15:44 +02:00
Tony S Yu
12b51ba199
Replace plot_directive.py with copy from matplotlib's trunk.
2011-07-15 20:15:44 +02:00
Tony S Yu
6f8da31b3b
Change Makefile so that autogenerated API docs are removed with "make clean".
2011-07-15 20:15:44 +02:00
Tony S Yu
f763b6ce3c
Fix import in apigen.py, which fails when other scikits are present.
...
__import__ can get confused about which scikits path to import when multiple scikits are present on a system.
Note that `root_module` is no longer an attribute of `ApiDocWriter` (it wasn't being used anywhere), and it now points to "scikits.image" instead of "scikits".
2011-07-15 20:14:15 +02:00
Tony S Yu
964de3d14a
Use matplotlib's plot_directive.py for Sphinx documentation.
...
Included plot_directive.py is broken for Sphinx 1.0.
See http://projects.scipy.org/numpy/ticket/1489
2011-07-15 20:14:15 +02:00
Pieter Holtzhausen
fab15a5c71
Makefile option for gh-pages generation.
2011-07-15 20:14:15 +02:00
Pieter Holtzhausen
93249f2159
Script to checkout docs repo and commit (ipython based)
2011-07-15 20:14:15 +02:00
Pieter Holtzhausen
22c5d7c239
Removed generation
2011-07-15 20:14:15 +02:00
Pieter Holtzhausen
f3406bc355
Push script excludes all git* fix
2011-07-15 20:14:15 +02:00
Pieter Holtzhausen
de4a853ecf
push script fix
2011-07-15 20:14:15 +02:00
Pieter Holtzhausen
5b689c7bc2
Removed followed files
2011-07-15 20:14:15 +02:00
Pieter Holtzhausen
99029c5287
Fixes
2011-07-15 20:14:15 +02:00
Pieter Holtzhausen
de74356bbf
Added destination to Makefile and fixed doc system
2011-07-15 20:14:15 +02:00
Stefan van der Walt
b8149aca1b
_hough_transform: Type fix.
2011-07-10 14:28:38 -07:00
Stefan van der Walt
b32bd12e16
Allow test_sift to be ran independently.
2011-07-10 14:03:07 -07:00
Stefan van der Walt
0379e52a7a
Merge Tony Yu's tv denoise fixes.
2011-07-10 13:52:14 -07:00
Tony S Yu
8c0d798896
Reorder eps and weight keyword args to tv_denoise
2011-06-23 11:15:31 -04:00
Tony S Yu
680a89e5ce
Make test_tv_denoise_2d more strict.
...
Original test only checked that tv_denoise reduced the total variation. This change makes sure that the reduction is significant.
2011-05-31 15:50:09 -04:00
Tony S Yu
637a568ae4
Fix order of keyword arguments to _tv_denoise_2d.
...
tv_denoise passes keyword arguments `eps` and `weight` as positional arguments, but the order in _tv_denoise_2d was switched.
2011-05-31 15:46:02 -04:00
Tony S Yu
65021f481c
Remove print statements
2011-05-31 15:40:48 -04:00
Stefan van der Walt
06b0ddab67
DOC: Update contributors.
2011-05-31 13:03:03 +02:00
Stefan van der Walt
76cfe181fb
Merge Dan Farmer's Windows platform updates to the NumPy ctypes library loader.
2011-05-31 13:01:53 +02:00
Stefan van der Walt
ceb2e419c3
DOC: Update contributors.
2011-05-31 12:50:21 +02:00
Stefan van der Walt
2d4fc6e480
Merge remote-tracking branch 'emmanuelle/tv_denoise'
2011-05-31 12:48:18 +02:00
Emmanuelle Gouillart
a0f7eb51cd
documented the input dtype in tv_denoise
2011-05-30 23:11:04 +02:00
Emmanuelle Gouillart
edbb4dcc48
Moved the tests of tv_denoise to filter/tests
2011-05-30 22:55:38 +02:00
Emmanuelle Gouillart
13d1a3d111
New module for total variation denoising, for 2D and 3D arrays.
2011-05-28 14:55:01 +02:00
Dan Farmer
0f438564c9
Remove debugging text
2011-05-20 16:11:40 -07:00
Dan Farmer
c8533488b9
Fix more indentation errors
2011-05-20 16:04:05 -07:00
Dan Farmer
59425666d0
Fix indentation error that broke linux support
2011-05-20 15:54:00 -07:00
Dan Farmer
bff3cc9e28
Modified load_library for windll
2011-05-19 22:43:33 -07:00
Stefan van der Walt
c8059960d4
Merge remote branch 'zach/FreeImage64'
2011-05-17 19:26:17 +02:00
Stefan van der Walt
f09c1208e7
ENH: graph: Fix typo.
2011-05-17 19:24:05 +02:00
Zach Pincus
c2664f087e
Fixed (?) segfaults on 64-bit platforms
...
This bug was caused by the fact that ctypes silently converts returned
c_void_p instances into python int values, even if the restype of a function
is c_void_p. Then, without explicit argtypes (which this module doesn't use,
out of laziness on my part), python ints passed to functions are treated as
32-bit ints.
Solution: explicitly wrap returned pointers as c_void_p, so that they'll get
treated right when passed back to C. No more segfaults!
I also reverted the _wrap_bitmap_bits_in_array code to what I wrote, as I
can vouch for that on 64-bit, whereas the other version had a "still crashes"
note...
2011-05-09 11:52:35 -04:00
Zach Pincus
340d92c711
Fix memory leak due to not properly using __cinit__ in heap classes
2011-05-09 10:04:32 -04:00
Stefan van der Walt
430821a910
BUG: Correctly convolve integer and floating point arrays.
2011-04-19 17:44:50 +02:00
Stefan van der Walt
cef53c172d
Merge branches 'holtzhau_edge_filters' and 'ccomp'.
2011-04-19 15:06:49 +02:00