From bcb7366cb301362a031e60f9d30b32360d7df736 Mon Sep 17 00:00:00 2001 From: PabloAndresCQ Date: Wed, 17 Apr 2024 11:08:59 +0100 Subject: [PATCH] Updated changelog --- docs/changelog.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 84f4984e..75adb543 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,11 @@ Changelog ~~~~~~~~~ +0.6.1 (April 2024) +------------------ + +* When using ``simulate`` with ``TTNxGate`` algorithm, the initial partition is obtained using NetworkX instead of KaHyPar by default. This makes setup easier and means that ``TTNxGate`` can now be used when installing from PyPI. KaHyPar can still be used if ``use_kahypar`` from ``Config`` is set to True. + 0.6.0 (April 2024) ------------------