1 Star 0 Fork 2

张业军/cadviewer

forked from wwzggz/cadviewer 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
versioning.txt 846 Bytes
一键复制 编辑 原始数据 按行查看 历史
Thoughts on versioning:
Assign a version number once the old code is working with the current
version of PythonOCC. Use a three field version number like so:
'0.74.1'
First field is '0'
When the app has enough functionality to be 'USEFUL' to somebody, then
a case could be made for changing this to '1'. For example, if STEP read
and write could support a Round Trip (loading a STEP file, modifying it,
then writing it back out), that would be 'useful'.
Second field is '74'
This corresponds to the pyocc version with which it works. As witnessed
by the recent problem caused by neglect of the code from 2016 until 2019,
if it doesn't stay in sync with PythonOCC, it has little value.
Third field is '1'
Increment this number with significant imporvements to functionality.
Reset to '1' if either of the first two fields are incremented.
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhang-yejun/cadviewer.git
git@gitee.com:zhang-yejun/cadviewer.git
zhang-yejun
cadviewer
cadviewer
master

搜索帮助