Skip to content

Commit

Permalink
physicsLab v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GoodenoughPhysicsLab committed Nov 16, 2024
1 parent 6625873 commit 94c674c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion docs/log.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
# 1.4.21
1. 新增`User.recive_bonus`, `User.rename`, `User.star_content`

# 1.5.1
# 1.5.0
1. 新增`web.ManageMsgIter`
2. `web/api.py`几乎都增加了以`async_`开头的支持协程的风格的api
3. 重命名`get_Experiment``get_current_experiment`
Expand All @@ -183,3 +183,6 @@
7. 删除`music.Player`,其功能完全由`music.Piece.release`代替
8. 重命名`*_Wire``*_wire`, `*_Wires``*_wires`
9. 重命名`set_HighLevelValue``set_high_level_value`, `set_HighLevel``set_high_level`,对lowLevel也同理

## 1.5.1
1.
2 changes: 1 addition & 1 deletion physicsLab/web/webutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ def __init__(
self.start_index = comments[0]['ID'] if len(comments) != 0 else ""

def run(self,
process_callback: Optional[Callable],
process_callback: Callable,
catch_callback: Optional[Callable] = None,
reply_callback: Optional[Callable] = None,
finish_callback: Optional[Callable] = None,
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

setuptools.setup(
name="physicsLab",
version="1.4.21",
version="1.5.0",
license="MIT",
author="Goodenough",
author="Arendelle",
author_email="[email protected]",
description="Python API for Physics-Lab-AR",
long_description="show description in [github](https://github.com/GoodenoughPhysicsLab/physicsLab)",
Expand Down

0 comments on commit 94c674c

Please sign in to comment.