You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.md
+19-10Lines changed: 19 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,25 @@ nav_order: 4
6
6
7
7
# Changelog
8
8
9
+
## v2023.9.10
10
+
11
+
### 🐛 Bug Fixes
12
+
13
+
- Fix code comment in ASE adapter by @Andrew-S-Rosen in <https://github.com/materialsproject/pymatgen/pull/3298>
14
+
- Fix IndexError when parsing Hessian from Gaussian frequency job by @janosh in <https://github.com/materialsproject/pymatgen/pull/3308>
15
+
16
+
### 🛠 Enhancements
17
+
18
+
- Add an input arg check for `Kpoints.automatic_density_by_lengths` by @Andrew-S-Rosen in <https://github.com/materialsproject/pymatgen/pull/3299>
19
+
20
+
### 🏥 Package Health
21
+
22
+
- Remove pydantic < 2 from `setup.py` and bump monty in `requirements.txt` by @Andrew-S-Rosen in <https://github.com/materialsproject/pymatgen/pull/3303>
23
+
- Move `py.typed` to package root by @Andrew-S-Rosen in <https://github.com/materialsproject/pymatgen/pull/3307>
24
+
- Consistent casing `setup->setUp` across test classes by @janosh in <https://github.com/materialsproject/pymatgen/pull/3305>
- VaspInputSets now allow structure to be None for stateless initialization.
@@ -33,10 +52,6 @@ nav_order: 4
33
52
- Propagate labels through various Structure operations by @stefsmeets in <https://github.com/materialsproject/pymatgen/pull/3183>
34
53
- Delete variable self assignments by @janosh in <https://github.com/materialsproject/pymatgen/pull/3196>
35
54
- Improve `Structure` tests by @janosh in <https://github.com/materialsproject/pymatgen/pull/3197>
36
-
- Bump pypa/cibuildwheel from 2.12.3 to 2.14.1 by @dependabot in <https://github.com/materialsproject/pymatgen/pull/3202>
37
-
- Bump numpy from 1.24.3 to 1.25.2 by @dependabot in <https://github.com/materialsproject/pymatgen/pull/3201>
38
-
- Bump matplotlib from 3.5.2 to 3.7.2 by @dependabot in <https://github.com/materialsproject/pymatgen/pull/3200>
39
-
- Bump scipy from 1.9.0 to 1.11.1 by @dependabot in <https://github.com/materialsproject/pymatgen/pull/3199>
40
55
- Test `class XYZ` edge cases by @janosh in <https://github.com/materialsproject/pymatgen/pull/3206>
41
56
- Fix `EnergyAdjustment.__repr__` by @janosh in <https://github.com/materialsproject/pymatgen/pull/3207>
42
57
- Markdownlint by @janosh in <https://github.com/materialsproject/pymatgen/pull/3209>
@@ -196,12 +211,6 @@ What's Changed
196
211
- self.assertArrayEqual->assert by @janosh in [#2955](https://github.com/materialsproject/pymatgen/pull/2955)
197
212
- fix GaussianOutput bug with multiple route lines by @xjf729 in [#2937](https://github.com/materialsproject/pymatgen/pull/2937)
198
213
- Fix ValueError when passing selective_dynamics to Poscar by @chiang-yuan in [#2951](https://github.com/materialsproject/pymatgen/pull/2951)
199
-
- Bump beautifulsoup4 from 4.11.1 to 4.12.2 by @dependabot in [#2962](https://github.com/materialsproject/pymatgen/pull/2962)
200
-
- Bump pypa/cibuildwheel from 2.11.4 to 2.12.3 by @dependabot in [#2959](https://github.com/materialsproject/pymatgen/pull/2959)
201
-
- Bump uncertainties from 3.1.6 to 3.1.7 by @dependabot in [#2960](https://github.com/materialsproject/pymatgen/pull/2960)
202
-
- Bump numpy from 1.23.2 to 1.24.3 by @dependabot in [#2963](https://github.com/materialsproject/pymatgen/pull/2963)
203
-
- Bump tabulate from 0.8.10 to 0.9.0 by @dependabot in [#2961](https://github.com/materialsproject/pymatgen/pull/2961)
204
-
- Bump pandas from 1.4.4 to 2.0.1 by @dependabot in [#2964](https://github.com/materialsproject/pymatgen/pull/2964)
205
214
- Link /addons from new subsection on /contributing page by @janosh in [#2967](https://github.com/materialsproject/pymatgen/pull/2967)
206
215
- Breaking: change Yb pseudo-potential on all VASP input sets from Yb_2 to Yb_3 by @janosh in [#2969](https://github.com/materialsproject/pymatgen/pull/2969)
207
216
- fix recursion error by adding copy and deepcopy dunder methods by @orionarcher in [#2973](https://github.com/materialsproject/pymatgen/pull/2973)
0 commit comments