From 19ee42ad96450bdcb585512bbf1e1212dbb10319 Mon Sep 17 00:00:00 2001 From: Sebastiaan Huber Date: Fri, 1 Sep 2017 15:34:49 +0200 Subject: [PATCH] Update the contributor list and changelog for v0.9.1 --- AUTHORS.txt | 5 +++-- CHANGELOG.md | 20 ++++++++++++++++++++ 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/AUTHORS.txt b/AUTHORS.txt index 14f8c13a0a..4640684d06 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -7,7 +7,7 @@ The current members of the AiiDA team are, in alphabetical order: * Fernando Gargiulo * Leonid Kahle * Boris Kozinsky -* Rico Haeuselmann +* Rico Häuselmann * Sebastiaan P. Huber * Nicola Marzari * Andrius Merkys @@ -37,6 +37,7 @@ We would like to thank the following people for their contibution * Marco Dorigo (ICAMS, Germany): for the SGE scheduler plugin * Marco Gibertini: for the Quantum ESPRESSO plugin for the NEB code and the extension of the PW plugin to the ENVIRON code +* Dominik Gresch (ETHZ): for contributions to the workflow engine * Eric Hontz (MIT, USA): for the Quantum Espresso pwimmigrant plugin * Daniel Marchand (EPFL, Switzerland): for the Quantum ESPRESSO plugins for PP, PROJWFC, and the first version of the Wannier90 plugin @@ -47,7 +48,7 @@ We would like to thank the following people for their contibution And the following people for corrections, improving the documentation, spotting typos or useful suggestions: -Jens Broeder, Ivano E. Castelli, Dominik Gresch, Ian Lee, Gianluca Prandini, +Jens Broeder, Ivano E. Castelli, Ian Lee, Gianluca Prandini, Jianxing Huang, Antimo Marrazzo, Nicola Varini, Mario Zic --- diff --git a/CHANGELOG.md b/CHANGELOG.md index dad1f15b25..bb70108805 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +## v0.9.1: + +### Critical bug fixes +- Workchain steps will no longer be executed multiple times due to process pickles not being locked + +### Minor bug fixes +- Fix arithmetic operations for basic numeric types +- Fixed `verdi calculation cleanworkdir` after changes in `QueryBuilder` syntax +- Fixed `verdi calculation logshow` exception when called for `WorkCalculation` nodes +- Fixed `verdi import` for SQLAlchemy profiles +- Fixed bug in `reentry` and update dependency requirement to `v1.0.2` +- Made octal literal string compatible with python 3 +- Fixed broken import in the ASE plugin + +### Improvements +- `verdi calculation show` now properly distinguishes between `WorkCalculation` and `JobCalculation` nodes +- Improved error handling in `verdi setup --non-interactive` +- Disable unnecessary console logging for tests + + ## v0.9.0 ### Data export functionality