Skip to content

Commit

Permalink
Merge pull request #85 from rigdenlab/single_model_bfactor
Browse files Browse the repository at this point in the history
Single model bfactor
  • Loading branch information
hlasimpk authored Feb 1, 2021
2 parents 2bd60be + b886c8b commit c136389
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Changelog
=========

1.5.5
------

Added
~~~~~
- New single model mode that uses score in the B-factor column to truncate model

Changed
~~~~~~~
- Additional changes for Py3 compatibility
- Fixed tests
- Fixed docs

1.5.0
------

Expand Down
4 changes: 2 additions & 2 deletions ample/util/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version_info__ = (1, 5, 4)
__version_info__ = (1, 5, 5)
__version__ = '.'.join(str(v) for v in __version_info__)
__git_revno__ = "3d9439017d9b1abba6289f16772c84fbf2dc4b82"
__git_revno__ = "3b9cd7076b27f40eda31c1194e50801878237e90"

0 comments on commit c136389

Please sign in to comment.