Skip to content

Releases: m3g/CellListMap.jl

v0.9.8

13 Feb 12:55
Compare
Choose a tag to compare

CellListMap v0.9.8

Diff since v0.9.7

  • Fix output message (#116)
  • Some refactoring of the tests.

Merged pull requests:

  • use TestItemRunner 1.1 and do not use TestItems on Tests (#115) (@lmiq)
  • improve error message for undefined copy_output (#116) (@IlianPihlajamaa)

v0.9.7

01 Feb 00:51
Compare
Choose a tag to compare

CellListMap v0.9.7

Diff since v0.9.6

  • Conditionally test for allocations only if code coverage is not running.
  • Drop compatibility with Julia 1.6 (1.9 is required now)
  • Update some compatibility entries.

Merged pull requests:

  • use ChunkSplitters for splitting batches (#109) (@lmiq)
  • use ntuple(..., Val(N)) instead of ntuple(..., N) (#112) (@lmiq)
  • Conditional alloc check (#113) (@lmiq)
  • set version to 0.9.7 (#114) (@lmiq)

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