New AiiDA release 0.11.0#
A new AiiDA release v0.11.0 is available! You can find more information at our download page!
Amongst other improvements, this release adds simple-to-use test decorators for writing tests of AiiDA plugins. Plugins can now add custom commands to the verdi data command line interface
Important things to note:
The
asyncmethod ofaiida.work.runmodule has been removed because it could lead to race conditions causing database inconsistencies. Simply replace any call toasyncin your code withsubmitthat is also located in theaiida.work.runmoduleThe
plugin-cmdbranch has been deleted fromaiidateam/aiida_core. The functionality that it had, has been merged into the release v0.11.0
A detailed overview of a all the changes can be found in the CHANGELOG