Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
mbapy-0.6.3.tar.gz | 2024-02-05 | 183.1 kB | |
README.md | 2024-02-05 | 1.1 kB | |
v0.6.3 source code.tar.gz | 2024-02-05 | 412.3 kB | |
v0.6.3 source code.zip | 2024-02-05 | 473.0 kB | |
Totals: 4 Items | 1.1 MB | 0 |
Whats New
New Scripts
New Sub-module
- add scripts.scripts_utils
- add new sub-module: web_utils.sipder but not complicate
Addon
- add recursive and name_substr param to file.get_paths_with_extension
- add file.format_file_size
BUG-FIX
- add aa_repr_w param to bio.peptide.AnimoAcid.init to make right recognization of aa
CODE-FIX
- file.get_valid_file_path now only truncate path on windows and remain suffix
- file.opts_file now add a param kwgs for third-party func, support yaml, pkl, csv, excel file and support append mode ('a') for 'str' and 'lines' way.
- add formula output in scripts.peptide.calcu_mw_of_mutations
Remove
- remove file.read_bits
- remove file.read_text, remove read_text import from file
Other Changes
- add moviepy and pillow_heif in full-requirements
- update README: add two platform icons
Full Changelog: https://github.com/BHM-Bob/BA_PY/compare/v0.6.1...v0.6.3