You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release v0.5.0
* cp2kparse: parse SIRIUS warnings & errors
* cp2kparse: parse DOI for automated citation generation
* bandstructure_parse: add API (based on cp2k_bs2csv script)
* cp2k_bs2csv: move to cli and use click (adds output dir option)
Release v0.4.0
* cp2kparse/api: can now parse forces
* cp2kparse: gained a highlight mode to show what gets matched
* cp2kparse: moved to click for providing the CLI to improve UX
* cp2kparse/api: fix bug with parsing line continued kv
* api: introduced BlockMatch to provide more info about the match (like the char span)
* cp2k_bs2csv: generate files in CWD rather than in source dir