Skip to content

Releases: marvel-nccr/ansible-role-aiida

v5.0.0

20 Jun 10:06
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.2.0...v5.0.0

v4.2.0

28 Apr 15:32
92572a8
Compare
Choose a tag to compare
✨ NEW: Add aiida-common-workflow (& update pip/aiida-core) (#72)

aiida-core v1.6.1, pip v21.1

v4.1.1

15 Apr 01:49
ebc62d3
Compare
Choose a tag to compare
👌 IMPROVE: Add `prepend_text` for codes (#71)

Optional key, to define additional `prepend_text`.
This is in preparation for adding conda env activation.

v4.1.0

14 Apr 08:47
ef5f643
Compare
Choose a tag to compare
🐛 FIX: pymatgen/numpy compilation issue (#70)

⬆️ UPGRADE: aiida-fleur 1.1.4

Earlier versions were pinning numpy to a lower version,
causing conflicts with the pymatgen compilation
which was built against a newer numpy version that was then forced to downgrade.

Note, this issue is not identified by pip check!

Also added a test for the pymatgen import

v4.0.1

18 Mar 23:32
Compare
Choose a tag to compare
👌 IMPROVE: Use `/tmp` folder for psuedo downloads

It is unneccessary for these to persist,
once they have been uploaded into the AiiDA database

v4.0.0

17 Mar 20:16
Compare
Choose a tag to compare
👌 IMPROVE: Move symlinks to variable `aiida_jupyter_symlink`

v3.2.4

06 Dec 16:55
a14fde8
Compare
Choose a tag to compare
👌 IMPROVE: Add `aiida_jupyter_extra_args` (#64)

When doing manual tests in the docker container (generated by `tox converge`), this allows for the addition of `--allow-root`, required to start the jupyter server as root user.

v3.2.3

06 Dec 14:28
4b22ace
Compare
Choose a tag to compare
🧪 TEST: Start molecule container with systemd as PID1 (#62)

This allows for the tests to run in an environment more closely representing that of the Quantum Mobile VM, and won't skip all the systemd specific tasks.

v3.2.2

02 Dec 15:17
Compare
Choose a tag to compare
🔧 MAINTAIN: Remove examples downloads

Until #58 resolved

v3.2.1

02 Dec 13:59
fea2f2b
Compare
Choose a tag to compare
👌 IMPROVE: add `aiida_kernel_name` option (#60)