This release includes new parallel processing of contacts and Cartesian distances. Processing of distances to detect contacts or to store shortest Cartesian distances between node groups were previously parallelized using Numba's prange
. Now, the user has the option to use explicit parallelism that can speed up contact detection for large systems (with thousands of nodes).