From 324413f1a4fea8817f9f51ca3beaafeb17ff9c8a Mon Sep 17 00:00:00 2001 From: Nabil Freij Date: Tue, 7 Jan 2025 16:45:21 -0800 Subject: [PATCH] changelog update --- changelog/780.bugfix.rst | 1 - changelog/798.bugfix.rst | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 changelog/780.bugfix.rst create mode 100644 changelog/798.bugfix.rst diff --git a/changelog/780.bugfix.rst b/changelog/780.bugfix.rst deleted file mode 100644 index f6c872dd6..000000000 --- a/changelog/780.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Added an internal method to shortcut non-correlated axes avoiding the creation of a full coordinate grid, reducing memory use in specific circumstances. diff --git a/changelog/798.bugfix.rst b/changelog/798.bugfix.rst new file mode 100644 index 000000000..aa2e8ef18 --- /dev/null +++ b/changelog/798.bugfix.rst @@ -0,0 +1 @@ +Added an internal code to shortcut non-correlated axes avoiding the creation of a full coordinate grid, reducing memory use in specific circumstances.