From 449b5e8039821daf569e59fcf96b1c87ffc5046a Mon Sep 17 00:00:00 2001 From: martinvoegele Date: Tue, 21 Sep 2021 13:45:05 -0700 Subject: [PATCH] v0.2.6 --- docs/source/pensa.features.rst | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/source/pensa.features.rst b/docs/source/pensa.features.rst index 05228bc9..932866dd 100644 --- a/docs/source/pensa.features.rst +++ b/docs/source/pensa.features.rst @@ -14,6 +14,14 @@ pensa.features.atom\_features :undoc-members: :show-inheritance: +pensa.features.csv\_features +----------------------------------- + +.. automodule:: pensa.features.csv_features + :members: + :undoc-members: + :show-inheritance: + pensa.features.mda\_distances ------------------------------------ diff --git a/setup.py b/setup.py index ddb50063..635758b6 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages setup(name='pensa', - version='0.2.5', + version='0.2.6', description='PENSA - protein ensemble analysis', url='http://github.com/drorlab/pensa', author='Martin Voegele, Neil Thomson, Sang Truong, Jasper McAvity',