Skip to content

Commit

Permalink
v0.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
BHM-Bob committed Jan 12, 2025
1 parent cbf52f9 commit ba79bc6
Show file tree
Hide file tree
Showing 5 changed files with 61 additions and 10 deletions.
5 changes: 3 additions & 2 deletions 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-12-28 11:11:30
* @LastEditTime: 2025-01-12 20:53:10
* @Description:
-->
<!-- mkdocs serve -->
Expand All @@ -17,7 +17,7 @@ Welcome to the BA_PY docs!

![Read the Docs](https://img.shields.io/readthedocs/ba-py) ![GitHub](https://img.shields.io/github/license/BHM-Bob/BA_PY) [![built with Codeium](https://codeium.com/badges/main)](https://codeium.com)

![platform - WINDOWS](https://camo.githubusercontent.com/c292429e232884db22e86c2ea2ea7695bc49dc4ae13344003a95879eeb7425d8/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f57696e646f77732d3030373844363f7374796c653d666f722d7468652d6261646765266c6f676f3d77696e646f7773266c6f676f436f6c6f723d7768697465) ![platform - LINUX](https://camo.githubusercontent.com/7eefb2ba052806d8a9ce69863c2eeb3b03cd5935ead7bd2e9245ae2e705a1adf/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c696e75782d4643433632343f7374796c653d666f722d7468652d6261646765266c6f676f3d6c696e7578266c6f676f436f6c6f723d626c61636b)
![platform - WINDOWS](https://img.shields.io/badge/Windows-support-<COLOR>.svg) ![platform - LINUX](https://img.shields.io/badge/Linux-support-<COLOR>.svg)

mbapy is a Python package that includes a collection of useful Python scripts as sub-modules, and it's goal is *Basic for All in Python*.
mbapy primarily focus on data works, including data-retrieval, data-management, data-visualization, data-analysis and data-computation. It is built for both python-users and command-line-users.
Expand Down Expand Up @@ -112,6 +112,7 @@ Some helpful command line scripts.
16. [video](scripts/video.md)

# Release History
- [0.10.5](release_notes/0.10.5.md)
- [0.10.4](release_notes/0.10.4.md)
- [0.10.3](release_notes/0.10.3.md)
- [0.10.2](release_notes/0.10.2.md)
Expand Down
50 changes: 50 additions & 0 deletions docs/release_notes/0.10.5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
<!--
* @Date: 2025-01-12 20:45:13
* @LastEditors: BHM-Bob 2262029386@qq.com
* @LastEditTime: 2025-01-12 20:50:41
* @Description:
-->
2025-01-12 20:45:13


## Focus on
1. add more control for plotting in HPLC and Mass
2. add more functionality and fix bugs in dl_torch


## What's New
- addon: mbapy\web_utils\request.py: Browser: add wait_text method to Browser class
- addon: mbapy\sci_instrument\hplc: add plot_params attribute and plot control
- addon: mbapy\sci_instrument\mass: add min_tag_lim parameter for peak tag filtering


## Minor Addon
- minor-addon: mbapy\file.py: _filetype2opts_: add support for csv and excel file types
- minor-addon: mbapy\file.py: opts_file: support tar file processing
- minor-addon: My_Progs/BA_PY/mbapy/dl_torch/utils.py: save_checkpoint: add return value to save_checkpoint function
- minor-addon: dl_torch/bb.py: add attention return option for MultiHeadAttentionLayer and related modules


## BUG-FIX
- fix-bug: mbapy/sci_instrument/hplc/_base.py: HplcData: calcu_single_peak_area: correct keyword for simpson integration
- fix-bug: mbapy\scripts\hplc.py: explore-hplc: make_fig: add file_labels and peak_labels check if there are None
- fix-bug: mbapy\web_utils\request.py: Browser: send_key: correct method call for sending keys in Browser class
- fix-bug: mbapy\dl_torch\data.py: DataSetRAM: update dataset initialization


## CODE-FIX
- fix-code: mbapy\sci_instrument\hplc\_base.py: fix scipy.integrate.simps import err
- fix-code: mbapy\sci_instrument\mass\_base.py: MassData: update ESI_IRON_MODE with precise ion masses
- fix-code: mbapy\sci_instrument\mass\_utils.py: _plot_tag_by_match_df: handle marker shortage for mass peaks


## Remove
None or a little.


## Other Changes
None or a little.


## mbapy_lite
update to ee5e584c05bc306a9944dc32a12106f52190837a
6 changes: 3 additions & 3 deletions mbapy/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
Author: BHM-Bob 2262029386@qq.com
Date: 2022-11-01 22:16:49
LastEditors: BHM-Bob 2262029386@qq.com
LastEditTime: 2024-12-28 11:08:03
LastEditTime: 2025-01-12 20:55:08
Description:
'''

__title__ = "mbapy"
__description__ = "MyBA in Python"
__url__ = "https://github.com/BHM-Bob/BA_PY"
__version__ = "0.10.4"
__build__ = "20241228_1"
__version__ = "0.10.5"
__build__ = "20250112_1"
__author__ = "BHM-Bob G"
__author_email__ = "bhmfly@foxmail.com"
__license__ = "MIT"
6 changes: 3 additions & 3 deletions mbapy_lite/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
Author: BHM-Bob 2262029386@qq.com
Date: 2022-11-01 22:16:49
LastEditors: BHM-Bob 2262029386@qq.com
LastEditTime: 2024-11-30 20:54:24
LastEditTime: 2025-01-12 20:55:16
Description:
'''

__title__ = "mbapy_lite"
__description__ = "MyBA in Python"
__url__ = "https://github.com/BHM-Bob/BA_PY"
__version__ = "0.10.2"
__build__ = "20241130_1"
__version__ = "0.10.5"
__build__ = "20250112_1"
__author__ = "BHM-Bob G"
__author_email__ = "bhmfly@foxmail.com"
__license__ = "MIT"
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-12-28 10:42:02
LastEditTime: 2025-01-12 20:55:33
Description:
'''
"""
Expand Down Expand Up @@ -109,4 +109,4 @@
# pip install .

# python setup.py sdist
# twine upload dist/mbapy-0.10.4.tar.gz
# twine upload dist/mbapy-0.10.5.tar.gz

0 comments on commit ba79bc6

Please sign in to comment.