Skip to content

Commit 1162d11

Browse files
author
Shyue Ping Ong
committed
UPdated changelog.
1 parent d28544f commit 1162d11

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGES.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
Change log
22
==========
33

4+
v2023.7.17
5+
----------
6+
- Cython 3.0 support.
7+
- PR #3157 from @mattmcdermott magnetic-analyzer-fix. Fixes bug briefly mentioned in #3070, where recent
8+
spin property changes resulted in the `MagneticStructureEnumerator` failing. This is apparently due to
9+
creating structures where only some `Species.spin` properties are defined, causing
10+
CollinearMagneticStructureEnumerator` to fail.
11+
- PR #3070 from @mattmcdermott magnetic-enumerator-fix. To summarize: changes to default magnetic moments
12+
introduced in #2727 now mean that structures with only partially defined magnetic moments (e.g., on
13+
half the sites) cannot be successfully analyzed by `SpaceGroupAnalyzer`. This was encountered when
14+
performing magnetic ordering enumeration, as the previous default behavior for `
15+
MagOrderingTransformation` does not implicitly yield spins of 0 on the nonmagnetic sites. This has now
16+
been fixed.
17+
418
v2023.7.14
519
----------
620
- Emergency bug fix release to remove use of sys.path in pymatgen.io.ase package.

0 commit comments

Comments
 (0)