Stefan van der Walt
815e60bf6c
Update author order for 0.9 release notes.
2013-10-16 18:07:05 +02:00
Stefan van der Walt
3d1a268096
Add contributors to 0.9.
2013-10-16 18:05:21 +02:00
Stefan van der Walt
3e717559e5
Rewrite contributor lister in Python.
2013-10-16 17:53:04 +02:00
Stefan van der Walt
f7289731a1
Note deprecations under API changes.
2013-10-16 17:12:37 +02:00
Stefan van der Walt
fb18f62d0f
Update TODO.txt after deprecations.
2013-10-16 17:06:35 +02:00
Josh Warner
783e120e75
Merge pull request #788 from ahojnnes/patch-1
...
Weighted central moments
2013-10-15 10:45:50 -07:00
Josh Warner
714afb44f7
Merge pull request #787 from cgohlke/patch-2
...
TST: Fix RuntimeError: data type not supported on Python 2.6
2013-10-15 09:54:06 -07:00
Josh Warner
9bdfc81d80
Merge pull request #789 from ahojnnes/binary
...
Fix dtype error on 32bit systems as convolve is only implemented for 32b...
2013-10-15 09:53:31 -07:00
Johannes Schönberger
2bf47ada90
Change data type of convolution to more general uint
2013-10-15 18:11:03 +02:00
Johannes Schönberger
505467008d
Fix dtype error on 32bit systems as convolve is only implemented for 32bit integers
2013-10-15 15:49:10 +02:00
Johannes Schönberger
6711bfb3c8
Rename weighted central moments property
2013-10-15 15:12:00 +02:00
cgohlke
e75126a4d8
TST: Fix RuntimeError: data type not supported on Python 2.6
...
On Python >=2.7, C extensions that use integer format codes with the PyArg_Parse* family of functions will raise a TypeError exception instead of triggering a DeprecationWarning (Python 2.6). The RuntimeError is raised by ndimage for unsupported array data types.
2013-10-15 00:42:40 -07:00
cgohlke
f5337e3616
TST: Fix AttributeError: '_RegionProperties' object has no attribute 'weighted_moments_central'
2013-10-14 23:49:53 -07:00
cgohlke
4b02e31dfb
TST: Fix test_weighted_moments is defined twice
2013-10-14 23:36:16 -07:00
Stefan van der Walt
99ae582362
Merge pull request #784 from ahojnnes/deprecations
...
Remove deprecated functions in TODO.
2013-10-14 22:09:01 -07:00
Johannes Schönberger
a17cfd9b06
Remove print statement
2013-10-14 22:14:01 +02:00
Johannes Schönberger
3f39885c93
Re-add tests
2013-10-14 20:02:46 +02:00
Johannes Schönberger
5c9d7af652
Remove deprecated hough_* functions
2013-10-14 19:52:56 +02:00
Johannes Schönberger
8c5aa376d5
Remove deprecated tv_denoise function
2013-10-14 19:52:56 +02:00
Johannes Schönberger
62e72204e4
Add deprecated is_rgb and is_gray functions to todo list
2013-10-14 19:52:56 +02:00
Johannes Schönberger
5e2b04c486
Remove deprecated is_local_maximum function
2013-10-14 19:52:32 +02:00
Stefan van der Walt
a6f59a587d
Merge pull request #783 from ahojnnes/draw
...
Remove set_color duplicate and add test case
2013-10-14 10:45:26 -07:00
Johannes Schönberger
846baa51c6
Merge pull request #624 from mkcor/filter_median_dtypes
...
Filter median dtypes
2013-10-14 10:29:04 -07:00
Johannes Schönberger
a9e9012d1a
Re-add missing parts
2013-10-14 18:24:58 +02:00
Johannes Schönberger
ffbe37ad9d
Add test case for set_color function
2013-10-14 18:01:03 +02:00
Johannes Schönberger
998d64e64e
Remove duplicate set_color function
2013-10-14 17:58:18 +02:00
Marianne Corvellec
3122c35d3b
Oops! Typed one instead of the other again! Fixed.
2013-10-14 11:38:47 -04:00
Marianne Corvellec
d2d4b12e1b
Added item to to-do list for version 0.10
2013-10-14 11:31:04 -04:00
Marianne Corvellec
93fb2d3188
Merge branch 'master' of git://github.com/scikit-image/scikit-image into filter_median_dtypes
2013-10-14 11:25:08 -04:00
Johannes Schönberger
29d8e0d1d9
Merge pull request #778 from stefanv/binary_morph_out
...
Simplify output handling for binary morphology.
2013-10-14 08:22:46 -07:00
Johannes Schönberger
2f73028ca9
Merge pull request #782 from sciunto/pep8
...
PEP8 + docstrings
2013-10-14 08:11:54 -07:00
Johannes Schönberger
853e67308b
Merge pull request #781 from stefanv/gh_stable_doc_versions
...
WIP: Provide stable doc version by naming docs directory 0.9.x, e.g.
2013-10-14 07:52:53 -07:00
Stefan van der Walt
d182286e53
Always use uint8 for binary view.
2013-10-14 16:41:08 +02:00
François Boulogne
ca6ecf08e6
DOCTEST: fix
2013-10-14 16:28:53 +02:00
François Boulogne
65f73ee171
DOC: fix syntax error
2013-10-14 16:25:29 +02:00
François Boulogne
69bdfe0339
PEP8 another one
2013-10-14 16:22:29 +02:00
François Boulogne
eb4c5c9ee4
PEP8
2013-10-14 16:14:30 +02:00
Stefan van der Walt
bba66db9c2
Provide stable doc version by naming docs directory 0.9.x, e.g.
2013-10-14 14:02:28 +02:00
Stefan van der Walt
f83c7a95e3
Tweak markup of docstring.
2013-10-14 13:58:04 +02:00
Stefan van der Walt
2a944ef689
Update docs to match output.
2013-10-14 13:11:51 +02:00
Stefan van der Walt
d5e2ab0b13
Allocate less memory, if possible.
2013-10-14 13:02:38 +02:00
Stefan van der Walt
89d703ca46
Pre-allocate memory for convolution and re-use for output, if no user-override specified.
2013-10-14 12:58:27 +02:00
Juan Nunez-Iglesias
5a0878da91
Merge pull request #779 from ahojnnes/log-depr
...
Add logger deprecation to todo list
2013-10-13 14:07:43 -07:00
Johannes Schönberger
d1ba9fa6e5
Merge pull request #780 from JDWarner/spacing_marching_cubes
...
DOC: Change sampling kwarg name to spacing in marching_cubes
2013-10-13 12:00:03 -07:00
Josh Warner (Mac)
b9f5dd3ad5
DOC: Fix capitalization in ellipsoid docstring.
2013-10-13 13:15:08 -05:00
Josh Warner (Mac)
a229d19eb0
DOC: Change sampling to spacing in skimage.draw.ellipsoid and tests
2013-10-13 13:11:11 -05:00
Johannes Schönberger
8185289a88
Add logger deprecation to todo list
2013-10-13 20:02:58 +02:00
Johannes Schönberger
0a8493805e
Merge pull request #775 from JDWarner/spacing_random_walker
...
Add generalized anisotropic spacing support to random_walker
2013-10-13 11:01:57 -07:00
Josh Warner (Mac)
1de6d93850
DOC: Change sampling kwarg name to spacing in marching_cubes
...
The preference is to follow VTK's convention for anisotropic
rectangularly sampled data, using the keyword `spacing` rather
than `sampling`. This change converts the last remaining use of
`sampling` in scikit-image to `spacing`.
2013-10-13 13:00:40 -05:00
Johannes Schönberger
4b0cf8d27a
Merge pull request #772 from JDWarner/fix_poisson_noise
...
FIX: Fix and improve Poisson random noise generator
2013-10-13 10:48:03 -07:00