Skip to content

Commit d92bff0

Browse files
committed
DOC: small text edit in the CHANGELOG
1 parent ff346bd commit d92bff0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
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

@@ -22,11 +22,11 @@
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

0 commit comments

Comments
 (0)