kjappelbaum / oximachinerunner

An easy API for using oximachine.
MIT License
7 stars 5 forks source link

chore(deps): update pymatgen requirement from <2021 to <2024 #83

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on pymatgen to permit the latest version.

Release notes

Sourced from pymatgen's releases.

v2023.1.9

What's Changed

New Contributors

Full Changelog: https://github.com/materialsproject/pymatgen/compare/v2022.11.7...v2023.1.9

Changelog

Sourced from pymatgen's changelog.

v2023.1.9

v2022.11.7

  • PR #2724 from @​janosh: raise ValueError in SpacegroupAnalyzer.get_symmetrized_structure() if spglib returns no symmetries
  • PR #2720 by @​utf: Fix tensor mapping
  • PR #2562 from @​sudarshanv01: In case the Fock-matrix and eigenvalues are requested by the user (though the flags scf_final_print or scf_print), outputs.py now allows parsing both these quantities.

v2022.11.1

  • Order of kwargs fmt and filename in Structure.to() swapped for ease of use (note: this can break codes that do not use these options as kwargs).
  • @​yuzie007 Parse "Atomic configuration" in POTCAR (52 and 54). Useful for estimating a reasonable NBANDS value.
  • EnumerateStructureTransformation now supports m3gnet_relax or m3gnet_static options.

v2022.10.22

  • Allow env settings to override .pmgrc.yaml (@​janosh)
  • Add EntryLike type (@​janosh)
  • Update spglib to 2.0+.
  • @​cnncnnzh Method to plot the atom-resolved phonon band structures.
  • @​jmmshn More Flexible reproduction of VASP's optical code
  • @​Ameyanagi Fix the sorting of the FEFF IO module to create ATOMS input.
  • @​JaGeo Extend the ThermalDisplacementMatrices class to read cif files in P1 format.
  • @​rkingsbury Changes to FEFF I/O to support the use of non-periodic input structures.
  • @​jmmshn Merge Waverder and Wavederf
  • @​jmmshn Set the structure_charge while parsing Potcar

v2022.9.21

v2022.9.8

  • @​janosh Add AirssProvider.as_dict
  • @​gpetretto Outcar parsing optimization.
  • @​ScottNotFound Adds res file io to handle results from airss searches
  • @​janosh Fixes the AttributeError currently raised when passing disordered structures to methods like get_cn() and get_bonded_structure() of CrystalNN and other NearNeighbors subclasses.

... (truncated)

Commits
  • 14e0538 Release v2023.1.9 (#2798)
  • a5a8d16 isort auto insert __future__ annotations import (#2797)
  • 0a48ae2 fix/ignore some mypy errors, still some left
  • e3e9cc3 Added a missing multi element POTCAR file and reverted the file loading chang...
  • 0d2062a Prefer generator over list comprehension where equivalent (#2793)
  • c1a7f5d Merge pull request #2792 from JaGeo/bug_fix
  • f31ab03 [pre-commit.ci] auto fixes from pre-commit.com hooks
  • 2495fc8 Change line
  • ffe67f6 Convert to periodic site
  • 811dd75 regex auto-type-annotate
  • Additional commits viewable in compare view


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 commands and options
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 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)
dependabot[bot] commented 1 year ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.