From 787cd551d1b603081370423cdd5d0f192c3df84d Mon Sep 17 00:00:00 2001 From: zacharyburnett Date: Fri, 8 Nov 2024 10:12:40 -0500 Subject: [PATCH] add to what's new page --- docs/asdf/whats_new.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/asdf/whats_new.rst b/docs/asdf/whats_new.rst index 8f9328cbf..7d3c9d2be 100644 --- a/docs/asdf/whats_new.rst +++ b/docs/asdf/whats_new.rst @@ -46,6 +46,13 @@ Removed API New Defaults ------------ +File I/O +^^^^^^^^ + +- calls to ``asdf.open()`` and ``AsdfFile()`` do NOT memory-map the + underlying arrays by default; the relevant parameter defaults to + ``memmap=False`` + .. _whats_new_4.0.0_validation: Validation