From f7db1a364bfe5f4e133ac5d067acaac8fda187ca Mon Sep 17 00:00:00 2001 From: Martin Durant Date: Sun, 20 Oct 2024 21:10:03 -0400 Subject: [PATCH 1/2] changelog --- docs/source/changelog.rst | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index b19ee9e3b..6e528e27b 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -1,6 +1,27 @@ Changelog ========= +2024.10.0 +--------- + +Fixes + +- Peformance of memoryFS rm (#1725) +- Performance of git FS info (#1712) +- Avoid git hex for newer pygit (#1703) +- tests fix for zip (#1700, 1691) +- missing open_async for dirFS (#1698) +- handle pathlib in zip (#1689) +- skip tests needing kerchunk if not installed (#1689) +- allow repeated kwargs in unchain (#1673) + +Other + +- Code style (#1704, 1706) +- allow pyarrow in referenceFS parquet (#1692) +- don't hardcode test port for parallel runs (#1690) + + 2024.9.0 -------- From 7106217aab0c28b39330f333271b250e10f8be3e Mon Sep 17 00:00:00 2001 From: Martin Durant Date: Sun, 20 Oct 2024 21:12:06 -0400 Subject: [PATCH 2/2] sp --- docs/source/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 6e528e27b..fea257b44 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -6,7 +6,7 @@ Changelog Fixes -- Peformance of memoryFS rm (#1725) +- Performance of memoryFS rm (#1725) - Performance of git FS info (#1712) - Avoid git hex for newer pygit (#1703) - tests fix for zip (#1700, 1691)