Dpdata

Latest version: v0.2.24

Safety actively analyzes 723947 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 6

0.2.18

What's Changed

New features
* add psi4/inp format by njzjz in https://github.com/deepmodeling/dpdata/pull/564
* QE: Support output files without stress by Yi-FanLi in https://github.com/deepmodeling/dpdata/pull/572
* Add new format for OpenMX by shigeandtomo in https://github.com/deepmodeling/dpdata/pull/585 https://github.com/deepmodeling/dpdata/pull/619
* Orca support by hl2500 in https://github.com/deepmodeling/dpdata/pull/597
* add ASE's traj support by thangckt in https://github.com/deepmodeling/dpdata/pull/614
* add support for n2p2 data format by Yi-FanLi in https://github.com/deepmodeling/dpdata/pull/627

Enhancement

* exclude docs and tests from sdist by njzjz in https://github.com/deepmodeling/dpdata/pull/570
* add error message when Gaussian input orientation is missing by njzjz in https://github.com/deepmodeling/dpdata/pull/568
* print detailed information on outcar reading failure by wanghan-iapcm in https://github.com/deepmodeling/dpdata/pull/596
* Update the Plugin class docstring by robinzyb in https://github.com/deepmodeling/dpdata/pull/601
* raise error instead of sys.exit by njzjz in https://github.com/deepmodeling/dpdata/pull/569

Bugfix
* fix psi4 length conversion by njzjz in https://github.com/deepmodeling/dpdata/pull/571
* fix vasp/xml errors when no virial is printed by njzjz in https://github.com/deepmodeling/dpdata/pull/574
* fix duplicated elements in vasp/xml by njzjz in https://github.com/deepmodeling/dpdata/pull/575
* fix a bug when reading the key block of STRU by pxlxingliang in https://github.com/deepmodeling/dpdata/pull/591
* Fix bug when reading file in "pwmat/movement" format by lhycms in https://github.com/deepmodeling/dpdata/pull/599
* Make improvements to the format for OpenMX by shigeandtomo in https://github.com/deepmodeling/dpdata/pull/619
* fix virial in HybridDriver by njzjz in https://github.com/deepmodeling/dpdata/pull/604

CI/CD

* move to ruff formatter by njzjz in https://github.com/deepmodeling/dpdata/pull/565
* CI: Bump codecov/codecov-action from v3 to v4 by njzjz-bot in https://github.com/deepmodeling/dpdata/pull/620
* CI: Setup Dependabot for GitHub Actions by njzjz-bot in https://github.com/deepmodeling/dpdata/pull/621
* test with the latest Python version (3.12) by njzjz in https://github.com/deepmodeling/dpdata/pull/618

New Contributors
* Yi-FanLi made their first contribution in https://github.com/deepmodeling/dpdata/pull/572
* shigeandtomo made their first contribution in https://github.com/deepmodeling/dpdata/pull/585
* lhycms made their first contribution in https://github.com/deepmodeling/dpdata/pull/599
* hl2500 made their first contribution in https://github.com/deepmodeling/dpdata/pull/597
* thangckt made their first contribution in https://github.com/deepmodeling/dpdata/pull/614
* njzjz-bot made their first contribution in https://github.com/deepmodeling/dpdata/pull/620

**Full Changelog**: https://github.com/deepmodeling/dpdata/compare/v0.2.17...v0.2.18

0.2.17

New feature
* abacus: update the read of stress and force for ABACUS v3.4.1 by pxlxingliang in https://github.com/deepmodeling/dpdata/pull/560

Enhancement
* support assigning 'type_map' for mixed_type by iProzd in https://github.com/deepmodeling/dpdata/pull/540
* replace the old data type with the same name and throw warning by njzjz in https://github.com/deepmodeling/dpdata/pull/541
* limit the filename length dumped by MultiSystems by njzjz in https://github.com/deepmodeling/dpdata/pull/554
* fix SciPy DeprecationWarning by njzjz in https://github.com/deepmodeling/dpdata/pull/551

Bugfix
* fix(abacus): fix bug to read the data when relax job not set cal_stress by pxlxingliang in https://github.com/deepmodeling/dpdata/pull/549

