From 6f3084725a6cabf9e64bae55cccaaf6dbeda9f59 Mon Sep 17 00:00:00 2001 From: KilianPoirier Date: Mon, 27 Nov 2023 11:50:00 +0000 Subject: [PATCH] [skip ci] Updated CHANGELOG.md --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a680ea37..45fc6b8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## Version v0.2.4 (November 27th, 2023) + +This version brings two main changes: +* Temporary removing pyquil from the openqaoa meta package. Pyquil is still installable as a standalone package with `pip install openqaoa-pyquil`, it will not be included in `pip install openqaoa` until the issue has been fixed - https://github.com/entropicalabs/openqaoa/issues/293 + * Installation was made impossible by conflicting dependencies between pyquil and the rest of openqaoa + * We removed pyquil temporarily + * We will be updating pyquil and fixing breaking changes in the next release +* New problem class + * Binary Paint Shop Problem + ## Version v0.2.3 (October 25th, 2023) This version brings the following changes: