Releases: m3g/CellListMap.jl
Releases · m3g/CellListMap.jl
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
v0.9.2
CellListMap v0.9.2
- Some documentation and docstring improvements, organized and added some tests.
Merged pull requests:
v0.9.1
CellListMap v0.9.1
- Do not export functions declared public (caused error on Julia nightly). And they are not to be exported, indeed.