Skip to content

v0.9.6

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 06 Aug 20:06

CellListMap v0.9.6

Diff since v0.9.5

New feature

  • By default, a custom error message is thrown when NaN or missing coordinates are found. This check can be tuned by the validate_coordianates keyword argument of limits, CellList, UpdateCellList! and ParticleSystem functions. To disable the checking, use nothing, or provide a custom function that runs over the coordinates and returns an error if the coordinates do not satisfy the desired properties.