Skip to content

Releases: drorlab/pensa

PENSA 0.4.0

05 Aug 01:15
Compare
Choose a tag to compare
  • 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

03 Dec 00:43
Compare
Choose a tag to compare
  • 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

23 Feb 23:03
Compare
Choose a tag to compare
  • uncertainty estimate via blocking
  • option to add chain ID to distances

PENSA 0.2.7

22 Sep 17:25
Compare
Choose a tag to compare

General CSV read/write function for features.

PENSA 0.2.6

21 Sep 20:48
Compare
Choose a tag to compare
  • feature subset selection
  • reader for CSV files with DrorMD features
  • Bar plots for eigenvalues and PCA correlations

PENSA 0.2.5

10 Sep 15:49
Compare
Choose a tag to compare

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

13 Aug 08:45
705b513
Compare
Choose a tag to compare

Two bugfixes:

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

PENSA 0.2.3

07 Jul 03:36
Compare
Choose a tag to compare

New:

  • Function to align trajectories at a selection
  • Contribution guidelines

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

PENSA 0.2.2

14 Jun 19:14
Compare
Choose a tag to compare

Now includes subpackages in setup.

PENSA 0.2.1

14 Jun 18:01
1730c35
Compare
Choose a tag to compare

New functionality:

  • Distances reader based on MDAnalysis
  • GPCR feature reader as an example for system-specific additions
  • Tutorials for SSI and atom features