Documentation
* Update README.md for recommendation of using cp2kdata by robinzyb in https://github.com/deepmodeling/dpdata/pull/537
* docs: try dpdata online by njzjz in https://github.com/deepmodeling/dpdata/pull/552
* update issue templates by njzjz in https://github.com/deepmodeling/dpdata/pull/557

**Full Changelog**: https://github.com/deepmodeling/dpdata/compare/0.2.16...v0.2.17

0.2.16

New Features
* Support cp2k v9.1 ~ 2023 for `cp2k/output` format by ChiahsinChu in https://github.com/deepmodeling/dpdata/pull/466, link89 in https://github.com/deepmodeling/dpdata/pull/533
* Customized data types
* allow custom data types for deepmd format by njzjz in https://github.com/deepmodeling/dpdata/pull/476, https://github.com/deepmodeling/dpdata/pull/481
* add a public method to register new DataType in a plugin by njzjz in https://github.com/deepmodeling/dpdata/pull/505
* support `-1` shape in DataType by njzjz in https://github.com/deepmodeling/dpdata/pull/510
* add a public API to register data types dynamically by njzjz in https://github.com/deepmodeling/dpdata/pull/532
* new format DFTB+ by ruio248 in https://github.com/deepmodeling/dpdata/pull/511

Bugfixes
* deepmd/hdf5: handle empty systems and files by njzjz in https://github.com/deepmodeling/dpdata/pull/469
* keep atom types when using DP models by njzjz in https://github.com/deepmodeling/dpdata/pull/471
* fix `set_size` in `to_deepmd_npy_mixed` func by iProzd in https://github.com/deepmodeling/dpdata/pull/477
* fix: writing abacus stru. by starinthesky72 in https://github.com/deepmodeling/dpdata/pull/478
* Use stable sorting algorithms by njzjz in https://github.com/deepmodeling/dpdata/pull/487
* avoid modifying appended system by njzjz in https://github.com/deepmodeling/dpdata/pull/483=
* Fix: bug in reading abacus md files by YuLiu98 in https://github.com/deepmodeling/dpdata/pull/496
* Fix issue 517 by wanghan-iapcm in https://github.com/deepmodeling/dpdata/pull/520

Documentation
* docs: add badges to README by njzjz in https://github.com/deepmodeling/dpdata/pull/490
* docs: add format docs by njzjz in https://github.com/deepmodeling/dpdata/pull/516
* add extra lines for code blocks in docstring by njzjz in https://github.com/deepmodeling/dpdata/pull/523
* Update system.py by ZhouXY-PKU in https://github.com/deepmodeling/dpdata/pull/524

CI/CD
* fix RTD builds by njzjz in https://github.com/deepmodeling/dpdata/pull/468
* pin pymatgen to 2023.7.11 by njzjz in https://github.com/deepmodeling/dpdata/pull/501
* Revert "pin pymatgen to 2023.7.11" by njzjz in https://github.com/deepmodeling/dpdata/pull/504
* Delete requirements.txt by njzjz in https://github.com/deepmodeling/dpdata/pull/527

Contribution from bots is ignored.

New Contributors
* ChiahsinChu made their first contribution in https://github.com/deepmodeling/dpdata/pull/466
* starinthesky72 made their first contribution in https://github.com/deepmodeling/dpdata/pull/478
* YuLiu98 made their first contribution in https://github.com/deepmodeling/dpdata/pull/496
* ruio248 made their first contribution in https://github.com/deepmodeling/dpdata/pull/511
* ZhouXY-PKU made their first contribution in https://github.com/deepmodeling/dpdata/pull/524
* link89 made their first contribution in https://github.com/deepmodeling/dpdata/pull/533

**Full Changelog**: https://github.com/deepmodeling/dpdata/compare/0.2.15...0.2.16

0.2.15

New features
* add a method to remove outlier frames by njzjz in https://github.com/deepmodeling/dpdata/pull/429
* Update for qe v7.2 by pee8379 in https://github.com/deepmodeling/dpdata/pull/444
* Add from gaussian gjf method by njzjz in https://github.com/deepmodeling/dpdata/pull/452
* add psi4/out format by njzjz in https://github.com/deepmodeling/dpdata/pull/457
* add train_test_split method by njzjz in https://github.com/deepmodeling/dpdata/pull/459

