Skip to content

Commit 51e9032

Browse files
authored
🚀 Release v0.4.0 (#106)
1 parent 7303763 commit 51e9032

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## v0.4.0
2+
3+
Minor release that fixes the on-the-fly determination of intersite Hubbard parameters. This comes with an update of the `aiida-quantumespresso` plugin.
4+
5+
### 🐛 Bug fixes
6+
7+
* `Hubbard`: fix on-the-fly determination of V pairs [[7303763](https://github.com/aiidateam/aiida-hubbard/commit/73037632e845926c369d82b336bef388a9ddc41a)]
8+
9+
### ⬆️ Update dependencies
10+
11+
* `Hubbard`: fix on-the-fly determination of V pairs [[7303763](https://github.com/aiidateam/aiida-hubbard/commit/73037632e845926c369d82b336bef388a9ddc41a)]
12+
13+
14+
115
## v0.3.0
216

317
Minor release that mainly supports the new version of `aiida-core` v2.7 and above.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ The matrix below assumes the user always install the latest patch release of the
2020

2121
| Plugin | AiiDA | Python | Quantum ESPRESSO |
2222
|-|-|-|-|
23-
| `v0.3.0` | ![Compatibility for v4.0][AiiDA v4.0-pydantic3] | [![PyPI pyversions](https://img.shields.io/pypi/pyversions/aiida-hubbard.svg)](https://pypi.python.org/pypi/aiida-hubbard) | ![Quantum ESPRESSO compatibility][QE v7.2-7.4] |
24-
| `v0.1.0 < v0.2.0` | ![Compatibility for v4.0][AiiDA v4.0-pydantic2] | [![PyPI pyversions](https://img.shields.io/pypi/pyversions/aiida-hubbard.svg)](https://pypi.python.org/pypi/aiida-hubbard) | ![Quantum ESPRESSO compatibility][QE v7.2-7.4] |
23+
| `v0.3.0 <= v0.4.0` | ![Compatibility for v4.0][AiiDA v4.0-pydantic3] | [![PyPI pyversions](https://img.shields.io/pypi/pyversions/aiida-hubbard.svg)](https://pypi.python.org/pypi/aiida-hubbard) | ![Quantum ESPRESSO compatibility][QE v7.2-7.4] |
24+
| `v0.1.0 <= v0.2.0` | ![Compatibility for v4.0][AiiDA v4.0-pydantic2] | [![PyPI pyversions](https://img.shields.io/pypi/pyversions/aiida-hubbard.svg)](https://pypi.python.org/pypi/aiida-hubbard) | ![Quantum ESPRESSO compatibility][QE v7.2-7.4] |
2525

2626
## Installation
2727
To install using pip, simply execute:

src/aiida_hubbard/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# -*- coding: utf-8 -*-
22
"""AiiDA plugin for the first-principles calculation of Hubbard parameters."""
3-
__version__ = '0.3.0'
3+
__version__ = '0.4.0'

0 commit comments

Comments
 (0)