Skip to content

v3.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Jan 18:20
· 3172 commits to trunk-patch since this release
0b4b6b5

Added

  • Support Python 3.11.
  • Support CUDA 11.8.
  • Support CUDA 12.0.0 final.

Fixed

  • Improve numerical stability of orientation quaternions when using
    hoomd.md.update.ActiveRotationalDiffusion
  • Reduced memory usage and fix spurious failures in test_nlist.py.
  • Avoid triggering TypeError("expected x and y to have same length")
    in hoomd.hpmc.compute.SDF.betaP.

Deprecated

  • The following integration methods are deprecated. Starting in
    v4.0.0, the same functionalities will be available via
    hoomd.md.methods.ConstantVolume/
    hoomd.md.methods.ConstantPressure with an appropriately chosen
    thermostat argument.
    • hoomd.md.methods.NVE
    • hoomd.md.methods.NVT
    • hoomd.md.methods.Berendsen
    • hoomd.md.methods.NPH
    • hoomd.md.methods.NPT

Removed

  • Support for CUDA 10.