Enhancement
* avoid decreasing precision for ASE atoms by njzjz in https://github.com/deepmodeling/dpdata/pull/437
* change internel cp2k parser float precision by robinzyb in https://github.com/deepmodeling/dpdata/pull/446
* format codes with ruff by njzjz in https://github.com/deepmodeling/dpdata/pull/448
* docs: add docs for Format by njzjz in https://github.com/deepmodeling/dpdata/pull/451

Bug fixings
* fix(abacus): fix bug in read LATTICE_CONSTANT in md by pxlxingliang in https://github.com/deepmodeling/dpdata/pull/450

Other changes
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/deepmodeling/dpdata/pull/430
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/deepmodeling/dpdata/pull/445
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/deepmodeling/dpdata/pull/453
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/deepmodeling/dpdata/pull/463

New Contributors
* pre-commit-ci made their first contribution in https://github.com/deepmodeling/dpdata/pull/430
* pee8379 made their first contribution in https://github.com/deepmodeling/dpdata/pull/444

**Full Changelog**: https://github.com/deepmodeling/dpdata/compare/0.2.14...0.2.15

0.2.14

New features
* gaussian: support PBC by njzjz in https://github.com/deepmodeling/dpdata/pull/397
* Add support for 'deepmd/npy/mixed' format with dpdata.MultiSystems by iProzd in https://github.com/deepmodeling/dpdata/pull/422 https://github.com/deepmodeling/dpdata/pull/425

Enhancements
* Refactor(abacus): return None but not raise error when energy can not be found in scf by pxlxingliang in https://github.com/deepmodeling/dpdata/pull/402
* refactor(abacus): get energy by keyword "final etot is" in abacus/scf by pxlxingliang in https://github.com/deepmodeling/dpdata/pull/417
* docs: update installation commands by njzjz in https://github.com/deepmodeling/dpdata/pull/403
* accept np.ndarray as index by njzjz in https://github.com/deepmodeling/dpdata/pull/407
* docs: add the list of drivers and minimizers by njzjz in https://github.com/deepmodeling/dpdata/pull/415
* add .git-blame-ignore-revs to hide formatting changes in git blame by njzjz in https://github.com/deepmodeling/dpdata/pull/419
* follow the numpydoc style guide by njzjz in https://github.com/deepmodeling/dpdata/pull/420

Code fomatting
* lint and automatic lint by njzjz in https://github.com/deepmodeling/dpdata/pull/413
* format Python codes in docs by njzjz in https://github.com/deepmodeling/dpdata/pull/414
* add isort to sort imports by njzjz in https://github.com/deepmodeling/dpdata/pull/418


Bug fixings
* fix pass action by njzjz in https://github.com/deepmodeling/dpdata/pull/400
* fix a bug in 397 by njzjz in https://github.com/deepmodeling/dpdata/pull/401
* Fix(abacus): add judgment on the existence of INPUT/running_scf.log/STRU files in abacus/scf by pxlxingliang in https://github.com/deepmodeling/dpdata/pull/405
* Fix(abacus/relax): refactor the read of results from log file by pxlxingliang in https://github.com/deepmodeling/dpdata/pull/409
* fix a doc typo in plugins/gaussian.py by njzjz in https://github.com/deepmodeling/dpdata/pull/410
* Correct the headers in README.md by iProzd in https://github.com/deepmodeling/dpdata/pull/424
* pin parmed version for py37 by njzjz in https://github.com/deepmodeling/dpdata/pull/416


New Contributors
* iProzd made their first contribution in https://github.com/deepmodeling/dpdata/pull/422

**Full Changelog**: https://github.com/deepmodeling/dpdata/compare/0.2.13...0.2.14

0.2.13

What's Changed
* Update README.md: add 'abacus/stru' format key by LiangWenshuo1118 in https://github.com/deepmodeling/dpdata/pull/392
* Fix: remove the reading of `ntype` in the parsing of abacus structure by pxlxingliang in https://github.com/deepmodeling/dpdata/pull/394

New Contributors
* LiangWenshuo1118 made their first contribution in https://github.com/deepmodeling/dpdata/pull/392

**Full Changelog**: https://github.com/deepmodeling/dpdata/compare/0.2.12...0.2.13

Page 2 of 6

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.