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 4
4
5
5
### Added
6
6
7
- - Function ` FindSpaceGroup ` for SpaceGroup lookup from its list
7
+ - Function ` FindSpaceGroup ` for space group lookup from its list
8
8
of symmetry operations.
9
9
10
10
### Changed
11
11
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 ` .
14
14
- When loading CIF file, preset ` Atom.anisotropy ` according
15
15
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.
17
17
18
18
### Removed
19
19
22
22
### Fixed
23
23
24
24
- 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 ` .
27
27
- Preserve scalar value type when setting ` stru.occupancy = value ` .
28
28
- 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).
30
30
31
31
32
32
## Version 3.0.0 – 2019-03-11
You can’t perform that action at this time.
0 commit comments