François Boulogne
|
a48de8dea9
|
add optional + default in pyx docstring
|
2013-05-29 20:18:19 +02:00 |
|
François Boulogne
|
b36a34c4a4
|
oops
|
2013-05-28 07:56:56 +02:00 |
|
François Boulogne
|
1e862e06bc
|
use bint
|
2013-05-28 07:56:56 +02:00 |
|
François Boulogne
|
984311b457
|
fix int + pep
|
2013-05-28 07:56:56 +02:00 |
|
François Boulogne
|
192fb30f7f
|
pep8
|
2013-05-28 07:56:56 +02:00 |
|
François Boulogne
|
f630327dc3
|
add unittest
|
2013-05-28 07:56:56 +02:00 |
|
François Boulogne
|
2131a9ddfd
|
rename function bezier_curve to bezier_segment
|
2013-05-28 07:56:55 +02:00 |
|
François Boulogne
|
e2dbc48e5d
|
docstring
|
2013-05-28 07:56:12 +02:00 |
|
François Boulogne
|
00524a3d86
|
split tests
|
2013-05-28 07:56:12 +02:00 |
|
François Boulogne
|
1710b12665
|
change bezier_curve definition for consistency
|
2013-05-28 07:56:12 +02:00 |
|
François Boulogne
|
328e54fa13
|
minor fixes
|
2013-05-28 07:56:12 +02:00 |
|
François Boulogne
|
ed9d1aae88
|
remove old line
|
2013-05-28 07:56:12 +02:00 |
|
François Boulogne
|
e51f5c3cd5
|
implement rotated ellipses
|
2013-05-28 07:56:11 +02:00 |
|
Johannes Schönberger
|
a12e557849
|
Add example to set_color drawing function
|
2013-05-27 21:20:59 +02:00 |
|
Johannes Schönberger
|
f31193c099
|
Add example to circle drawing function
|
2013-05-27 21:19:25 +02:00 |
|
Johannes Schönberger
|
bc3a804093
|
Add example to ellipse drawing function
|
2013-05-27 21:17:26 +02:00 |
|
Johannes Schönberger
|
be7a920041
|
Add example to ellipse_perimeter drawing function
|
2013-05-27 21:15:50 +02:00 |
|
Johannes Schönberger
|
5bae2046df
|
Add example to circle_perimeter drawing function
|
2013-05-27 21:15:36 +02:00 |
|
Johannes Schönberger
|
3c8337a3ac
|
Add example to polygon drawing function
|
2013-05-27 21:11:57 +02:00 |
|
Johannes Schönberger
|
748be5db22
|
Add example to line drawing function
|
2013-05-27 21:09:49 +02:00 |
|
Johannes Schönberger
|
4cf6edc756
|
Capitalize parameter description
|
2013-05-27 21:00:59 +02:00 |
|
Johannes Schönberger
|
559b0a0562
|
Implement faster version of circle and ellipse drawing
|
2013-05-27 21:00:09 +02:00 |
|
Johannes Schönberger
|
94e7fb9821
|
Add __all__ to draw package
|
2013-04-28 23:20:00 +02:00 |
|
Johannes Schönberger
|
980aff5bdb
|
Deprecate bresenham function
|
2013-04-28 13:11:07 +02:00 |
|
François Boulogne
|
a3d73bdd61
|
DOC: minor fix ellipse_perim.
|
2013-03-16 13:25:01 +01:00 |
|
Johannes Schönberger
|
387c72b018
|
Remove colon as multi-line comment symbol
|
2013-03-06 16:43:41 +01:00 |
|
Christoph Gohlke
|
211d64644f
|
Use np.intp type for indices
|
2013-03-04 22:45:46 -08:00 |
|
Christoph Gohlke
|
97fd434314
|
Fix ValueError: Buffer dtype mismatch on win-amd64
|
2013-03-04 17:33:15 -08:00 |
|
Stefan van der Walt
|
746d9f6b36
|
Merge pull request #435 from ahojnnes/cnp
RF: Globally change np to cnp if cimported.
|
2013-02-24 11:55:32 -08:00 |
|
François Boulogne
|
19e69e94c1
|
Docstring circle + ellipse
|
2013-02-24 16:42:37 +01:00 |
|
Johannes Schönberger
|
62d83ad42c
|
Globally change np to cnp if cimported
|
2013-02-24 14:14:14 +01:00 |
|
Johannes Schönberger
|
52e3436f61
|
Fix integer type bugs in feature detection algorithms
|
2013-02-22 17:05:39 +01:00 |
|
Johannes Schönberger
|
a68be842ab
|
Fix index type errors in draw module
|
2013-02-22 17:05:38 +01:00 |
|
Johannes Schönberger
|
614023b941
|
Replace ssize_t with Py_ssize_t globally
|
2013-02-22 17:05:38 +01:00 |
|
Johannes Schönberger
|
2c90aa70e5
|
Use np.intp rather than ssize_t for ndarrays
|
2013-02-22 17:05:11 +01:00 |
|
Johannes Schönberger
|
92f609a948
|
Change type to ssize_t for all index and size variables
|
2013-02-22 17:03:12 +01:00 |
|
Johannes Schönberger
|
11f32577ab
|
Fix wrong include paths for shared subpackage
|
2013-01-23 14:54:33 +01:00 |
|
Johannes Schönberger
|
8578158f1d
|
Make some stylistic code layout changes
|
2013-01-16 20:06:53 +01:00 |
|
Johannes Schönberger
|
ebc020fe01
|
Wrap line and group imports
|
2013-01-16 20:01:41 +01:00 |
|
Johannes Schönberger
|
0f36316dd4
|
Add empty lines between functions
|
2013-01-16 19:54:08 +01:00 |
|
Johannes Schönberger
|
4b27c87385
|
Fix PEP8 issues
|
2013-01-16 19:54:08 +01:00 |
|
François Boulogne
|
62b359a39b
|
add test point position circle-ellipse
|
2013-01-16 19:54:08 +01:00 |
|
François Boulogne
|
5711cea92d
|
fix docstring
|
2013-01-16 19:54:08 +01:00 |
|
François Boulogne
|
1400eb44b3
|
fix for master
|
2013-01-16 19:54:08 +01:00 |
|
François Boulogne
|
843d2d1160
|
remove brackets
|
2013-01-16 19:54:08 +01:00 |
|
François Boulogne
|
cc061029f3
|
remove print statement
|
2013-01-16 19:54:07 +01:00 |
|
Johannes Schönberger
|
805e554a11
|
Fix PEP8 issues
|
2013-01-16 19:52:50 +01:00 |
|
Johannes Schönberger
|
b1e5106029
|
Use same cython directives for whole source file
|
2013-01-16 19:52:50 +01:00 |
|
Johannes Schönberger
|
70825a420e
|
Use char type for circle_perimeter method for speedup
|
2013-01-16 19:52:50 +01:00 |
|
François Boulogne
|
075c43109a
|
new method: ellipse_perimeter
|
2013-01-13 16:39:02 +01:00 |
|