Skip to content

Releases: tongzhugroup/mddatasetbuilder

v1.3.10

05 Aug 19:37
0103606
Compare
Choose a tag to compare

What's Changed

Bugfix

  • fix: fix compatibility with NumPy 2.0 by @njzjz in #224

CI

  • ci(wheel): use build[uv] frontend by @njzjz in #221
  • fix(ci): build sdist only in the sdist step by @njzjz in #222
  • build(deps): bump pypa/cibuildwheel from 2.19 to 2.20 by @dependabot in #223

Full Changelog: v1.3.9...v1.3.10

v1.3.9

25 May 23:14
da3a0ab
Compare
Choose a tag to compare

What's Changed

New features

  • set default nproc to the number of logical CPUs the current process can use by @njzjz in #191 #193
  • feat(build): Add Git archives version files by @njzjz-bot in #200
  • feat: support assigning ncpus for qmcalc by @njzjz in #216 #217
  • feat: support datasetbuilder --version by @njzjz in #219
  • support python -m mddatasetbuilder by @njzjz in #218

CI/CD

New Contributors

Full Changelog: v1.3.8...v1.3.9

v1.3.8

08 Sep 17:23
10e0147
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.7...v1.3.8

v1.3.7

27 Aug 20:07
1e504f2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.6...v1.3.7

v1.3.6

27 Aug 16:47
5cb85d0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.5...v1.3.6

v1.3.5

25 Nov 04:38
408a981
Compare
Choose a tag to compare

What's Changed

  • migrate from setup.py to pyproject.toml by @njzjz in #145
  • move tests out of the package by @njzjz in #146
  • fix coverage for multiprocessing by @njzjz in #149
  • replace deprecated np.int with int by @njzjz in #150
  • fix the path of readme by @njzjz in #151
  • migrate to openbabel native pbc; support LAMMPS non-orthogonal box by @njzjz in #152
  • build wheels and upload to pypi by @njzjz in #153
  • drop Python 3.6 support by @njzjz in #154
  • build macosx_universal2 wheels by @njzjz in #155
  • deprecate base64 for compress block by @njzjz in #156
  • fix reading atomic type from dump files by @njzjz in #158
  • use exist_ok=True and remove _mkdir by @njzjz in #157
  • disable tqdm when stderr is redirected by @njzjz in #159
  • use the logger instead of the global logging by @njzjz in #160
  • update test configs by @njzjz in #161

Full Changelog: v1.3.4...v1.3.5

v1.3.4

21 Jun 07:33
9a35a6d
Compare
Choose a tag to compare

Full Changelog: v1.3.3...v1.3.4

Breaking changes

  • Geom=PrintInputOrient is added to default Gaussian keywords to print coordinates when the number of atoms is more than 50

v1.3.3

20 Jun 00:58
b111176
Compare
Choose a tag to compare

Breaking changes

  • the default qmkeywords in the command-line interface is now force mn15/6-31g**. force is not there before, but it's recommended to train force data

What's Changed

  • fix: remove load_ckpt in deepmd-kit parameter by @njzjz in #136
  • chore(docs): add a citation badge by @njzjz in #138
  • breaking: add "force" to default cli Gaussian keywords; update cli docs by @njzjz in #141

Full Changelog: v1.3.2...v1.3.3

v1.3.2

06 Sep 20:36
50829ea
Compare
Choose a tag to compare

fix oxygen detection

v1.3.1

29 Mar 05:39
f626546
Compare
Choose a tag to compare
fix: add openbabel as a pip requirement (#126)

* fix: add openbabel as a pip requirement

* run actions on pr

* remove useless environment

* update doc