Version 1.3.0

Important change

Common

  • working directory name
    work000000 –> work0
  • We used to pickle data by grouping several data into tuples, but we changed it to pickle each item individually.
    For example, rs_id_data.pkl –> id_queueing.pkl and id_running.pkl

BO

Fixed

soiap

  • support for recent pymatgen

Added

  • Random structure generation and structure generation by EA are now available as libraries. see Features > As library

for developer

  • We stopped using global variables (rin), now uses dataclass for input data.
  • Many of the input variables were lists, but we changed them to tuples.