Skip to content

Latest commit

 

History

History
61 lines (35 loc) · 4.1 KB

CHANGELOG.md

File metadata and controls

61 lines (35 loc) · 4.1 KB

v2.2.0

What's Changed

  • Lower python version due to readthedocs by @qiaojunfeng in #119
  • Fix codecov by @qiaojunfeng in #120
  • Edit the retrieve_list to include more werr files by @jiang-yuha0 in #121
  • Support Python 3.12, drop 3.8 by @qiaojunfeng in #123
  • Use fixed number of digits for kpoint coordinates by @qiaojunfeng in #122

New Contributors

  • @jiang-yuha0 made their first contribution in #121

Full Changelog: https://github.com/aiidateam/aiida-wannier90/compare/v2.1.0...v2.2.0

v2.1.0

New features

v2.0.1

Fixes and general improvements

  • Register pw2wannier90 output_parameters to the outputs of MinimalW90WorkChain [#96]

v2.0.0

New features

  • Plugin fully migrated to AiiDA 1.0. This version still supports both python 2.7 and python 3.x (>= 3.5) [#32] [#34] [#63] [#64] [#66]

  • Added parser for .labelinfo.dat file to get correct high-symmetry k-point labels in band_parser [#88]

  • Added support for the SCDM method [#61]

Fixes and general improvements

  • Implemented the input_filename and output_filename config options, replacing the seedname options. In this way, verdi calcjob inputcat/outputcat work as expected [#42]

  • Automatically retrieving all known output files generated by Wannier90 [#79] [#80]

  • Improved some parser key names [#78]

  • Parser: Add missing catch of "NotExistent" when kpoints_path is not given [#55]

  • Removed opening transport in prepare_for_submission, avoiding the risk to open too many SSH connections. Note that this means that now the remote_input_folder and the local_input_folder inputs are mutually exclusive [#83]

Tests and documentation

  • Improved test suite and continuous integration (including pre-commit tests), and using now AiiDA-provided pytest tools [#33] [#44] [#49] [#51] [#54] [#57] [#65]

  • Added tests to check how projections are created [#81] [#85] [#87]

  • General update of the documentation to include all new changes [#91] [#52]

  • Use aiida calcjob directive in documentation [#86]

  • Example of GaAs wannierization (both as a single submission, and via a workchain using Quantum ESPRESSO) [#77] [#84]

v1.0.0

First working version of the plugin