Skip to content

Commit b337d91

Browse files
authored
🚀 Release v0.2.0 (#94)
1 parent b8e68a9 commit b337d91

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
## v0.2.0
2+
3+
This version of the plugin comes mainly with a breaking change with the protocol parameters, to align with a recent work devising improved protocols and better naming:
4+
5+
> G. d. M. Nascimento, F. J. d. Santos, M. Bercx, D. Grassano, G. Pizzi, and N. Marzari, [_"Accurate and efficient protocols for high-throughput first-principles materials simulations"_](https://arxiv.org/abs/2504.03962), (2025)
6+
7+
This is also to align with `aiida-quantumespresso` updates.
8+
9+
### ‼️ Breaking changes
10+
11+
* Dependencies: update protocol names [[fe3cca2](https://github.com/aiidateam/aiida-hubbard/commit/fe3cca27aade49c56947eb9d071a1573db2e0d09)]
12+
13+
### 🐛 Bug fixes
14+
15+
* `HpCalculation`: fix error message for exit code 495 [[b8e68a9](https://github.com/aiidateam/aiida-hubbard/commit/b8e68a9f0193aa33d97784e43b8f8caa73ba0695)]
16+
17+
### 📚 Documentation
18+
19+
* `Docs`: fix title of main reference paper [[006b9e5](https://github.com/aiidateam/aiida-hubbard/commit/006b9e562f05c041e4e578b745c41f2e23d06821)]
20+
* Docs: update citation of main paper with arxiv reference [[d3a2515](https://github.com/aiidateam/aiida-hubbard/commit/d3a25152e17b19f621dc7ae57eb96a77149dbe87)]
21+
* Docs: replace markdown emoji strings with symbols [[ce99678](https://github.com/aiidateam/aiida-hubbard/commit/ce99678906fd16073e21308b3b14774654809862)]
22+
* :books: Docs: add precompiled outputs to tutorial notebooks [[2a42fe4](https://github.com/aiidateam/aiida-hubbard/commit/2a42fe413e9b6c947829bd5b4c94b0732eb947d1)]
23+
24+
### 🔧 Maintenance
25+
26+
* DevOps: update github actions version [[d7ace7c](https://github.com/aiidateam/aiida-hubbard/commit/d7ace7ca8a010309b1a4eca0b7aae16deab27537)]
27+
28+
### ⬆️ Update dependencies
29+
30+
* Dependencies: update protocol names [[fe3cca2](https://github.com/aiidateam/aiida-hubbard/commit/fe3cca27aade49c56947eb9d071a1573db2e0d09)]
31+
32+
133
## v0.1.0:
234
First official release of `aiida-hubbard`, the official plugin for the HP code of Quantum ESPRESSO to the AiiDA platform.
335
The following calculations, parsers, and workflows are provided:

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.1.0'
3+
__version__ = '0.2.0'

0 commit comments

Comments
 (0)