From d7824a1429f17da331d20cd32127a3ebc9f6b9f6 Mon Sep 17 00:00:00 2001 From: Matthew Silverman Date: Fri, 6 Dec 2024 18:50:40 +0000 Subject: [PATCH] changelog --- .github/CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index c13ba6135..25a85281f 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -49,6 +49,9 @@ * Fix the TensorFlow issue with the expected number of gradients in `custom_gradient`. [(#506)](https://github.com/XanaduAI/MrMustard/pull/506) +* Use the default repr when in interactive IPython. + [(#531)](https://github.com/XanaduAI/MrMustard/pull/531) + ### Documentation ### Tests