From 1cef11996a2dc00bac23a9d48d8b772744c3dbd5 Mon Sep 17 00:00:00 2001 From: Alexander Condello Date: Thu, 20 Oct 2022 09:43:40 -0700 Subject: [PATCH] Add release note for Cython CQM changes --- releasenotes/notes/cython-CQM-4b4870e1087ffb4e.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 releasenotes/notes/cython-CQM-4b4870e1087ffb4e.yaml diff --git a/releasenotes/notes/cython-CQM-4b4870e1087ffb4e.yaml b/releasenotes/notes/cython-CQM-4b4870e1087ffb4e.yaml new file mode 100644 index 000000000..e155f20b6 --- /dev/null +++ b/releasenotes/notes/cython-CQM-4b4870e1087ffb4e.yaml @@ -0,0 +1,3 @@ +--- +features: + - Replace current ``ConstrainedQuadraticModel`` implementation with one implemented in Cython.