Releases: marvel-nccr/ansible-role-aiida
Releases · marvel-nccr/ansible-role-aiida
v5.0.0
v4.2.0
✨ NEW: Add aiida-common-workflow (& update pip/aiida-core) (#72) aiida-core v1.6.1, pip v21.1
v4.1.1
👌 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
🐛 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
👌 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
👌 IMPROVE: Move symlinks to variable `aiida_jupyter_symlink`
v3.2.4
👌 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
🧪 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
🔧 MAINTAIN: Remove examples downloads Until #58 resolved
v3.2.1
👌 IMPROVE: add `aiida_kernel_name` option (#60)