-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
44 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: | ||
--> | ||
|
||
|
@@ -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) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: | ||
''' | ||
|
||
|
@@ -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 |