Skip to content

Releases: EVA-JianJun/AutoCython

AutoCython v2.1.0

24 Jun 00:44

Choose a tag to compare

禁用激进的性能优化选项, 显示系统信息.
Disable aggressive performance optimization options, Show system information.

AutoCython v2.1.0

pip install -U AutoCython-jianjun

Command:

AutoCython -h

Use:

AutoCython -f test.py
AutoCython -p D:/python_code/ProjectPath

AutoCython v2.0.0

09 Jun 06:50

Choose a tag to compare

重构代码, 全新界面.
Refactored code, new interface.

AutoCython v2.0.0

pip install -U AutoCython-jianjun

Command:

AutoCython -h

Use:

AutoCython -f test.py
AutoCython -p D:/python_code/ProjectPath

AutoCython v1.3.1

23 Nov 08:17

Choose a tag to compare

AutoCython v1.3.1

pip install AutoCython-jianjun

Use:

import AutoCython
AutoCython().compile()

Command:

AutoCython --help

AutoCython v1.2.8 win x64 whl

07 Sep 07:37

Choose a tag to compare

AutoCython v1.2.8 win x64 whl

pip install AutoCython-1.2.8-py3-none-any.whl

Use:

import AutoCython
AutoCython().compile()

Command:

AutoCython --help

AutoCython v1.2.8 win x64

24 Aug 08:08

Choose a tag to compare

1.fix bug 2.update doc 3.add CH help info

AutoCython v1.2.7 win_amd64

19 Apr 09:34

Choose a tag to compare

AutoCython v1.2.6 win_amd64

12 Feb 09:25

Choose a tag to compare

解决单文件编译时与__init__.py文件冲突的问题

AutoCython v1.2.5 win_amd64

28 Jan 06:24

Choose a tag to compare

修复路径异常的bug,更加简易的命令行调用

AutoCython v1.2.3 win_amd64

25 Jan 11:47

Choose a tag to compare

更新README.md

AutoCython v1.1.0 win_amd64

24 Jan 08:51

Choose a tag to compare

修复了如果目录存在__init__.py文件编译目录异常的bug