Skip to content

Styling with matplotlib; end Python 2 support

Compare
Choose a tag to compare
@ajjackson ajjackson released this 02 Nov 14:30
· 69 commits to master since this release
  • Matplotlib styling is exposed to the user: --style option selects CLI style
    while Python API does not overrule existing style.
  • The default TDOS line colour is now the first colour from the
    selected style, which is usually blue. The previous default was a
    bright red.
  • Pymatgen CompleteDos objects can be processed directly.
  • Dropped Python 2.7 compatability.
  • Fixed PDOS bug introduced with Python3 cleanup