Add package docstring for skimage.future

This commit is contained in:
Juan Nunez-Iglesias
2015-02-03 15:20:57 +11:00
parent 5bd36730fc
commit d2d50e9391
+6
View File
@@ -0,0 +1,6 @@
"""Functionality with an experimental API. Although you can count on the
functions in this package being around in the future, the API may change with
any version update **and will not follow the skimage two-version deprecation
path**. Therefore, use the functions herein with care, and do not use them in
production code that will depend on updated skimage versions.
"""