Releases: m3g/ComplexMixtures.jl
Releases · m3g/ComplexMixtures.jl
v2.5.0
ComplexMixtures v2.5.0
New features:
ResidueContributions
object to compute and store the contributions per residue, accepting arithmetic operations (subtraction, particular) of these objects.contourf(rc::ResidueContributions)
extends thePlots.contourf
function to plot the density map.
v2.4.1
ComplexMixtures v2.4.1
- Fixed bug in saving/loading json file when computing only coordination numbers.
- Fixed bug in rdf sum when a random count of minimum distances was zero in a bin.
v2.4.0
ComplexMixtures v2.4.0
New features
- Add
low_memory
option tomddf
andcoordination_number
functions. Withlow_memory = true
, the parallelization will be performed at the CellListMap level (and not at the frame level), not requiring the storing ofnthreads
copies of the result data structure. This allows running the computations for very large systems in simpler hardware, at the expense of performance.
Bug fixes
- The
coordination_number
function was returning zeros when used directly to compute the data. This is fixed now.
Other
- New and better error messages.
Merged pull requests:
v2.3.0
ComplexMixtures v2.3.0
New feature:
- Support for keyword arguments
type
andclims
incontourf_per_residue
. - Support for a step in argument
residue_range
ofcontourf_per_residue
.
Other
- Better error messages in
contourf_per_residue
for out-of-bound custom ranges.
v2.2.5
v2.2.4
ComplexMixtures v2.2.4
- change the order of imports in dependency to try to avoid precompilation warnings
v2.2.3
v2.2.2
- Add documentation index to Tools and remove reference to deprecated example page.