Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependencies: Add compatibility for pymatgen>=v2023.9.2 #6109

Merged
merged 1 commit into from
Sep 6, 2023

Conversation

sphuber
Copy link
Contributor

@sphuber sphuber commented Sep 4, 2023

As of v2023.9.2, the properties argument of the Specie class is removed and the spin argument should be used instead. See: materialsproject/pymatgen@118c245

The spin argument was introduced in v2023.6.28. See: materialsproject/pymatgen@9f2b393

Instead of removing support for versions older than v2023.6.28 the code is updated to be able to deal with the new version where properties is no longer supported.

As of v2023.9.2, the ``properties`` argument of the `Specie` class is
removed and the ``spin`` argument should be used instead. See:
materialsproject/pymatgen@118c245

The ``spin`` argument was introduced in v2023.6.28. See:
materialsproject/pymatgen@9f2b393

Instead of removing support for versions older than v2023.6.28 the code
is updated to be able to deal with the new version where `properties` is
no longer supported.
@sphuber sphuber merged commit 4e0e7d8 into aiidateam:main Sep 6, 2023
27 checks passed
@sphuber sphuber deleted the fix/pymatgen branch September 6, 2023 05:52
sphuber added a commit that referenced this pull request Nov 14, 2023
As of v2023.9.2, the ``properties`` argument of the `Specie` class is
removed and the ``spin`` argument should be used instead. See:
materialsproject/pymatgen@118c245

The ``spin`` argument was introduced in v2023.6.28. See:
materialsproject/pymatgen@9f2b393

Instead of removing support for versions older than v2023.6.28 the code
is updated to be able to deal with the new version where `properties` is
no longer supported.

Cherry-pick: 4e0e7d8
sphuber added a commit that referenced this pull request Nov 15, 2023
As of v2023.9.2, the ``properties`` argument of the `Specie` class is
removed and the ``spin`` argument should be used instead. See:
materialsproject/pymatgen@118c245

The ``spin`` argument was introduced in v2023.6.28. See:
materialsproject/pymatgen@9f2b393

Instead of removing support for versions older than v2023.6.28 the code
is updated to be able to deal with the new version where `properties` is
no longer supported.

Cherry-pick: 4e0e7d8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant