版本发布 1
## New features * support dispatcher executor by @wanghan-iapcm in https://github.com/deepmodeling/dpgen2/pull/83 * dflow debug mode by @zjgemi in https://github.com/deepmodeling/dpgen2/pull/88 * Template lammps task group by @wanghan-iapcm in https://github.com/deepmodeling/dpgen2/pull/90 * support bohrium platform by @wanghan-iapcm in https://github.com/deepmodeling/dpgen2/pull/102 * implement Gaussian by @njzjz in https://github.com/deepmodeling/dpgen2/pull/100 * support no pbc calculation by @wanghan-iapcm in https://github.com/deepmodeling/dpgen2/pull/104 * Support some dflow.Workflow commands by @wanghan-iapcm in https://github.com/deepmodeling/dpgen2/pull/112 * Replace the scheduler in the old workflow by the new one by @wanghan-iapcm in https://github.com/deepmodeling/dpgen2/pull/114 * Skip train when the init model is provided by @wanghan-iapcm in https://github.com/deepmodeling/dpgen2/pull/116 ## Enhancements * migrate from setup.py to pyproject.toml by @wanghan-iapcm in https://github.com/deepmodeling/dpgen2/pull/86 * Move vasp inputs to fp_config by @wanghan-iapcm in https://github.com/deepmodeling/dpgen2/pull/85 * change upload_python_package to upload_python_packages. by @wanghan-iapcm in https://github.com/deepmodeling/dpgen2/pull/93 * bump setuptools to >=61 by @njzjz in https://github.com/deepmodeling/dpgen2/pull/96 * accelerate the speed of making task by @Angel-Jia in https://github.com/deepmodeling/dpgen2/pull/95 * refactor fp. easier to implement new fp methods by @wanghan-iapcm in https://github.com/deepmodeling/dpgen2/pull/98 * refactor configurations by @wanghan-iapcm in https://github.com/deepmodeling/dpgen2/pull/103 * refactor configuration selection by @wanghan-iapcm in https://github.com/deepmodeling/dpgen2/pull/109 * [ImgBot] Optimize images by @imgbot in https://github.com/deepmodeling/dpgen2/pull/105 * Use the dflow run_command by @wanghan-iapcm in https://github.com/deepmodeling/dpgen2/pull/115 ## Bug fixings * fix docstring of submit script arguments by @wanghan-iapcm in https://github.com/deepmodeling/dpgen2/pull/80 * Add dflow config link by @wanghan-iapcm in https://github.com/deepmodeling/dpgen2/pull/81 * Fix resubmit, only reuse steps of the lowest level by @wanghan-iapcm in https://github.com/deepmodeling/dpgen2/pull/82 * fix bug of init data by @wanghan-iapcm in https://github.com/deepmodeling/dpgen2/pull/87 * fixed bug in config by @Angel-Jia in https://github.com/deepmodeling/dpgen2/pull/89 * fix bug of FatalError by @Angel-Jia in https://github.com/deepmodeling/dpgen2/pull/91 * fix type hints errors; add type checker by @njzjz in https://github.com/deepmodeling/dpgen2/pull/92 * fix codecov by @njzjz in https://github.com/deepmodeling/dpgen2/pull/97 * fix: dargs.Arguments -> dargs.Argument by @njzjz in https://github.com/deepmodeling/dpgen2/pull/101 * implement download checkpoint by @wanghan-iapcm in https://github.com/deepmodeling/dpgen2/pull/106 * Fix bugs by @wanghan-iapcm in https://github.com/deepmodeling/dpgen2/pull/107 * replace `distutils.version.LooseVersion` by `packaging.version.Version` by @njzjz in https://github.com/deepmodeling/dpgen2/pull/108 * Remove traj_fmt by @wanghan-iapcm in https://github.com/deepmodeling/dpgen2/pull/110 * rm naive exploration report by @wanghan-iapcm in https://github.com/deepmodeling/dpgen2/pull/111 * fix: retry_on_transient_error should be int by @wanghan-iapcm in https://github.com/deepmodeling/dpgen2/pull/113 ## New Contributors * @zjgemi made their first contribution in https://github.com/deepmodeling/dpgen2/pull/88 * @imgbot made their first contribution in https://github.com/deepmodeling/dpgen2/pull/105 **Full Changelog**: https://github.com/deepmodeling/dpgen2/compare/v0.0.6...v0.0.7