We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73a6b13 commit 5841febCopy full SHA for 5841feb
src/diffpy/structure/__init__.py
@@ -59,7 +59,8 @@ def __getattr__(self, name):
59
import warnings
60
61
warnings.warn(
62
- "Module 'diffpy.Structure' is deprecated. Use 'diffpy.structure' instead.",
+ "Module 'diffpy.Structure' is deprecated and will be removed in version 3.8. "
63
+ "Use 'diffpy.structure' instead.",
64
DeprecationWarning,
65
stacklevel=2,
66
)
0 commit comments