使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
pete
/
abp
关注
1
点赞
1
派生
0
代码
工单
0
合并请求
0
版本发布
0
百科
动态
浏览代码
Bump version: 0.6.2 → 0.6.3
master
Pete Shadbolt
5 年前
父节点
bbeeecff35
当前提交
e60abeab35
共有
5 个文件被更改
,包括
6 次插入
和
6 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+1
-1
.bumpversion.cfg
+1
-1
README.md
+2
-2
doc/conf.py
+1
-1
doc/index.rst
+1
-1
setup.py
+ 1
- 1
.bumpversion.cfg
查看文件
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.6.
2
current_version = 0.6.
3
commit = True
tag = True
+ 1
- 1
README.md
查看文件
@@ -1,4 +1,4 @@
# abp 0.6.
2
# abp 0.6.
3
Python port of Anders and Briegel' s [method](https://arxiv.org/abs/quant-ph/0504117) for fast simulation of Clifford circuits.
## Usage
+ 2
- 2
doc/conf.py
查看文件
@@ -60,9 +60,9 @@ author = 'Pete Shadbolt'
# built documents.
#
# The short X.Y version.
version = '0.6.
2
'
version = '0.6.
3
'
# The full version, including alpha/beta/rc tags.
release = '0.6.
2
'
release = '0.6.
3
'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
+ 1
- 1
doc/index.rst
查看文件
@@ -26,7 +26,7 @@ You can install from ``pip``:
.. code-block:: bash
$ pip install --user abp==0.6.
2
$ pip install --user abp==0.6.
3
Alternatively, clone from the `github repo <https://github.com/peteshadbolt/abp>`_ and run ``setup.py``:
+ 1
- 1
setup.py
查看文件
@@ -4,7 +4,7 @@ from os import path
setup(
name = "abp",
version = "0.6.
2
",
version = "0.6.
3
",
packages = ["abp"],
test_suite = "tests",
author = "Pete Shadbolt",
撰写
预览
正在加载...
取消
保存