From 3e78144485ce5b114ccb58a0182167fe0913638b Mon Sep 17 00:00:00 2001 From: Stefan Krastanov Date: Mon, 22 Jan 2024 01:54:38 -0500 Subject: [PATCH] changelog and version bump --- CHANGELOG.md | 4 ++++ Project.toml | 14 +++++++------- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e6f1fc7a..ce9778379 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ # News +## v0.8.20 - 2024-01-22 + +- Significant additions to the `ECC` submodule, with constructors for a few new codes (`Toric` and generic `CSS`); incorporating many syndrome decoding algorithms (thanks to the `PyQDecoders.jl` and `LDPCDecoders.jl` packages); and providing a convenient API for evaluating code performance in different settings through the new `evaluate_decoder` function. + ## v0.8.19 - 2023-12-16 - Bumping up the lower bounds of many dependencies and adding lower-bound compatibility checks to CI. diff --git a/Project.toml b/Project.toml index b7a1bb6d2..0e2594548 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "QuantumClifford" uuid = "0525e862-1e90-11e9-3e4d-1b39d7109de1" authors = ["Stefan Krastanov "] -version = "0.8.19" +version = "0.8.20" [deps] Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa" @@ -48,21 +48,21 @@ DocStringExtensions = "0.9" Graphs = "1.9" HostCPUFeatures = "0.1.6" ILog2 = "0.2.3" -InteractiveUtils = "1" +InteractiveUtils = "1.9" LDPCDecoders = "0.1.1" -LinearAlgebra = "1" +LinearAlgebra = "1.9" MacroTools = "0.5.9" Makie = "0.20" Nemo = "0.38" Plots = "1.38.0" PrecompileTools = "1.2" -PyQDecoders = "0.1" +PyQDecoders = "0.1.1" Quantikz = "1.3.1" QuantumInterface = "0.3.3" QuantumOpticsBase = "0.4.18" -Random = "1" +Random = "1.9" SIMD = "3.4.0" -SparseArrays = "1" -Statistics = "1" +SparseArrays = "1.9" +Statistics = "1.9" SumTypes = "0.5" julia = "1.9"