File tree Expand file tree Collapse file tree 1 file changed +30
-1
lines changed Expand file tree Collapse file tree 1 file changed +30
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Release notes
2
2
3
- ## Version 3.0.0 -- 2019-03-11
3
+ ## Unreleased – Version 3.0.1
4
+
5
+ ### Added
6
+
7
+ - Function ` FindSpaceGroup ` for SpaceGroup lookup from its list
8
+ of symmetry operations.
9
+
10
+ ### Changed
11
+
12
+ - Reuse existing ` SpaceGroup ` object when loading a CIF file.
13
+ - Simplified check of SpaceGroup names in ` GetSpaceGroup ` .
14
+ - When loading CIF file, preset ` Atom.anisotropy ` according
15
+ to symmetry constraints at each site. Adhere to specific
16
+ atom site ADP type if specified in the CIF.
17
+
18
+ ### Removed
19
+
20
+ - Unused attribute ` SpaceGroup.alt_name ` .
21
+
22
+ ### Fixed
23
+
24
+ - Fix inconsistent (` Atom ` , ` Structure ` ) pickle. Preserve ` Atom `
25
+ ownership in a ` Structure ` after unpickling.
26
+ - Spuriously linked array views after ` stru.xyz = 0 ` .
27
+ - Preserve scalar value type when setting ` stru.occupancy = value ` .
28
+ - Process unknown CIF occupancy "?" as an occupancy of 1.
29
+ - Incorrect ` SymOp ` list for spacegroup B11m (number 1008).
30
+
31
+
32
+ ## Version 3.0.0 – 2019-03-11
4
33
5
34
Notable differences from version 1.3.5.
6
35
You can’t perform that action at this time.
0 commit comments