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 179b96e commit 679ab54Copy full SHA for 679ab54
src/diffpy/srreal/_version_data.py
@@ -44,7 +44,7 @@
44
__git_commit__ = cp['commit']
45
__timestamp__ = int(cp['timestamp'])
46
47
-# TODO remove deprecated __gitsha__ in version 1.3.
+# TODO remove deprecated __gitsha__ in version 1.4.
48
__gitsha__ = __git_commit__
49
50
del cp, fcfg, fp, kwords
src/diffpy/srreal/structureconverters.py
@@ -24,7 +24,7 @@
24
25
# Converter for Structure class from diffpy.structure ------------------------
26
27
-# TODO prune when Python 2 support is dropped.
+# TODO prune in version 1.4.
28
@RegisterStructureAdapter('diffpy.Structure.structure.Structure')
29
@RegisterStructureAdapter('diffpy.structure.structure.Structure')
30
def convertDiffPyStructure(stru):
0 commit comments