Skip to content

Releases: m3g/CellListMap.jl

v0.9.6

06 Aug 20:06
Compare
Choose a tag to compare

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.

v0.9.5

11 Jul 14:38
Compare
Choose a tag to compare

CellListMap v0.9.5

Diff since v0.9.4

  • bump compat entry of TestItems.

v0.8.32

16 May 17:56
Compare
Choose a tag to compare

CellListMap v0.8.32

Diff since v0.8.31

  • allow warning suppression

v0.8.31

16 May 14:11
Compare
Choose a tag to compare

CellListMap v0.8.31

Diff since v0.8.30

  • define AbstractPeriodicSystem for legacy ComplexMixtures support.

Merged pull requests:

  • Update jldoctests, create new ones. Apply filters. (#99) (@lmiq)

Closed issues:

  • Covert example to doc test (#100)

v0.9.4

15 May 14:05
Compare
Choose a tag to compare

CellListMap v0.9.4

Diff since v0.9.3

  • add tests, increase code coverage, fix some improbable reaching bugs.

v0.9.3

13 May 19:09
Compare
Choose a tag to compare
  • Documentation updates.

v0.9.3

10 May 17:26
Compare
Choose a tag to compare

CellListMap v0.9.3

Diff since v0.9.2

New feature:

  • Support of integer cutoff in neighborlist function (previously this returned an error). The distances in the neighbor lists are returned in Float64 in this case. Otherwise the type of the cutoff.

Other changes:

  • Add more tests to increase coverage.

v0.9.2

10 May 11:11
Compare
Choose a tag to compare
  • fixed some links in the docs Help! section

v0.9.2

03 May 18:38
Compare
Choose a tag to compare

CellListMap v0.9.2

Diff since v0.9.1

  • Some documentation and docstring improvements, organized and added some tests.

Merged pull requests:

  • Update jldoctests, create new ones. Apply filters. (#99) (@lmiq)

v0.9.1

02 May 18:34
Compare
Choose a tag to compare

CellListMap v0.9.1

Diff since v0.9.0

  • Do not export functions declared public (caused error on Julia nightly). And they are not to be exported, indeed.