Deprecated¶
Features deprecated in HOOMD 5.x may be removed in a future 5.0.0 release.
HOOMD may issue FutureWarning
messages to provide warnings for breaking changes in the next major
release. Use Python’s warnings module to silence warnings which may not be correctable until the
next major release. Use this filter: ignore::FutureWarning:hoomd
. See Python’s warnings
documentation for more information on warning filters.
5.x¶
No features have been deprecated in 5.x releases.