S JavaScriptem funguje tato webová stránka lépe.
Domů
Procházet
Nápověda
Přihlásit se
pete
/
abp
Sledovat
1
Oblíbit
1
Rozštěpit
0
Zdrojový kód
Úkoly
0
Požadavky na natažení
0
Vydání
0
Wiki
Aktivita
Procházet zdrojové kódy
Bump version: 0.6.0 → 0.6.1
master
Pete Shadbolt
před 5 roky
rodič
bf2fe5c19e
revize
7b5890dff8
5 změnil soubory
, kde provedl
6 přidání
a
6 odebrání
Rozdělené zobrazení
Diff Options
Zobrazit statistiky
Download Patch File
Stáhněte rozdílový soubor
+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
Zobrazit soubor
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.6.
0
current_version = 0.6.
1
commit = True
tag = True
+ 1
- 1
README.md
Zobrazit soubor
@@ -1,4 +1,4 @@
# abp 0.6.
0
# abp 0.6.
1
Python port of Anders and Briegel' s [method](https://arxiv.org/abs/quant-ph/0504117) for fast simulation of Clifford circuits.
## Installation
+ 2
- 2
doc/conf.py
Zobrazit soubor
@@ -60,9 +60,9 @@ author = 'Pete Shadbolt'
# built documents.
#
# The short X.Y version.
version = '0.6.
0
'
version = '0.6.
1
'
# The full version, including alpha/beta/rc tags.
release = '0.6.
0
'
release = '0.6.
1
'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
+ 1
- 1
doc/index.rst
Zobrazit soubor
@@ -26,7 +26,7 @@ You can install from ``pip``:
.. code-block:: bash
$ pip install --user abp==0.6.
0
$ pip install --user abp==0.6.
1
Alternatively, clone from the `github repo <https://github.com/peteshadbolt/abp>`_ and run ``setup.py``:
+ 1
- 1
setup.py
Zobrazit soubor
@@ -4,7 +4,7 @@ from os import path
setup(
name = "abp",
version = "0.6.
0
",
version = "0.6.
1
",
packages = ["abp"],
test_suite = "tests",
author = "Pete Shadbolt",
Zapsat
Náhled
Načítá se…
Zrušit
Uložit