Skip to content

v2.2.8

Compare
Choose a tag to compare
@njzjz njzjz released this 23 Jan 03:41
b875ea8

What's Changed

Breaking Changes

  • breaking(lmp): do not apply scale factor to model deviation by @njzjz in #3036

New Features

  • build neighbor list with external Python program by @njzjz in #3046
  • nvnmd: init-model feature and 256 neighbors by @LiuGroupHNU in #3058
  • Add pairwise tabulation as an independent model by @njzjz in #3101

Enhancement

Documentation

  • docs: add theory from v2 paper by @njzjz in #2715
  • docs: configuring automatically generated release notes by @njzjz in #2975
  • docs: use relative links by @njzjz in #2976
  • docs: remove lammps.md by @njzjz in #2986
  • docs: document horovod on Conda-Forge by @njzjz in #3001
  • docs: document external neighbor list by @njzjz in #3056
  • docs: update documentation for pre-compiled C library by @njzjz in #3083
  • docs: update Amber interface by @njzjz in #3074
  • docs: document CP2K interface by @njzjz in #3158

Build and release

Bug fixings

  • fix SpecifierSet behavior with prereleases by @njzjz in #2959
  • fix restarting from compressed training with type embedding by @njzjz in #2996
  • Add the missing initializations for extra embedding variables by @nahso in #3005
  • Fix macro issue with multiple arguments by @njzjz in #3016
  • fix se_a_ebd_v2 when nloc != nall by @njzjz in #3037
  • fix: invalid read and write when natom grows by @Cloudac7 in #3031
  • fix GPU mapping error for Horovod + finetune by @njzjz in #3048
  • lmp: Register styles when using CMake by @njzjz in #3097
  • fix segfault in ~Region by @njzjz in #3108
  • lmp: fix evflag initialization by @njzjz in #3133
  • cmake: fix setting CMAKE_HIP_FLAGS by @njzjz in #3155
  • Fix max nbor size related issues by @denghuilu in #3157
  • Fix possible memory leak in constructors by @njzjz in #3062
  • fix memory leaks related to char* by @njzjz in #3063
  • Update the path to training and validation data dir in zinc_se_a_mask.json by @dingye18 in #3068
  • Fix catching by value by @njzjz in #3077
  • resolve "Multiplication result converted to larger type" by @njzjz in #3149
  • resolve "Multiplication result converted to larger type" by @njzjz in #3159

CI/CD

Code refactor and enhancement to prepare for upcoming v3

New Contributors

Full Changelog: v2.2.7...v2.2.8