From c1aa823f2323a7fc06a0ef5783607c3845f4f29b Mon Sep 17 00:00:00 2001 From: Marnik Bercx Date: Mon, 3 Feb 2025 15:32:53 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Release=20`v4.9.0`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 18 ++++++++++++++++++ src/aiida_quantumespresso/__init__.py | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48c36d760..2d2ce8316 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +## v4.9.0 + +### ๐Ÿ‘Œ Improvements + +* `PdosWorkChain`: Update protocols for improved accuracy [[8a13266](https://github.com/aiidateam/aiida-quantumespresso/commit/8a13266be795e31b6ce6c255612596f1377d4478)] + +### ๐Ÿ› Bug fixes + +* `ProjwfcParser`: Fix DOS parsing for spin-polarised case [[bcd5508](https://github.com/aiidateam/aiida-quantumespresso/commit/bcd550847b0bf8142bb43425a1480edfd4db2965)] + +### ๐Ÿงช Tests + +* Allow glob patterns in `retrieve_temporary` input [[af3739c](https://github.com/aiidateam/aiida-quantumespresso/commit/af3739c908e59ae3f11dd78f232703502ef1f0df)] + +### โ™ป๏ธ Refactor + +* Refactor `projwfc.x` parser [[29f9c98](https://github.com/aiidateam/aiida-quantumespresso/commit/29f9c9846b9ee63e25f7e28664974228c45ec97c)] + ## v4.8.0 ### โœจ New features diff --git a/src/aiida_quantumespresso/__init__.py b/src/aiida_quantumespresso/__init__.py index f6f3aa6a4..13870954d 100644 --- a/src/aiida_quantumespresso/__init__.py +++ b/src/aiida_quantumespresso/__init__.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- """The official AiiDA plugin for Quantum ESPRESSO.""" -__version__ = '4.8.0' +__version__ = '4.9.0'