From 9a21baa1ee6497f63e5e97ab55d2adec3b63040a Mon Sep 17 00:00:00 2001 From: Martin Durant Date: Wed, 3 Dec 2025 10:16:52 -0500 Subject: [PATCH] changelog --- docs/source/changelog.rst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 3f955c810..df55fac6c 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -1,6 +1,26 @@ Changelog ========= +2025.12.0 +--------- + +Enhancements + +- fsspec.parquet to support filters and multiple files (#1945) + +Fixes + +- passing withdirs in aync _glob() (#1953) +- fix _rm_file/_rm redirection in async (#1951) +- allow arrowFile to be seekable (#1950) +- add size attribute to arrowFile (#1944) + + +Other + +- support py3.14 and drop 3.9 (#1946) +- avoid ruff warning (#1942) + 2025.10.0 ---------