Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.71 KB

CHANGELOG.md

File metadata and controls

31 lines (22 loc) · 1.71 KB

Change log

0.2.0 - 2023-12-22

Dependencies

  • Add support for Python 3.9, 3.10, 3.11 and 3.12 [fabcf05]
  • Drop support for Python 3.7 [ace8c56]
  • Update requirement aiida-core~=2.0 [80be82d]

Devops

  • Precommit: Add formatters for TOML and YAML files [6b17722]
  • Pre-commit: Switch to ruff for formatting and linting [91b7ce8]
  • Add various files and folder to package exclude list [a5dad01]
  • Move package into src/ directory [24c443e]
  • Make package description dynamic [968d4cb]
  • Update the pre-commit hooks [998355b]

0.1.2 - 2023-12-22

Devops

  • Manually fix parsers reference files to pass tests [707124d]
  • Add unit tests for calculation and parser plugin [efcc497]
  • Add CI and CD workflows for Github Actions [4df3a98]

0.1.1 - 2023-08-18

  • 🔧 Relax the Python version requirements.

0.1.0 - 2023-08-18

First release of the aiida-wien2k plugin.