Changelog¶
v0.5.0¶
Added:
Added API documentation, which can be found at openfe-analysis.openfree.energy (PR #74).
Plotting utilities for ligand RMSD, COM drift timeseries, and protein 2D RMSD (PR #106).
Symmetry-corrected ligand RMSD via spyrmsd (
SymmetryCorrectedLigandRMSD) (PR #92).
Changed:
apply_complex_alignment_transformations()now handles multiple ligands, as needed for the SepTop protocol (PR #110).Universe creation and trajectory alignment split into separate functions:
create_universe_single_state(),apply_complex_alignment_transformations()(for protein-ligand systems), andapply_ligand_alignment_transformations()(for ligand-only systems) (PR #93).Structural analyses refactored into MDAnalysis
AnalysisBaseclasses (PR #90).
Removed:
make_Universe()— replaced bycreate_universe_single_state()combined withapply_complex_alignment_transformations()orapply_ligand_alignment_transformations()(PR #93).
Fixed:
_determine_position_indices()now correctly handles single-frame trajectories (PR #107).
v0.4.0¶
Changed:
Changed
openfe_analysis.FEReaderto use parametersindexandindex_methodinstead ofstate_idandreplica_id(PR #77).
Removed:
Removed
openfe-analysisCLI (PR #86).
Fixed:
Fixed periodic boundary condition bug in multi-chain RMSD analysis (Issue #30).
v0.3.1¶
Fixed:
Fixed
n_framesreading in netcdf reader (PR #48).
v0.3.0¶
Added: