From 8a3a3d2e17803b0e3236b751badaebd411f4947f Mon Sep 17 00:00:00 2001 From: Brett Date: Tue, 24 Oct 2023 16:20:47 -0400 Subject: [PATCH] add changelog entry --- CHANGES.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index bac63847d..f1e9e4092 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,7 +4,11 @@ The ASDF Standard is at v1.6.0 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -- +- Introduce ``memmap_arrays`` argument to ``asdf.open`` that + overrides ``copy_arrays`` with documentation that describes + that the default for ``memmap_arrays`` when ``copy_arrays`` + is removed in an upcoming asdf release will be ``False`` and + asdf will no longer by-default memory map arrays. [#1667] 3.0.0 (2023-10-16) ------------------