Releases: m3g/MolSimToolkit.jl
Releases · m3g/MolSimToolkit.jl
v1.22.3
MolSimToolkit v1.22.3
- Setting font family to
Serif
in a plot usingMolSimStyle
will adjust latex fonts with\mathsf
. This is somewhat experimental, becauseGR
does not really supportSerif
fonts, and the same withArial
fails (JuliaPlots/Plots.jl#5038).
Merged pull requests:
v1.22.2
MolSimToolkit v1.22.2
- Remove dependency on AtomsBase.
Merged pull requests:
v1.22.1
MolSimToolkit v1.22.1
- Add compatibility to PDBTools.jl v2
Merged pull requests:
v1.22.0
v1.21.1
v1.21.0
v1.20.0
v1.20.0+docs1 set version to 1.20.0
v1.20.0
MolSimToolkit v1.20.0
New feature:
- Added Coaraci module to manage submissions in a cluster.
v1.19.0
MolSimToolkit v1.19.0
most_representative_structure
now supports a selection string for theatoms
keyword (https://m3g.github.io/MolSimToolkit.jl/dev/miscelaneous/#MolSimToolkit.most_representative_structure-Tuple{Simulation}).firstframe!
andnextframe!
were renamed tofirst_frame!
andnext_frame!
for consistency. Legacy names were kept for compatibility and flagged to be removed in a 2.0 version.- The
get_frame
function does not restart the simulation always, only if the required frame is before current frame. The function now returns the simulation positioned in the desired frame.