File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 1
1
Change log
2
2
==========
3
3
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
+
4
18
v2023.7.14
5
19
----------
6
20
- Emergency bug fix release to remove use of sys.path in pymatgen.io.ase package.
You can’t perform that action at this time.
0 commit comments