Skip to content

Commit

Permalink
updates for 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
martinvoegele committed Dec 7, 2024
1 parent eabf8e3 commit 99bda70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,6 @@
- [ ] Implement [Non-Negative Matrix Factorization](https://onlinelibrary.wiley.com/doi/10.1002/env.3170050203).

### Done ✓
- [x] Colab Tutorial
- [x] Put Notebook on Colab and get it to run.
- [x] Add visualizations.
- [x] Fix installation via pip.
- [x] Fix animations (they only show white canvas).
- [x] Add TICA to Colab tutorial.
- [x] Include TICA in unit tests
- [x] Write "getting started" for documentation
- [x] Refactoring and fixes for release 0.2
Expand Down Expand Up @@ -86,6 +80,7 @@
- [x] SSI

### Abandoned
- [x] Colab Tutorial
- [ ] Frame classification via CNN on features
- [x] Prototype to classify simulation frames --> Diffnets probably more powerful.
- [ ] Interpret weights as relevance of features
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='pensa',
version='0.4.0',
version='0.5.0',
description='exploratory analysis and comparison of biomolecular conformational ensembles.',
url='http://github.com/drorlab/pensa',
author='Martin Voegele, Neil Thomson, Sang Truong, Jasper McAvity',
Expand Down

0 comments on commit 99bda70

Please sign in to comment.