Skip to content

0.6.1

Latest
Compare
Choose a tag to compare
@cw-tan cw-tan released this 09 Jul 16:05
d3a7763

[0.6.1] - 2024-7-9

Added

  • add support for equivariance testing of arbitrary Cartesian tensor outputs
  • [Breaking] use entry points for nequip.extensions (e.g. for field registration)
  • alternate neighborlist support enabled with NEQUIP_NL environment variable, which can be set to ase (default), matscipy or vesin
  • Allow n_train and n_val to be specified as percentages of datasets.
  • Only attempt training restart if trainer.pth file present (prevents unnecessary crashes due to file-not-found errors in some cases)

Changed

  • [Breaking] NEQUIP_MATSCIPY_NL environment variable no longer supported

Fixed

  • Fixed flake8 install location in pre-commit-config.yaml