Skip to content

Commit 8fa7920

Browse files
committed
bump qeccore to 0.1.1
1 parent bee4325 commit 8fa7920

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Oscar = "1.1.1"
7070
Plots = "1.38.0"
7171
PrecompileTools = "1.2"
7272
PyQDecoders = "0.2.2"
73-
QECCore = "0.1"
73+
QECCore = "0.1.1"
7474
Quantikz = "1.3.1"
7575
QuantumInterface = "0.3.3, 0.4"
7676
QuantumOpticsBase = "0.4.18, 0.5"

lib/QECCore/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# News
2+
3+
## v0.1.1
4+
5+
- Add `AbstractDistanceAlg` for dispatch for `distance`
6+
7+
## v0.1.0
8+
9+
- First release, moving basic definitions from QuantumClifford.jl

lib/QECCore/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "QECCore"
22
uuid = "b50d4dc9-2544-401f-bae9-a24ba40d0c7a"
33
authors = ["Zhongyi Ni <[email protected]>", "Developers from QuantumSavory organization"]
4-
version = "0.1.0"
4+
version = "0.1.1
55
66
[deps]
77
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
@@ -12,4 +12,4 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
1212
Combinatorics = "1.0"
1313
LinearAlgebra = "1.9"
1414
SparseArrays = "1.9"
15-
julia = "1.9"
15+
julia = "1.9"

0 commit comments

Comments
 (0)