Releases: m3g/ComplexMixtures.jl
Releases · m3g/ComplexMixtures.jl
v2.8.2
ComplexMixtures v2.8.2
- Fix bug in the computation of contributions of subgroups of solute groups that are discontinous molecules in the structure file.
- Computing contributions is much faster.
- Remove the experimental
_unsafe_types_from_indices
option fromcontributions
, which is not necessary anymore.
Merged pull requests:
v2.8.1
ComplexMixtures v2.8.1
- Add (experimental) option
_unsafe_types_from_indices::Bool
tocontributions
andResidueContributions
, to compute (much) faster the residue contributions. By default, it is set to false, and the previous safe search of types is used.
v2.8.0
ComplexMixtures v2.8.0
New feature:
save
andload
ResidueContributions
objects.- some improved error messages.
v2.7.8
v2.7.7
v2.7.6
ComplexMixtures v2.7.6
- Add better warning messages for ResidueContributions when a
coordination_number
-only calculation is provided.
v2.7.5
v2.7.4
ComplexMixtures v2.7.4
- Fix printing of one-letter codes for custom residues that do not have three-letter code names, but were defined in PDBTools (ex: SIRAH force-field residues).
- Run CI on 'pre'.
- Fix doc typos.
v2.7.3
ComplexMixtures v2.7.3
- fix call to mean and std in write function ("Statistics not defined error").
v2.7.2
- Update units of example description.