From 59872092c8235de5cc717a4820d1bae44dea270e Mon Sep 17 00:00:00 2001 From: veenstrajelmer <60435591+veenstrajelmer@users.noreply.github.com> Date: Tue, 3 Sep 2024 12:04:44 +0200 Subject: [PATCH] updated changelog for #286 --- docs/changelog.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 6acdf3766..dbb3b7de4 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -35,6 +35,9 @@ Changed now also return points that are located on the edges of 2D topologies. - :attr:`xugrid.Ugrid1d.dimensions` and :attr:`xugrid.Ugrid2d.dimensions` now raise a FutureWarning; use ``.dims`` or ``.sizes`` instead. +- Improved performance of :func:`xugrid.open_dataset` and + :func:`xugrid.merge_partitions` when handling datasets with a large number + of variables (>100). [0.11.2] 2024-08-16 -------------------