From fef43b296f40b23e67ee4519fa891bab04be39a9 Mon Sep 17 00:00:00 2001 From: Martin Durant Date: Sat, 4 Mar 2023 13:35:12 -0500 Subject: [PATCH] changelog (#1203) --- docs/source/changelog.rst | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 404ae429a..75269aa48 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -1,6 +1,30 @@ Changelog ========= +2023.3.0 +-------- + +Enhancements + +- #1201, add directory FS to the registry and constructable from URLs +- #1194, allow JSON for setting dict-like kwargs in the config +- #1181, give arrow FS proper place in the registry +- #1178, add experimental background-thread buffering cache +- #1162, make ZipFS writable + +Fixes + +- #1202, fix on_error="omit" when using caching's cat +- #1199, 1163, get/put/cp consistency and empty directories +- #1197, 1183 use bytes for setting value on mapper using numpy +- #1191, clean up open files in spec get_file +- #1164, pass on kwargs correctly to http + +Other + +- #1186, make seekable=True default for pyarrow files += #1184, 1185, set minimum python version to 3.8 + 2023.1.0 --------