diff --git a/CHANGELOG.md b/CHANGELOG.md index 2460e82e6..dd84da46a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,10 +8,8 @@ ## v0.9.3 - 2024-04-08 - The ECC module now has access to an iterative bitflip decoder thanks to `LDPCDecoders.jl`. - -## v0.9.2 - 2024-04-02 - - Provide more configuration options in the `PyBeliefProp` decoders. +- **(fix)** The belief prop decoder from LDPCDecoders was counting iterations incorrectly. ## v0.9.1 - 2024-03-31 diff --git a/Project.toml b/Project.toml index c2b171e3f..bc60881d7 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "QuantumClifford" uuid = "0525e862-1e90-11e9-3e4d-1b39d7109de1" authors = ["Stefan Krastanov and QuantumSavory community members"] -version = "0.9.3" +version = "0.9.2" [deps] Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa" @@ -49,7 +49,7 @@ Graphs = "1.9" HostCPUFeatures = "0.1.6" ILog2 = "0.2.3" InteractiveUtils = "1.9" -LDPCDecoders = "0.3" +LDPCDecoders = "0.3.1" LinearAlgebra = "1.9" MacroTools = "0.5.9" Makie = "0.20"