File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 44
55### Added
66
7- - Function ` FindSpaceGroup ` for SpaceGroup lookup from its list
7+ - Function ` FindSpaceGroup ` for space group lookup from its list
88 of symmetry operations.
99
1010### Changed
1111
12- - Reuse existing ` SpaceGroup ` object when loading a CIF file.
13- - Simplified check of SpaceGroup names in ` GetSpaceGroup ` .
12+ - Reuse existing ` SpaceGroup ` instance when loading a CIF file.
13+ - Improve check of SpaceGroup identifiers in ` GetSpaceGroup ` .
1414- When loading CIF file, preset ` Atom.anisotropy ` according
1515 to symmetry constraints at each site. Adhere to specific
16- atom site ADP type if specified in the CIF.
16+ ADP type when specified in the CIF.
1717
1818### Removed
1919
2222### Fixed
2323
2424- Fix inconsistent (` Atom ` , ` Structure ` ) pickle. Preserve ` Atom `
25- ownership in a ` Structure ` after unpickling.
26- - Spuriously linked array views after ` stru.xyz = 0 ` .
25+ ownership in a ` Structure ` after pickling and unpickling.
26+ - Spuriously linked array-view values after ` stru.xyz = 0 ` .
2727- Preserve scalar value type when setting ` stru.occupancy = value ` .
2828- Process unknown CIF occupancy "?" as an occupancy of 1.
29- - Incorrect ` SymOp ` list for spacegroup B11m (number 1008).
29+ - Incorrect ` SymOp ` list for spacegroup " B11m" (number 1008).
3030
3131
3232## Version 3.0.0 – 2019-03-11
You can’t perform that action at this time.
0 commit comments