Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 2.18 KB

CHANGELOG.md

File metadata and controls

42 lines (26 loc) · 2.18 KB

v2.3.0 - 2024-11-21

✨ New features

  • ✨ Add conversion constants for a.u. to GPa [cf00438]

👌 Improvements

  • 👌 CHANGELOG.md: remove superfluous title [11f7a92]

🔧 Maintenance

  • 🔧 Add update_changelog.py script [5d7f7f1]
  • 🔧 Devops: Switch to ruff for linting/formatting [f447512]

v2.2.0 - 2024-02-02

Features

  • Add marda-extractors support for PW and CP input files [8c50b4c]

Fixes

  • Fix the regex NUMBER_PATTERN in `_input_base.py`` [c0e3c51]
  • Fix input parser for cell parameters with integers [efe4472]

Dependencies

v2.1.0 - 2023-09-27

Fixes

  • Allow for empty strings in str2val [379c8c0]

Dependencies

  • Add support for Python 3.10 and 3.11 [5f1f458]
  • Drop support for Python 3.6 and 3.7 [09d9e7a]
  • Dependencies: Update pylint~=2.16.0 [7a42f10]

Devops

  • Update the setup-python action for CI and CD [e77d6dd]
  • Update isort==5.12.0 requirement [3accb27]