Skip to content

v0.10.1

Compare
Choose a tag to compare
@BHM-Bob BHM-Bob released this 05 Nov 14:09
· 78 commits to main since this release

2024-11-05 21:57:11

Focus on

  1. add sci_instrument: WatersPDA: plot functionality.
  2. 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

Full Changelog: v0.10.0...v0.10.1