Skip to content

Releases: m3g/CellListMap.jl

v0.8.29

30 Apr 20:08
Compare
Choose a tag to compare

CellListMap v0.8.29

Diff since v0.8.28

  • Documentation improvements and code organization only.

v0.8.28

30 Apr 16:47
Compare
Choose a tag to compare

CellListMap v0.8.28

Diff since v0.8.27

New features:

  • Support matrices as input coordinates in the PeriodicSystems interface.

v0.8.27

15 Apr 20:40
Compare
Choose a tag to compare

CellListMap v0.8.27

Diff since v0.8.26

  • Merge cell ilsts in parallel. May improve scaling for very large systems in highly parallel computers.
  • Note: the CellList is now a mutable struct (it was immutable). This was not part of the API, but it is worth mentioning.

Merged pull requests:

  • Merge cell lists in parallel. (#98) (@lmiq)

Closed issues:

  • Computing virial and pressure (#96)
  • Removing periodic boundary conditions (#97)

v0.8.26

08 Feb 15:15
Compare
Choose a tag to compare

CellListMap v0.8.26

Diff since v0.8.25

v0.8.25

08 Feb 14:31
Compare
Choose a tag to compare

CellListMap v0.8.25

Diff since v0.8.24

v0.8.24

08 Feb 12:21
Compare
Choose a tag to compare

CellListMap v0.8.24

Diff since v0.8.23

v0.8.23

21 Nov 14:57
Compare
Choose a tag to compare
  • fixed additional doc typos

v0.8.23

20 Oct 13:43
Compare
Choose a tag to compare

fixed some doc typos

Full Changelog: v0.8.23+docs1...v0.8.23+docs2

v0.8.23

20 Oct 12:36
Compare
Choose a tag to compare

Update some docs.

Full Changelog: v0.8.23...v0.8.23+docs1

v0.8.23

14 Sep 23:29
Compare
Choose a tag to compare

CellListMap v0.8.23

  • Adds support for AbstractVector{<:AbstractVector} as the input for coordinates in PeriodicSystem interfaces.

Diff since v0.8.22

Full Changelog: v0.8.22...v0.8.23