Releases: m3g/CellListMap.jl
Releases · m3g/CellListMap.jl
v0.9.8
CellListMap v0.9.8
- 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
CellListMap v0.9.7
- 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:
v0.9.6
CellListMap v0.9.6
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 oflimits
,CellList
,UpdateCellList!
andParticleSystem
functions. To disable the checking, usenothing
, 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
v0.8.32
v0.8.31
CellListMap v0.8.31
- define
AbstractPeriodicSystem
for legacy ComplexMixtures support.
Merged pull requests:
Closed issues:
- Covert example to doc test (#100)
v0.9.4
CellListMap v0.9.4
- add tests, increase code coverage, fix some improbable reaching bugs.
v0.9.3
- Documentation updates.
v0.9.3
CellListMap v0.9.3
New feature:
- Support of integer
cutoff
inneighborlist
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
- fixed some links in the docs Help! section