Johannes Schönberger
|
af345f1a32
|
improved color assignment of circle in shapes example script
|
2012-04-23 18:45:11 +02:00 |
|
Johannes Schönberger
|
5b854d9b3c
|
changed interface of draw.polygon function for a more consistent usage
|
2012-04-23 18:38:20 +02:00 |
|
Johannes Schönberger
|
48328cda8a
|
combined all draw functions in one example script
|
2012-04-23 17:07:36 +02:00 |
|
Johannes Schönberger
|
53ac34a8d0
|
renamed function bresenham to line
|
2012-04-23 17:07:27 +02:00 |
|
Johannes Schönberger
|
d83592cc05
|
improved doc string
|
2012-04-23 16:22:37 +02:00 |
|
Johannes Schönberger
|
de8369be50
|
added draw circle and ellipse functions
|
2012-04-23 16:20:49 +02:00 |
|
Johannes Schönberger
|
7191eaf058
|
removed geometry package from setup script
|
2012-04-23 15:39:26 +02:00 |
|
Johannes Schönberger
|
4834d7eb4d
|
added example script for draw.polygon function
|
2012-04-23 15:37:07 +02:00 |
|
Johannes Schönberger
|
0db612724d
|
removed area function and removed old comment
|
2012-04-22 10:46:37 +02:00 |
|
Johannes Schönberger
|
649d912071
|
improved doc string
|
2012-04-21 16:59:29 +02:00 |
|
Johannes Schönberger
|
0aa008712a
|
replaced fixed output array size with dynamic lists
area of polygon is not suitable to determine the size of the
number of filled pixels for output array
|
2012-04-21 16:56:14 +02:00 |
|
Johannes Schönberger
|
4565a49cfa
|
added draw.polygon function with test cases
|
2012-04-19 23:37:35 +02:00 |
|
tonysyu
|
76270f0872
|
Merge pull request #163 from stefanv/convert_with_copy
ENH: Allow forced copy of data upon type conversion.
|
2012-03-11 17:37:08 -07:00 |
|
Stefan van der Walt
|
b9289123f7
|
Explicitly use float64 instead of float.
|
2012-03-11 16:02:20 -07:00 |
|
Stefan van der Walt
|
ea15eb7647
|
ENH: Allow forced copy of data upon type conversion.
|
2012-03-10 17:27:54 -08:00 |
|
emmanuelle
|
42b5e91b7c
|
Merge pull request #162 from vincent-albufera/improve_doc
No interpolation when displaying small patches in example
|
2012-03-09 08:08:31 -08:00 |
|
Vincent Albufera
|
5bf77b54c2
|
No interpolation when displaying small patches in example
|
2012-03-09 13:59:00 +01:00 |
|
Tony S Yu
|
5bd28c3d1a
|
Remove version.py reference in Makefile
|
2012-03-04 10:49:10 -05:00 |
|
Tony S Yu
|
3419d5d07a
|
Merge pull request #159 from 'stefanv/version_remove'
|
2012-03-04 10:48:16 -05:00 |
|
Stefan van der Walt
|
57bf9d1c67
|
ENH: Add freeimage as fallback io plugin, to allow buildbot to read test images.
|
2012-03-03 14:25:05 -08:00 |
|
Stefan van der Walt
|
ac625e9d3b
|
BUG: Correctly fix zip import for Python 3.2. 2to3 simply removes the itertools import line.
|
2012-03-03 11:42:16 -08:00 |
|
Stefan van der Walt
|
7419c682de
|
BUG: Fix typo in montage--xrange is no longer supported.
|
2012-03-03 11:25:37 -08:00 |
|
Stefan van der Walt
|
f24c9d53ec
|
Merge pull request #160 from stefanv/python3.2-fixes
BUG: Fix imports for Python 3.2.
|
2012-03-03 11:19:31 -08:00 |
|
Stefan van der Walt
|
e99f18be5a
|
BUG: Fix imports for Python 3.2.
|
2012-03-03 11:18:16 -08:00 |
|
Stefan van der Walt
|
694fb1a8d7
|
PKG: Fix version import to allow build on 3.2.
|
2012-03-02 11:44:32 -08:00 |
|
Stefan van der Walt
|
02edb162fd
|
Merge pull request #157 from tonysyu/fix-plugin-call
FIX: Check plugin is loaded before checking its functions.
|
2012-03-02 11:22:31 -08:00 |
|
Stefan van der Walt
|
ecaf75fe9e
|
ENH: Remove annoying version.py.
|
2012-03-02 11:12:50 -08:00 |
|
Stefan van der Walt
|
24e97b73f7
|
TST: Try to get Jenkins build working via Tox.
|
2012-03-01 20:17:28 -08:00 |
|
Stefan van der Walt
|
4b27611485
|
PKG: Change gitwash submodule git remote so that ShiningPanda can pull that repo.
|
2012-03-01 16:14:58 -08:00 |
|
Tony S Yu
|
3c91aab3a0
|
FIX: Check plugin is loaded before checking its functions.
|
2012-02-28 00:07:07 -05:00 |
|
Stefan van der Walt
|
fbd3558d8e
|
DOC: Update release instructions.
|
2012-02-27 01:36:38 -08:00 |
|
Stefan van der Walt
|
1ff488ffc0
|
DOC: Fix typo in 0.5 release notes.
|
2012-02-27 01:36:28 -08:00 |
|
Stefan van der Walt
|
ea442bc3e2
|
DOC: Update release instructions.
|
2012-02-26 21:10:41 -08:00 |
|
Stefan van der Walt
|
c248241979
|
PKG: Move development to 0.6dev.
|
2012-02-26 21:10:41 -08:00 |
|
Stefan van der Walt
|
41998c590d
|
PKG: Update doc versions.
v0.5
|
2012-02-26 21:00:51 -08:00 |
|
Stefan van der Walt
|
d86dc4eed8
|
PKG: Update version to 0.5.
|
2012-02-26 20:56:53 -08:00 |
|
Stefan van der Walt
|
5b8798e3f7
|
DOC: Add v0.5 release notes.
|
2012-02-26 20:55:05 -08:00 |
|
Stefan van der Walt
|
0d7957830d
|
DOC: Add image colorization to tasks.
|
2012-02-26 20:51:48 -08:00 |
|
Stefan van der Walt
|
b5538297f1
|
Merge pull request #155 from cgohlke/patch-4
BUG: Fix TypeError on 64 bit platforms.
|
2012-02-26 12:07:50 -08:00 |
|
Stefan van der Walt
|
4f4de23a8e
|
Merge pull request #156 from tonysyu/fix-tifffile-test
BUG: Fix test when tifffile plugin is not available.
|
2012-02-26 12:05:30 -08:00 |
|
Tony S Yu
|
5e7f08ef8f
|
Fix test when tifffile plugin is not available.
|
2012-02-26 10:38:22 -05:00 |
|
tonysyu
|
2f9a7bd78a
|
Merge pull request #154 from cgohlke/patch-3
Fix test_freeimage.test_metadata error on Python 3
|
2012-02-26 07:30:39 -08:00 |
|
cgohlke
|
faf92e1a6d
|
Fix TypeError on 64 bit platforms
|
2012-02-25 21:01:27 -08:00 |
|
cgohlke
|
161e42e053
|
Fix conversion of bytes to str on Python 3
|
2012-02-25 20:33:17 -08:00 |
|
tonysyu
|
7c8c661440
|
Merge pull request #153 from cgohlke/patch-2
Fix invalid Python 3 syntax
|
2012-02-25 20:27:23 -08:00 |
|
cgohlke
|
c2cf8dba34
|
Fix invalid Python 3 syntax
|
2012-02-25 20:05:37 -08:00 |
|
cgohlke
|
1f7f234264
|
Fix invalid Python 3 syntax
|
2012-02-25 20:00:39 -08:00 |
|
Stefan van der Walt
|
48b0e6dfd3
|
Merge pull request #152 from cgohlke/patch-1
BUG: Restore previous io plugins.
|
2012-02-25 19:44:14 -08:00 |
|
cgohlke
|
99a8db9d54
|
Restore previous io plugins
|
2012-02-25 19:30:58 -08:00 |
|
Stefan van der Walt
|
e7d5626c90
|
Merge pull request #151 from tonysyu/cleanup-tasks
DOC: Cleanup tasks list.
|
2012-02-22 18:23:00 -08:00 |
|