From 57faf5f63a13464a7b5af3726c88fdce0a39371f Mon Sep 17 00:00:00 2001 From: teerthsharma Date: Mon, 20 Jul 2026 09:25:27 +0530 Subject: [PATCH] Credit linear-memory island discovery Signed-off-by: teerthsharma --- doc/changelog.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/changelog.rst b/doc/changelog.rst index a8d3af11..dfd18c56 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -48,6 +48,7 @@ Engine as originally guarded by ``ngravcomp``. Since the engine uses these integers as flags (zero vs. non-zero), the new flags are honest boolean properties, writeable from the Python bindings at runtime. The field ``ngravcomp`` is deprecated and will be removed in a future release. +- Replaced quadratic scratch in native island discovery with a linear-memory disjoint set. Contribution by :github:user:`teerthsharma`. .. admonition:: Breaking API changes :class: attention