Skip to content

Commit

Permalink
v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BHM-Bob committed Aug 31, 2024
1 parent 80d8c71 commit 6343feb
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 5 deletions.
3 changes: 2 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--
* @Date: 2023-07-29 09:56:37
* @LastEditors: BHM-Bob 2262029386@qq.com
* @LastEditTime: 2024-08-29 22:13:11
* @LastEditTime: 2024-08-31 08:50:33
* @Description:
-->
<!-- mkdocs serve -->
Expand Down Expand Up @@ -112,6 +112,7 @@ Some helpful command line scripts.
16. [video](scripts/video.md)

# Release History
- [0.9.1](release_notes/0.9.1.md)
- [0.9.0](release_notes/0.9.0.md)
- [0.8.9](release_notes/0.8.9.md)
- [0.8.8](release_notes/0.8.8.md)
Expand Down
33 changes: 33 additions & 0 deletions docs/release_notes/0.9.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
2024/8/31 08:51:09


## Focus on
1. Fix bugs in mass script and requiremnts in 0.9.0


## What's New
None or a little.


## Minor Addon
- minor-addon: mbapy\scripts\mass.py: plot_mass: process_args: suport labels as text file path


## BUG-FIX
- fix-bug: mbapy\scripts\mass.py: plot_mass: main_process: type-error: self.args.tag_monoisotopic_only instead of self.tag_monoisotopic_only


## CODE-FIX
None or a little.


## Remove
None or a little.


## Other Changes
- add deprecated package to std


## Details
**完整的更新日志**: https://gitee.com/bhm-bob/BA_PY/commits/v0.9.1
4 changes: 2 additions & 2 deletions mbapy/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
__title__ = "mbapy"
__description__ = "MyBA in Python"
__url__ = "https://github.com/BHM-Bob/BA_PY"
__version__ = "0.9.0"
__build__ = "20240829_0"
__version__ = "0.9.1"
__build__ = "20240831_0"
__author__ = "BHM-Bob G"
__author_email__ = "bhmfly@foxmail.com"
__license__ = "MIT"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Author: BHM-Bob 2262029386@qq.com
Date: 2022-11-01 18:30:01
LastEditors: BHM-Bob 2262029386@qq.com
LastEditTime: 2024-08-29 22:18:10
LastEditTime: 2024-08-31 08:51:01
Description:
'''
"""
Expand Down Expand Up @@ -109,4 +109,4 @@
# pip install .

# python setup.py sdist
# twine upload dist/mbapy-0.9.0.tar.gz
# twine upload dist/mbapy-0.9.1.tar.gz

0 comments on commit 6343feb

Please sign in to comment.