Skip to content

v0.9.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 May 18:14

CellListMap v0.9.0

Diff since v0.8.30

Breaking changes:

  • Removed the PeriodicSystems module, and convert the structure interface to ParticleSystem.

To update you package:

  1. Replace using CellListMap.PeriodicSystems by using CellListMap.
  2. Replace all occurrences of PeriodicSystems (plural) by CellListMap (if reducer!, copy_output and reset_output! were defined).
  3. Replace all occurrences of PeriodicSystem (singular) by ParticleSystem.