Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-04-22 | 2.0 kB | |
v0.7.2 source code.tar.gz | 2024-04-22 | 443.4 kB | |
v0.7.2 source code.zip | 2024-04-22 | 515.6 kB | |
Totals: 3 Items | 961.0 kB | 0 |
Focus on
- Fix bug in scripts
- Fix bug in plot
- Add new scripts
What's New
- addon: plot.plot_bar: add xticks_pad param
- addon: add stats.test.auto_ind_test
- fix-code: add jitter option to plot.plot_bar
- fix-code: scripts.script_utils.show_args: add printf param
- fix-code: scripts/peptide.py: mmw: add --disable-aa-deletion option
- addon: add new scripts: file-size.py
- addon: add new scripts/hplc.py
- fix-code: scripts/hplc.py: plot-hplc: add merge option
- fix-code: scripts/mass.py: plot-mass: add args to control legend pos
FIX-BUG
- fix-bug: file.get_paths_with_extension: use os.listdir instead of os.walk to avoid unexpected files update
- fix-bug: plot.plot_bar: set_xlim set right max-lim
FIX-CODE
- fix-code: plot.plot_bar set y-axis fontsize as first x-axis
- fix-code: plot.plot_bar accept non-string sub-factors, convert by str()
- fix-code: add version req to seaborn because swarmplot
- fix-code: mass.py: plot-mass: find peaks first, then filter
- fix-code: examples/plot/dev.py: fix import
- fix-code: stats.df.pro_bar_data_R fix comment
- fix-code: add more info when get unkown scripts
- fix-code: scripts/file-size.py: add sort option
- fix-code: plot.plot_bar: err_kwargs.ecolor support list as a input
- fix-code: scripts.main: move scripts_info into storage dir as a json file to allow dynamic changes
- fix-code: scripts.main.exec_scripts: allow exec scripts with no args
- fix-code: scripts/hplc.py: plot-hplc: support recursive output
- minor changes: scripts/mass.py: plot-mass: update dpi to 600
- fix-code: scripts/mass.py: plot-mass: add peaks cache
- fix-code: scripts/mass.py: plot-mass: support recursive mode
Remove
None or a little.
Other Changes
requirements.json
- move PyPDF2 to std
Details
完整的更新日志: https://gitee.com/bhm-bob/BA_PY/commits/v0.7.2 Full Changelog: https://github.com/BHM-Bob/BA_PY/compare/v0.7.1...v0.7.2