-
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
58 additions
and
9 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,48 @@ | ||
<!-- | ||
* @Date: 2024-11-05 21:56:54 | ||
* @LastEditors: BHM-Bob 2262029386@qq.com | ||
* @LastEditTime: 2024-11-05 22:06:20 | ||
* @Description: | ||
--> | ||
2024-11-05 21:57:11 | ||
|
||
|
||
## Focus on | ||
1. add mbapy_lite as anthor main package for quick access | ||
|
||
|
||
## What's New | ||
- addon: mbapy\sci_instrument\hplc\_utils.py: add plot_pda_heatmap | ||
- addon: mbapy\scripts\hplc.py: add plot_pda as a new sub command | ||
|
||
|
||
## Minor Addon | ||
- minor-addon: mbapy\sci_instrument\hplc\_utils.py: plot_pda_heatmap: Add parameters colormap and tick labels `plot_pda_heatmap`, update the documentation to. Also, the function returns the object. | ||
- minor-addon: mbapy\sci_instrument\hplc\_utils.py: plot_pda_heatmap: add return value for ax_topx | ||
- minor-addon: mbapy\scripts\hplc.py: explore_hplc: add pda heatmap fig panel | ||
|
||
|
||
## BUG-FIX | ||
- fix-bug: mbapy\sci_instrument\hplc\_utils.py: plot_pda_heatmap: df.set_index use hplc_data not data now | ||
- fix-bug: mbapy\sci_instrument\hplc\_utils.py: plot_pda_heatmap: make sure top-x and bottom x axis has same ticks now | ||
- fix-bug: mbapy\scripts\hplc.py: explore_hplc: add title | ||
|
||
|
||
## CODE-FIX | ||
- fix-code: mbapy\sci_instrument\hplc\waters.py: WatersData: make_tag: add exist check for tag name | ||
- fix-code: mbapy\stats\cluster.py: move KMeans.BackEnd to KMeansBackend | ||
- fix-code: mbapy\stats\cluster.py: KMeans: add suport for data more than 2 dimensions | ||
|
||
|
||
## Remove | ||
None or a little. | ||
|
||
|
||
## Other Changes | ||
- build: update setup.py for python version compatibility | ||
Remove support for Python 3.7 due to matplotlib version requirements | ||
Update last edited time to 2024-10-19 | ||
|
||
|
||
## mbapy_lite | ||
- update to mbapy: 466e7264528b891eea57ee0ee1857c2e230e1071 |
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