scipy / scipy

SciPy library main repository
https://scipy.org
BSD 3-Clause "New" or "Revised" License
12.94k stars 5.15k forks source link

misc.radon has no docstring (Trac #1579) #2104

Closed scipy-gitbot closed 11 years ago

scipy-gitbot commented 11 years ago

Original ticket http://projects.scipy.org/scipy/ticket/1579 on 2012-01-03 by @WarrenWeckesser, assigned to unknown.

The function radon() in scipy.misc has no docstring.

scipy-gitbot commented 11 years ago

@rgommers wrote on 2012-01-04

Looks to me like a function that should be deprecated. We can point any possible users (doubt there are any...) to scikits.image: https://github.com/scikits-image/scikits-image/blob/master/skimage/transform/radon_transform.py http://scikits-image.org/docs/dev/auto_examples/plot_radon_transform.html

scipy-gitbot commented 11 years ago

@rgommers wrote on 2012-02-29

radon is deprecated for scipy 0.11, so closing as wontfix.

Although there is a docstring now stating the above, so maybe should close as fixed...

scipy-gitbot commented 11 years ago

Milestone changed to 0.11.0 by @rgommers on 2012-02-29