Skip to content

DIPLOMAT Release v0.1.6

Compare
Choose a tag to compare
@github-actions github-actions released this 31 May 00:06
· 163 commits to main since this release
7042fb3

Changes for this version of DIPLOMAT:

  • Fixed a bug in assignment that induced very high rates of swapping between bodies. The Hungarian algorithm is now implemented by linear_sum_assignment from scipy.optimize, defined locally due to dependency issues. This reverts a previous change that implemented the Hungarian algorithm with numba routines.