Skip to content

Commit d32fbd6

Browse files
committed
DOC: CHANGELOG for micro release 3.0.1
1 parent 8edd656 commit d32fbd6

File tree

1 file changed

+30
-1
lines changed

1 file changed

+30
-1
lines changed

CHANGELOG.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,35 @@
11
# Release notes
22

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
433

534
Notable differences from version 1.3.5.
635

0 commit comments

Comments
 (0)