-
Notifications
You must be signed in to change notification settings - Fork 1
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
5 changed files
with
61 additions
and
10 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
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,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 |
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
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
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