diffpy.structure 3.3.1rc0__tar.gz → 3.3.1rc1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/PKG-INFO +1 -1
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/src/diffpy/structure/parsers/p_cif.py +2 -1
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/src/diffpy.structure.egg-info/PKG-INFO +1 -1
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/src/diffpy.structure.egg-info/SOURCES.txt +1 -1
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/AUTHORS.rst +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/LICENSE-DANSE.rst +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/LICENSE-pymmlib.rst +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/LICENSE.rst +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/MANIFEST.in +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/README.rst +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/pyproject.toml +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/requirements/build.txt +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/requirements/conda.txt +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/requirements/docs.txt +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/requirements/pip.txt +0 -0
- /diffpy_structure-3.3.1rc0/requirements/test.txt → /diffpy_structure-3.3.1rc1/requirements/tests.txt +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/setup.cfg +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/src/diffpy/__init__.py +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/src/diffpy/structure/__init__.py +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/src/diffpy/structure/_legacy_importer.py +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/src/diffpy/structure/apps/__init__.py +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/src/diffpy/structure/apps/anyeye.py +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/src/diffpy/structure/apps/transtru.py +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/src/diffpy/structure/atom.py +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/src/diffpy/structure/expansion/__init__.py +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/src/diffpy/structure/expansion/makeellipsoid.py +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/src/diffpy/structure/expansion/shapeutils.py +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/src/diffpy/structure/expansion/supercell_mod.py +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/src/diffpy/structure/lattice.py +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/src/diffpy/structure/mmlibspacegroups.py +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/src/diffpy/structure/parsers/__init__.py +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/src/diffpy/structure/parsers/p_auto.py +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/src/diffpy/structure/parsers/p_discus.py +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/src/diffpy/structure/parsers/p_pdb.py +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/src/diffpy/structure/parsers/p_pdffit.py +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/src/diffpy/structure/parsers/p_rawxyz.py +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/src/diffpy/structure/parsers/p_xcfg.py +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/src/diffpy/structure/parsers/p_xyz.py +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/src/diffpy/structure/parsers/parser_index_mod.py +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/src/diffpy/structure/parsers/structureparser.py +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/src/diffpy/structure/pdffitstructure.py +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/src/diffpy/structure/sgtbxspacegroups.py +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/src/diffpy/structure/spacegroupmod.py +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/src/diffpy/structure/spacegroups.py +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/src/diffpy/structure/structure.py +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/src/diffpy/structure/structureerrors.py +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/src/diffpy/structure/symmetryutilities.py +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/src/diffpy/structure/utils.py +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/src/diffpy/structure/version.py +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/src/diffpy.structure.egg-info/dependency_links.txt +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/src/diffpy.structure.egg-info/entry_points.txt +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/src/diffpy.structure.egg-info/requires.txt +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/src/diffpy.structure.egg-info/top_level.txt +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/tests/conftest.py +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/tests/test_atom.py +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/tests/test_lattice.py +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/tests/test_loadstructure.py +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/tests/test_p_cif.py +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/tests/test_p_discus.py +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/tests/test_p_pdffit.py +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/tests/test_parsers.py +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/tests/test_spacegroups.py +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/tests/test_structure.py +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/tests/test_supercell.py +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/tests/test_symmetryutilities.py +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/tests/test_version.py +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/tests/testdata/BubbleRaftShort.xcfg +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/tests/testdata/CdSe_bulk.stru +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/tests/testdata/LiCl-bad.cif +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/tests/testdata/Ni-bad.stru +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/tests/testdata/Ni-discus.stru +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/tests/testdata/Ni.stru +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/tests/testdata/Ni_prim123.stru +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/tests/testdata/Ni_ref.cif +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/tests/testdata/PbTe.cif +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/tests/testdata/TeI-unkocc.cif +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/tests/testdata/TeI.cif +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/tests/testdata/ZnSb_RT_Q28X_VM_20_fxiso.rstr +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/tests/testdata/arginine.pdb +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/tests/testdata/badspacegroup.cif +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/tests/testdata/bucky-bad1.xyz +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/tests/testdata/bucky-bad2.xyz +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/tests/testdata/bucky-plain-bad.xyz +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/tests/testdata/bucky-plain.xyz +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/tests/testdata/bucky-raw.xyz +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/tests/testdata/bucky.xyz +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/tests/testdata/curlybrackets.cif +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/tests/testdata/customsg.cif +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/tests/testdata/graphite.cif +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/tests/testdata/hexagon-raw-bad.xyz +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/tests/testdata/hexagon-raw.xy +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/tests/testdata/hexagon-raw.xyz +0 -0
- {diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/tests/testdata/nosites.cif +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: diffpy.structure
|
|
3
|
-
Version: 3.3.
|
|
3
|
+
Version: 3.3.1rc1
|
|
4
4
|
Summary: Crystal structure container and parsers for structure formats.
|
|
5
5
|
Author-email: Simon Billinge <sb2896@columbia.edu>
|
|
6
6
|
Maintainer-email: Simon Billinge <sb2896@columbia.edu>
|
{diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/src/diffpy/structure/parsers/p_cif.py
RENAMED
|
@@ -32,6 +32,7 @@ import sys
|
|
|
32
32
|
from contextlib import contextmanager
|
|
33
33
|
|
|
34
34
|
import numpy
|
|
35
|
+
from CifFile.yapps3_compiled_rt import YappsSyntaxError
|
|
35
36
|
|
|
36
37
|
from diffpy.structure import Atom, Lattice, Structure
|
|
37
38
|
from diffpy.structure.parsers import StructureParser
|
|
@@ -408,7 +409,7 @@ class P_cif(StructureParser):
|
|
|
408
409
|
# stop after reading the first structure
|
|
409
410
|
if self.stru is not None:
|
|
410
411
|
break
|
|
411
|
-
except (StarError, ValueError, IndexError) as err:
|
|
412
|
+
except (YappsSyntaxError, StarError, ValueError, IndexError) as err:
|
|
412
413
|
exc_type, exc_value, exc_traceback = sys.exc_info()
|
|
413
414
|
emsg = str(err).strip()
|
|
414
415
|
e = StructureFormatError(emsg)
|
{diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/src/diffpy.structure.egg-info/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: diffpy.structure
|
|
3
|
-
Version: 3.3.
|
|
3
|
+
Version: 3.3.1rc1
|
|
4
4
|
Summary: Crystal structure container and parsers for structure formats.
|
|
5
5
|
Author-email: Simon Billinge <sb2896@columbia.edu>
|
|
6
6
|
Maintainer-email: Simon Billinge <sb2896@columbia.edu>
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/diffpy_structure-3.3.1rc0/requirements/test.txt → /diffpy_structure-3.3.1rc1/requirements/tests.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/src/diffpy/structure/_legacy_importer.py
RENAMED
|
File without changes
|
{diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/src/diffpy/structure/apps/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/src/diffpy/structure/apps/transtru.py
RENAMED
|
File without changes
|
|
File without changes
|
{diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/src/diffpy/structure/expansion/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/src/diffpy/structure/expansion/shapeutils.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/src/diffpy/structure/mmlibspacegroups.py
RENAMED
|
File without changes
|
{diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/src/diffpy/structure/parsers/__init__.py
RENAMED
|
File without changes
|
{diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/src/diffpy/structure/parsers/p_auto.py
RENAMED
|
File without changes
|
{diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/src/diffpy/structure/parsers/p_discus.py
RENAMED
|
File without changes
|
{diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/src/diffpy/structure/parsers/p_pdb.py
RENAMED
|
File without changes
|
{diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/src/diffpy/structure/parsers/p_pdffit.py
RENAMED
|
File without changes
|
{diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/src/diffpy/structure/parsers/p_rawxyz.py
RENAMED
|
File without changes
|
{diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/src/diffpy/structure/parsers/p_xcfg.py
RENAMED
|
File without changes
|
{diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/src/diffpy/structure/parsers/p_xyz.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/src/diffpy/structure/pdffitstructure.py
RENAMED
|
File without changes
|
{diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/src/diffpy/structure/sgtbxspacegroups.py
RENAMED
|
File without changes
|
{diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/src/diffpy/structure/spacegroupmod.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/src/diffpy/structure/structureerrors.py
RENAMED
|
File without changes
|
{diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/src/diffpy/structure/symmetryutilities.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/src/diffpy.structure.egg-info/requires.txt
RENAMED
|
File without changes
|
{diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/src/diffpy.structure.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{diffpy_structure-3.3.1rc0 → diffpy_structure-3.3.1rc1}/tests/testdata/ZnSb_RT_Q28X_VM_20_fxiso.rstr
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|