Skip to content

Commit

Permalink
Update the contributor list and changelog for v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sphuber committed Sep 1, 2017
1 parent dc9e1bf commit 19ee42a
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
5 changes: 3 additions & 2 deletions AUTHORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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

---
Expand Down
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 19ee42a

Please sign in to comment.