Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 489 Bytes

CHANGELOG.md

File metadata and controls

9 lines (9 loc) · 489 Bytes

Change log

v0.3.0

  • Selection kinds are introduced allowing for chosing between overlapping single-threaded mutable, overlapping multi-threaded immmutable and non-overlapping multi-threaded mutable kinds.
  • Distance seacrh is parallelized automatically.

v0.4.0

  • Coming close to feature parity with Pteros.
  • Checked selections kind that enable adding and removing atoms to the system safely.
  • Distance search can work with VdW-based cutoff.
  • Massive architecture improvements.