From 86b16f7671793f6013810e5771e18c44c919eaf1 Mon Sep 17 00:00:00 2001 From: Afroz Alam Date: Wed, 7 Feb 2024 15:03:06 -0800 Subject: [PATCH] rename heading --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74c82069c99..22899bacf78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## 1.12.1 (2024-02-08) -### New Features +### Improvements - Use `split_blocks=True` by default during `to_pandas` conversion, for optimal memory allocation. This parameter is passed to `pyarrow.Table.to_pandas`, which enables `PyArrow` to split the memory allocation into smaller, more manageable blocks instead of allocating a single contiguous block. This results in better memory management when dealing with larger datasets.