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 3c09c4c commit 6002987Copy full SHA for 6002987
CHANGELOG.md
@@ -8,12 +8,15 @@
8
9
### Changed
10
11
+- Bumped minimum `PyCifRW` version to `4.4.3`.
12
+
13
### Deprecated
14
15
### Removed
16
17
### Fixed
18
19
+- Handling of paths on Windows when using the `P_cif` parser.
20
21
## Version 3.0.1 – 2019-06-27
22
src/diffpy/structure/tests/testloadstructure.py
@@ -40,7 +40,7 @@ def test_cif(self):
40
self.assertTrue(isinstance(stru, Structure))
41
self.assertFalse(isinstance(stru, PDFFitStructure))
42
return
43
-
44
45
def test_badfile(self):
46
"""check loading of CIF file format
0 commit comments