Skip to content

Commit 3643c7b

Browse files
resolve merge conflict from same pymongo version pin
2 parents 2fe2a80 + a82c1b4 commit 3643c7b

File tree

2 files changed

+31
-2
lines changed

2 files changed

+31
-2
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Change log
22

3+
## v0.0.19
4+
5+
### Bug Fixes 🐛
6+
* CP2K fixes by @janosh in https://github.com/materialsproject/atomate2/pull/1056
7+
* bug fix for linear strain passing in qha by @JaGeo in https://github.com/materialsproject/atomate2/pull/1061
8+
* Fix `generate_phonon_displacements` magmom removal side effect by @janosh in https://github.com/materialsproject/atomate2/pull/1064
9+
* Fixed Failing Abinit tests bis by @VicTrqt in https://github.com/materialsproject/atomate2/pull/1108
10+
### Enhancements 🛠
11+
* Add trajectory reporter to openmm workflow by @orionarcher in https://github.com/materialsproject/atomate2/pull/1053
12+
* `PhononMaker` add options to `calculate_pdos` and save force constants to file by @chouyoudou in https://github.com/materialsproject/atomate2/pull/1008
13+
* Allow `MatPesStaticFlowMaker(static2=None)` by @janosh in https://github.com/materialsproject/atomate2/pull/997
14+
### Documentation 📖
15+
* Minor docs cleanup by @esoteric-ephemera in https://github.com/materialsproject/atomate2/pull/1047
16+
* add openmm description to docs by @JaGeo in https://github.com/materialsproject/atomate2/pull/1069
17+
* Docs update, forcefield elastic convenience maker, forcefield enum hydration by @esoteric-ephemera in https://github.com/materialsproject/atomate2/pull/1072
18+
* Added the ChemRxiv citation by @hrushikesh-s in https://github.com/materialsproject/atomate2/pull/1107
19+
* Fix docs by @janosh in https://github.com/materialsproject/atomate2/pull/1109
20+
### House-Keeping 🧹
21+
* Fix minor phonon code formatting issues + typos by @janosh in https://github.com/materialsproject/atomate2/pull/1070
22+
* Fix bump phonopy by @naik-aakash in https://github.com/materialsproject/atomate2/pull/1006
23+
* update calorine version by @naik-aakash in https://github.com/materialsproject/atomate2/pull/1083
24+
* Deprecated `Structure.ntypesp` in pymatgen by @jmmshn in https://github.com/materialsproject/atomate2/pull/1105
25+
26+
### New Contributors
27+
* @chouyoudou made their first contribution in https://github.com/materialsproject/atomate2/pull/1008
28+
* @VicTrqt made their first contribution in https://github.com/materialsproject/atomate2/pull/1108
29+
30+
**Full Changelog**: https://github.com/materialsproject/atomate2/compare/v0.0.18...v0.0.19
31+
332
## v0.0.18
433

534
### New Features 🎉

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies = [
3535
"pydantic-settings>=2.0.3",
3636
"pydantic>=2.0.1",
3737
"pymatgen>=2024.11.13",
38-
"pymongo<=4.10.1", # TODO: remove pending `mongomock` (required by maggma) update to include `sort` kwarg required by pymongo>=4.11
38+
"pymongo<=4.10.1",
3939
]
4040

4141
[project.optional-dependencies]
@@ -114,7 +114,7 @@ strict = [
114114
"pydantic==2.9.2",
115115
"pymatgen-analysis-defects==2024.10.22",
116116
"pymatgen==2024.11.13",
117-
"pymongo==4.10.1", # TODO: remove pending `mongomock` (required by maggma) update to include `sort` kwarg required by pymongo>=4.11
117+
"pymongo==4.10.1",
118118
"python-ulid==3.0.0",
119119
"seekpath==2.1.0",
120120
"tblite==0.3.0; python_version < '3.12'",

0 commit comments

Comments
 (0)