Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump pymatgen from 2024.6.10 to 2024.7.18 (#2347)
Bumps [pymatgen](https://github.com/materialsproject/pymatgen) from 2024.6.10 to 2024.7.18. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/materialsproject/pymatgen/releases">pymatgen's releases</a>.</em></p> <blockquote> <h2>v2024.7.18</h2> <p>layout: default title: Change Log</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/materialsproject/pymatgen/blob/master/docs/CHANGES.md">pymatgen's changelog</a>.</em></p> <blockquote> <h2>v2024.7.18</h2> <ul> <li>Fix <code>setuptools</code> for packaging (<a href="https://redirect.github.com/materialsproject/pymatgen/issues/3934">#3934</a>)</li> <li>Improve Keep Redundant Spaces algorithm for PatchedPhaseDiagram (<a href="https://redirect.github.com/materialsproject/pymatgen/issues/3900">#3900</a>)</li> <li>Add electronic structure methods for Species (<a href="https://redirect.github.com/materialsproject/pymatgen/issues/3902">#3902</a>)</li> <li>Migrate <code>spglib</code> to new <code>SpglibDataset</code> format with version 2.5.0 (<a href="https://redirect.github.com/materialsproject/pymatgen/issues/3923">#3923</a>)</li> <li>SpaceGroup changes (<a href="https://redirect.github.com/materialsproject/pymatgen/issues/3859">#3859</a>)</li> <li>Add MD input set to FHI-aims (<a href="https://redirect.github.com/materialsproject/pymatgen/issues/3896">#3896</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/materialsproject/pymatgen/commit/27d90b777cedc80593d93b6e8b66dee04c167460"><code>27d90b7</code></a> Update docs</li> <li><a href="https://github.com/materialsproject/pymatgen/commit/380d2f2b91b5d938d13b388adf714bcc0b3f2b66"><code>380d2f2</code></a> [Hot Fix] Fix <code>setuptools</code> for pymatgen packaging (<a href="https://redirect.github.com/materialsproject/pymatgen/issues/3934">#3934</a>)</li> <li><a href="https://github.com/materialsproject/pymatgen/commit/02341828b94a001b4f3cbdae6b24eaeeb0df7d7d"><code>0234182</code></a> Improve Keep Redundant Spaces algorithm for PatchedPhaseDiagram (<a href="https://redirect.github.com/materialsproject/pymatgen/issues/3900">#3900</a>)</li> <li><a href="https://github.com/materialsproject/pymatgen/commit/454aa5e2fd7902ff92ea3b52c024e29903d51ae1"><code>454aa5e</code></a> Add electronic structure methods for Species (<a href="https://redirect.github.com/materialsproject/pymatgen/issues/3902">#3902</a>)</li> <li><a href="https://github.com/materialsproject/pymatgen/commit/58e8a35e58aa547d73e4b95a9821142571b2aa96"><code>58e8a35</code></a> Migrate <code>spglib</code> to new <code>SpglibDataset</code> format with version 2.5.0 (<a href="https://redirect.github.com/materialsproject/pymatgen/issues/3923">#3923</a>)</li> <li><a href="https://github.com/materialsproject/pymatgen/commit/106e8f58e1b3be36806eff451c6658903989a94f"><code>106e8f5</code></a> Fix analyzer tests.</li> <li><a href="https://github.com/materialsproject/pymatgen/commit/e9e6e34fcb15c0d65c0a70f72a7cf5298fb1f572"><code>e9e6e34</code></a> Set mac test to 3.10.</li> <li><a href="https://github.com/materialsproject/pymatgen/commit/f3cd079faf5438990239832c007db5b12e14bdca"><code>f3cd079</code></a> Use >3,9</li> <li><a href="https://github.com/materialsproject/pymatgen/commit/a1e774b4f3235f8b74fc29e266deede960e267fc"><code>a1e774b</code></a> Use 3.x designation in python version to test latest version on ubuntu</li> <li><a href="https://github.com/materialsproject/pymatgen/commit/d0ed5d77dc8e269a87748b46048cd3296eb37013"><code>d0ed5d7</code></a> Use newer pytjon for linting.</li> <li>Additional commits viewable in <a href="https://github.com/materialsproject/pymatgen/compare/v2024.6.10...v2024.7.18">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pymatgen&package-manager=pip&previous-version=2024.6.10&new-version=2024.7.18)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information