Skip to content

Commit

Permalink
v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BHM-Bob committed Nov 7, 2024
1 parent 642b8b4 commit f088f08
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 6 deletions.
3 changes: 2 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--
* @Date: 2024-08-24 22:24:36
* @LastEditors: BHM-Bob [email protected]
* @LastEditTime: 2024-11-06 22:14:37
* @LastEditTime: 2024-11-07 22:38:21
* @Description:
-->

Expand Down Expand Up @@ -80,6 +80,7 @@ pip install lazydock


## release note
- [0.6.1](release_note/0.6.1.md)
- [0.6.0](release_note/0.6.0.md)
- [0.5.0](release_note/0.5.0.md)
- [0.4.0](release_note/0.4.0.md)
Expand Down
37 changes: 37 additions & 0 deletions docs/release_notes/0.6.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<!--
* @Date: 2024-11-07 22:38:03
* @LastEditors: BHM-Bob [email protected]
* @LastEditTime: 2024-11-07 22:39:42
* @Description:
-->
2024-11-06 22:06:27

## Hotfix for v0.6.0

## Focus on
1. fix interaction functionality's bug


## What's New
None or a little.


## Minor Addon
- minor-addon: lazydock\config.py: Config: add load and dump method


## BUG-FIX
- fix-bug: lazydock\pml\interaction_utils.py: calcu_receptor_poses_interaction: add only_return_inter param to control the return part of interactions dict
- fix-bug: lazydock\pml\ligplus_interaction.py: _run_ligplus_for_complex: change logic for linux platform recognition from equal to startswith


## CODE-FIX
None or a little.


## Remove
None or a little.


## Other Changes
None or a little.
6 changes: 3 additions & 3 deletions lazydock/__version__.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
'''
Date: 2024-05-06 17:19:43
LastEditors: BHM-Bob [email protected]
LastEditTime: 2024-11-06 22:05:33
LastEditTime: 2024-11-07 22:37:35
Description:
'''

__title__ = "lazydock"
__description__ = "Lazy Dock"
__url__ = "https://github.com/BHM-Bob/LazyDock"
__version__ = "0.6.0"
__build__ = "20241106_0"
__version__ = "0.6.1"
__build__ = "20241107_0"
__author__ = "BHM-Bob G"
__author_email__ = "[email protected]"
__license__ = "MIT"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'''
Date: 2024-05-06 17:18:10
LastEditors: BHM-Bob [email protected]
LastEditTime: 2024-11-06 22:05:49
LastEditTime: 2024-11-07 22:37:26
Description:
'''

Expand Down Expand Up @@ -87,4 +87,4 @@
# pip install .

# python setup.py sdist
# twine upload dist/lazydock-0.6.0.tar.gz
# twine upload dist/lazydock-0.6.1.tar.gz

0 comments on commit f088f08

Please sign in to comment.