Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-04-25 | 1.3 kB | |
v0.7.3 source code.tar.gz | 2024-04-25 | 463.6 kB | |
v0.7.3 source code.zip | 2024-04-25 | 546.5 kB | |
Totals: 3 Items | 1.0 MB | 0 |
Focus on
- Add new function in web_utils
- Reconstruct plot and add new function
What's New
- addon: add new sub-module: plot_utils.bar_utils, as bar-stuff in plot sub-module
- add test/plot_utils/test_bar_utils.py
- addon: add new sub-module: plot_utils.scatter_utils
- addon: add thread mode in web_utils.task.TaskPool
FIX-BUG
- fix-bug: web_utils.request.Browser.get return page_source instead of None
- fix-bug: base.parameter_checker now support check default value
FIX-CODE
- fix-code: stats.reg: add equation in returns
- fix-code: scripts/mass.py and hplc.py: set legend draggable
- fix-code: remove plot import in plot_utils.scatter_utils
- fix-code: plot_utils.bar_utils.plot_bar: add figsize, dpi, hatchs, ylabel params
- fix-code: plot_utils.bar_utils.plot_bar: remove fig param
- fix-code: plot: add all
- fix-code: rename web_utils.task.CoroutinePool to web_utils.task.TaskPool
- fix-cdeo: web_utils.spider support web_utils.task.TaskPool
Remove
None or a little.
Other Changes
docs
- add more docs
Details
完整的更新日志: https://gitee.com/bhm-bob/BA_PY/commits/v0.7.3 Full Changelog: https://github.com/BHM-Bob/BA_PY/compare/v0.7.2...v0.7.3