Skip to content

Releases: drorlab/pensa

PENSA 0.6.0

Choose a tag to compare

@martinvoegele martinvoegele released this 27 Jan 03:14
1e5100d
  • Upgrade to MDanalysis 2.8 and Python 3.10
  • extract_coordinates now accepts a single string as trajectory input

PENSA 0.5.0

Choose a tag to compare

@martinvoegele martinvoegele released this 07 Dec 00:35

Updates for revised manuscript submission

  • Cleaned up API documentation
  • Added explanations and examples to tutorial

PENSA 0.4.0

Choose a tag to compare

@martinvoegele martinvoegele released this 05 Aug 01:15
  • Rewrite H-bond feature functions to use MDAnalysis (angle + distance criterion)
  • Retain the old functions (only a distance criterion) for quick screening

PENSA 0.3.0

Choose a tag to compare

@martinvoegele martinvoegele released this 03 Dec 00:43
  • Major clean-up of the library structure
  • Functions not imported by main module anymore, need to import respective submodule.
  • Adapted tutorial to new functions
  • Hydrogen bonds as features
  • Removed dependence on mdtraj, replaced PyEMMA features with MDAnalysis and its other functionality with deeptime.

PENSA 0.2.8

Choose a tag to compare

@martinvoegele martinvoegele released this 23 Feb 23:03
  • uncertainty estimate via blocking
  • option to add chain ID to distances

PENSA 0.2.7

Choose a tag to compare

@martinvoegele martinvoegele released this 22 Sep 17:25

General CSV read/write function for features.

PENSA 0.2.6

Choose a tag to compare

@martinvoegele martinvoegele released this 21 Sep 20:48
  • feature subset selection
  • reader for CSV files with DrorMD features
  • Bar plots for eigenvalues and PCA correlations

PENSA 0.2.5

Choose a tag to compare

@martinvoegele martinvoegele released this 10 Sep 15:49

Major additions:

  • Metrics that summarize the similarity of two ensembles in one number: pensa.comparison.metrics
  • A general sorting function: pensa.preprocessing.coordinates.sort_coordinates()

PENSA 0.2.4

Choose a tag to compare

@martinvoegele martinvoegele released this 13 Aug 08:45
705b513

Two bugfixes:

  • final frame selected in MDA distance reader
  • close figure of discrete states after it is saved

PENSA 0.2.3

Choose a tag to compare

@martinvoegele martinvoegele released this 07 Jul 03:36

New:

  • Function to align trajectories at a selection
  • Contribution guidelines

Future releases are to be developed in the "develop" branch.