Skip to content

Commit c7d6c35

Browse files
committed
Update changelog and matgl version.
1 parent 986229c commit c7d6c35

4 files changed

Lines changed: 216 additions & 3884 deletions

File tree

changes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ nav_order: 2
66

77
# Change Log
88

9+
## 0.4.7
10+
1. **`ElasticityCalc` can now return moduli in GPa.**
11+
- Added a new `units_GPa` keyword argument (default `False`). When set to `True`, the returned `elastic_tensor`, `bulk_modulus_vrh`, `shear_modulus_vrh`, and `residuals_sum` are converted from pymatgen's native eV/A^3 units to GPa.
12+
2. **Bug fix in `EOSCalc`.**
13+
- Fixed a variable shadowing issue where the loop-local relaxation result was overwriting the outer merged `result` dict, causing the merged relaxation/structure fields returned by `EOSCalc.calc` to come from a strained calculation rather than the originally relaxed input structure.
14+
915
## v0.4.6
1016
1. **PR #199 Add `GBCalc` Class for Grain Boundary Calculation** (originally PR #111)
1117
- Author: @rul048

0 commit comments

Comments
 (0)