v2.1.4
Enhancements:
- add core api docs (#1800)
- add op docs (#1804)
- There's no need for building libtensorflow_cc.so anymore (#1744)
- improve conda installation in the documentation (#1808)
- merge CMake test codes via
add_subdirectory
(#1814) - avoid multiple sessions in DeepEval (#1829)
- bump default lammps version to stable_23Jun2022_update1 (#1847)
- error if LAMMPS_VERSION_NUMBER is not defined (#1849)
- add variant info to output message (#1851)
- generate author list from git (#1854)
- lammps plugin: replace v2.0 with actual version (#1863)
Bug fixings:
- fix OMP bugs in
prod_force
andprod_virial
triggered when the cell is smaller than 2rc. (revert prod_force OMP in #1360) (#1862) - fix typo in hip assert error message (#1802)
- fix memory leaking of GraphDef (#1811)
- add the missing sstream header (#1817)
- fix grappler compilation error with TF 1.15 (#1821)
- docs: fix shape of virial (#1824)
- fix build and running issues on Windows (#1830)
- comment unused session in DPTabulate (#1834)
- fix deprecated bare
pair_coeff
(#1838)