Skip to content

Commit

Permalink
v0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
BHM-Bob committed Jun 13, 2024
1 parent c46c556 commit 283877b
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 5 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: 2023-07-29 09:56:37
* @LastEditors: BHM-Bob 2262029386@qq.com
* @LastEditTime: 2024-06-10 22:03:14
* @LastEditTime: 2024-06-13 10:33:19
* @Description:
-->
<!-- mkdocs serve -->
Expand Down Expand Up @@ -102,6 +102,7 @@ Some helpful command line scripts.
16. [video](scripts/video.md)

# Release History
- [0.8.3](release_notes/0.8.3.md)
- [0.8.2](release_notes/0.8.2.md)
- [0.8.1](release_notes/0.8.1.md)
- [0.8.0](release_notes/0.8.0.md)
Expand Down
42 changes: 42 additions & 0 deletions docs/release_notes/0.8.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@

2024/6/13 10:30:34


## Focus on
1. Fix bugs in Mass function assembly
2. Add new command: fit-mass


## What's New
- addon: mbapy\scripts\_script_utils_.py: add _print
- addon: mbapy\scripts\peptide.py: add new command: fit-mass


## Minnor Addon
- minnor-addon: mbapy\sci_instrument\mass\_base.py: MassData: add ESI_IRON_MODE attr fix-bug: mbapy\sci_instrument\mass\_base.py: MassData.search_peaks: consider egde when concatenate y_list_r


## BUG-FIX
- fix-bug: mbapy\web_utils\task.py: TaskPool: query_task: now block when block param is true and task is not returned by the query and is not timeout
- fix-bug: mbapy\scripts\mass.py: plot-mass: set CHARGE_HEADER depend on mass and X_M_HEADER
- fix-bug: mbapy\sci_instrument\hplc\_utils.py: recover x, y offset is right now
- fix-bug: mbapy\scripts\hplc.py: args.file_labels now add default labels when no file labels given


## CODE-FIX
- fix-code: mbapy\sci_instrument\mass\_utils.py & mbapy\scripts\mass.py: support is_y_log option
- fix-code: mbapy\file.py: opts_file: add gzip option for pkl
- fix-code: mbapy\scripts\peptide.py: re-construct the function calcu_mw_of_mutations to Command class


## Remove
None or a little.


## Other Changes
### Storage
- fix-code: requirements.json: add tqdm into 'std'


## Details
**完整的更新日志**: https://gitee.com/bhm-bob/BA_PY/commits/v0.8.3
4 changes: 2 additions & 2 deletions mbapy/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
Author: BHM-Bob 2262029386@qq.com
Date: 2022-11-01 22:16:49
LastEditors: BHM-Bob 2262029386@qq.com
LastEditTime: 2024-06-10 22:03:36
LastEditTime: 2024-06-13 10:36:23
Description:
'''

__title__ = "mbapy"
__description__ = "MyBA in Python"
__url__ = "https://github.com/BHM-Bob/BA_PY"
__version__ = "0.8.2"
__version__ = "0.8.3"
__build__ = "20240610_0"
__author__ = "BHM-Bob G"
__author_email__ = "bhmfly@foxmail.com"
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Author: BHM-Bob 2262029386@qq.com
Date: 2022-11-01 18:30:01
LastEditors: BHM-Bob 2262029386@qq.com
LastEditTime: 2024-06-10 22:03:48
LastEditTime: 2024-06-13 10:36:18
Description:
'''
"""
Expand Down Expand Up @@ -108,4 +108,4 @@
# pip install .

# python setup.py sdist
# twine upload dist/mbapy-0.8.2.tar.gz
# twine upload dist/mbapy-0.8.3.tar.gz

0 comments on commit 283877b

Please sign in to comment.