Skip to content

Commit

Permalink
prepare for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
schallerdavid committed Mar 4, 2020
1 parent 86db071 commit 0168afc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
* v0.7.5
- requires python 3.8 if many frames are analyzed with a single process
- fixed library generation that fails with certain parameters
- fixed feature generation that can run into infinite loop
- added alternative names for ARG, ASP, GLU and Lys
* v0.7.4
- removed best pharmacophore option in pharmacophore generation
- removed make mandatory option in library generation
Expand Down
2 changes: 1 addition & 1 deletion pyrod_lib/lookup.py
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@
'pi': 10, 'hi': 11, 'hi_norm': 12, 'ai': 13, 'tw': 14, 'h2o': 15}
grid_list_dict = {'ha': 0, 'hd': 1, 'ha2': 2, 'hd2': 3, 'hda': 4, 'ai': 5}
feature_types = ('ai', 'ha2', 'hd2', 'hda', 'ha', 'hd', 'hi', 'pi', 'ni')
__version__ = '0.7.4dev' # PyRod version
__version__ = '0.7.5' # PyRod version
terminal_width = shutil.get_terminal_size()[0]
logo = ('',
'{:^{width}}'.format(' |X| ', width=terminal_width),
Expand Down

0 comments on commit 0168afc

Please sign in to comment.