v3.8.0
·
3172 commits
to trunk-patch
since this release
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")
inhoomd.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.