- 01 11月, 2022 1 次提交
-
-
由 Nyakku Shigure 提交于
* [CodeStyle][py2] remove `six` package (part2) * six.ensure_str * remove unused `import six` * remove six from BUILTIN_LIKELY_MODULES * remove six in example code * remove some decode * try to fix example code * fix MockEtcdClient get/get_prefix returns data type * fix MockEtcdClient get_prefix returns data * fix MockEtcdClient get returns data * remove `six` in pypi and conda requirements * fix MockEtcdClient add_watch_callback/add_watch_prefix_callback returns data type * refine MockEtcdClient
-
- 26 5月, 2022 1 次提交
-
-
由 tianshuo78520a 提交于
-
- 24 5月, 2022 1 次提交
-
-
由 jakpiase 提交于
-
- 29 4月, 2022 1 次提交
-
-
由 xiongkun 提交于
* Extend python einsum interface to make einsum_v2 support multi-operands and switch it to default. * add opt_einsum dependence * add yaml and support eager model * fix by code review
-
- 23 2月, 2022 1 次提交
-
-
由 jakpiase 提交于
-
- 10 1月, 2022 1 次提交
-
-
由 Aganlengzi 提交于
This reverts commit ee813e34.
-
- 06 1月, 2022 1 次提交
-
-
由 jakpiase 提交于
* reuploaded files * Changed year from 2021 to 2022 * minor change * fixed requirements.txt file
-
- 22 12月, 2021 1 次提交
-
-
由 Sing_chan 提交于
* test if numpy=1.19.5 meet unittest's requirement * modify numpy version required
-
- 20 12月, 2021 1 次提交
-
-
由 Sing_chan 提交于
* test if windows still need numpy <=1.19 * modify acoording to zhouwei's comment
-
- 05 8月, 2021 1 次提交
-
-
由 0x45f 提交于
* integrated gast library * integrated gast library * fix unittest and remove ast2.py * remove 'gast' from __all__ in __init__.py * add copyright in other files * fix copyright
-
- 30 6月, 2021 1 次提交
-
-
由 Aurelius84 提交于
-
- 16 6月, 2021 1 次提交
-
-
由 tianshuo78520a 提交于
-
- 02 4月, 2021 1 次提交
-
-
由 tianshuo78520a 提交于
-
- 22 2月, 2021 1 次提交
-
-
由 Zhou Wei 提交于
* [2.0.1]Support New Custom OP on windows * fix CI * fix code style * fix CI * fix CI * fix coverage * fix CI * fix CI
-
- 09 2月, 2021 1 次提交
-
-
由 Huihuang Zheng 提交于
gast version can be conflict with the other software users installed. We set the version to be higher than 0.3.3
-
- 05 12月, 2020 1 次提交
-
-
由 Chen Long 提交于
-
- 30 11月, 2020 2 次提交
-
-
由 LielinJiang 提交于
* lazy import for scipy * rm unused check
-
由 123malin 提交于
* test=develop, rm pathlib
-
- 26 11月, 2020 1 次提交
-
-
由 Aurelius84 提交于
-
- 10 11月, 2020 1 次提交
-
-
由 Zhou Wei 提交于
-
- 21 10月, 2020 1 次提交
-
-
由 swtkiwi 提交于
-
- 28 9月, 2020 2 次提交
- 18 9月, 2020 1 次提交
-
-
由 LielinJiang 提交于
* rm dependence of cv2
-
- 17 9月, 2020 1 次提交
-
-
由 Zhou Wei 提交于
-
- 16 9月, 2020 1 次提交
-
-
由 Leo Chen 提交于
* remove objgraph * remove graphviz * fix ut
-
- 02 9月, 2020 1 次提交
-
-
由 gongweibao 提交于
-
- 31 8月, 2020 1 次提交
-
-
由 swtkiwi 提交于
-
- 27 8月, 2020 1 次提交
-
-
由 gongweibao 提交于
-
- 19 8月, 2020 2 次提交
- 17 8月, 2020 1 次提交
-
-
由 Zhou Wei 提交于
set default python3,fix incompatible,cache dir for third party,unify error code,for windows (#26178) * set default python3 for paddle windows,test=win * set default python3,cache dir for third party,error code,test=win * fix some incompatible * fix some error * set virtual environment,test=win
-
- 15 8月, 2020 1 次提交
-
-
由 Aurelius84 提交于
-
- 07 8月, 2020 1 次提交
-
-
由 123malin 提交于
* test=develop,test=document_fix, remove the out args * fleet_util move to paddle.fleet Co-authored-by: NWuHaobo <wuhaobo1994@gmail.com> Co-authored-by: Ntangwei12 <tangwei12@baidu.com>
-
- 06 7月, 2020 1 次提交
-
-
由 tianshuo78520a 提交于
-
- 15 6月, 2020 1 次提交
-
-
由 Divano 提交于
-
- 03 4月, 2020 1 次提交
-
-
由 gongweibao 提交于
-
- 20 2月, 2020 2 次提交
-
-
由 Aurelius84 提交于
* support nested if/else * support to derivate returns the parameter list automatically * polish tranform function of slice * fix modify x.numpy()[i] slice function * support to transform ast.node into callable function * fix get_name_ids bug and add more unittest test=develop * fix requirements.txt test=develop * remove useless import statement test=develop * Fixed version compatibility issues in param of function test=develop * use decorater to test ast_to_func test=develop * add textwrap.dedent for source_code test=develop * polish code comment * fix compatibility with python2 and python3 test=develop * fix gast version error test=develop * fix gast repo test=develop * polish transfer_from_node_type code test=develop * add nested_if_else unittest test=develop * split IfElseTransformer test=develop * specify gast version test=develop * fix ast_to_func root type test=develop
-
由 Huihuang Zheng 提交于
1. Move AstNodeWrapper, StaticAnalysisVisitor to a new python file: static_analysis.py 2. Add basic node var type analysis
-
- 18 2月, 2020 1 次提交
-
-
由 Aurelius84 提交于
-