v0.10.1
2024-11-05 21:57:11
Focus on
- add sci_instrument: WatersPDA: plot functionality.
- fix stats: cluster: Kmeans, add more data shape support
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: 466e726
Full Changelog: v0.10.0...v0.10.1