Issue 3156: skimage/__init__.py Update docstring and fix import * #3265
Issue 3156: skimage/__init__.py Update docstring and fix import * #3265jni merged 2 commits intoscikit-image:masterfrom
Conversation
|
And this is off topic, but PyCharm is giving me messages about line 60 (now line 71 in this PR) in import imp
Thought I should flag that in case it requires a decision. |
Codecov Report
@@ Coverage Diff @@
## master #3265 +/- ##
=======================================
Coverage 81.97% 81.97%
=======================================
Files 339 339
Lines 27313 27313
=======================================
Hits 22391 22391
Misses 4922 4922
Continue to review full report at Codecov.
|
|
@meeseeksdev backport to v0.14.x |
|
Owee, I'm MrMeeseeks, Look at me. There seem to be a conflict, please backport manually. Here are approximate instructions:
And apply the correct labels and milestones. Congratulation you did some good work ! Hopefully your backport PR will be tested by the continuous integration and merged soon! If these instruction are inaccurate, feel free to suggest an improvement. |
….14.x Update skimage/__init__.py docstring and fix import * statement. (backport of #3265)
Description
PR for issue #3156
Replaces
skimage/__init__.pyline 178:with explicit import of all functions from
skimage/util/dtype.pyDocstring has also been updated to describe all utitility functions imported (line 46 onward).
Checklist
[It's fine to submit PRs which are a work in progress! But before they are merged, all PRs should provide:]
./doc/examples(new features only). Not applicable../benchmarks, if your changes aren't covered by anexisting benchmark. Not applicable.
[For detailed information on these and other aspects see scikit-image contribution guidelines]
References
Closes #3156
For reviewers
(Don't remove the checklist below.)
later.
__init__.py.doc/release/release_dev.rst.@meeseeksdev backport to v0.14.x