Skip to content

Commit

Permalink
rectify README
Browse files Browse the repository at this point in the history
  • Loading branch information
linjing-lab committed Dec 6, 2023
1 parent 052f6ad commit 5fd28a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ pip install optimtool>=2.5.0
```text
pip install optimtool>=2.6.0
```
> 建议:如果对自定义输入函数的需求比高版本中允许的输入类型检查更为强烈,推荐下载v2.4.4;如果能够在_convert.py和_typing.py中做可扩展的输入函数类型(基于sympy.core中所实现的类型),那么高版本中所作出的优化可以得到保留与体现。
> 建议:如果对自定义输入函数的需求比高版本中允许的输入类型检查更为强烈,推荐下载v2.4.4;如果需要在_convert.py和_typing.py中做可扩展的输入函数类型(基于sympy.core中所实现的类型),那么高版本中所作出的优化可以得到保留与体现。
## 项目结构

Expand Down
2 changes: 1 addition & 1 deletion README_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ download versions with better supported numpy:
```text
pip install optimtool>=2.6.0
```
> advices: if the demand for custom input function is stronger than the input type check allowed in higher versions, it is recommended to download v2.4.4; if extend types of FuncType in _convert.py and _typing.py (based on the types implemented in sympy.core), the optimizations made in higher versions can be preserved and reflected.
> advices: if the demand for custom input function is stronger than input type check allowed in higher versions, it is recommended to download v2.4.4; if users need to extend types of FuncType in _convert.py and _typing.py (based on the types implemented in sympy.core), the optimizations made in higher versions can be preserved and reflected.
## Structure

Expand Down

0 comments on commit 5fd28a9

Please sign in to comment.