From 593e78e75e5443f272334cbfff2df5f6d4a80ebd97911a40e260630f2cc0ae54 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 5 Dec 2023 12:23:57 +0000 Subject: [PATCH] - update to 2023.10.0: * Datetime units in empty() with tz (#893) * Fewer inplace decompressions for V2 pages (#890 * Allow writing categorical column with no categories (#888) * Fixes for new numpy (#886) * RLE bools and DELTA for v1 pages (#885, 883) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-fastparquet?expand=0&rev=54 --- fastparquet-2023.10.1.tar.gz | 3 +++ fastparquet-2023.8.0.tar.gz | 3 --- python-fastparquet.changes | 10 ++++++++++ python-fastparquet.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) create mode 100644 fastparquet-2023.10.1.tar.gz delete mode 100644 fastparquet-2023.8.0.tar.gz diff --git a/fastparquet-2023.10.1.tar.gz b/fastparquet-2023.10.1.tar.gz new file mode 100644 index 0000000..948d328 --- /dev/null +++ b/fastparquet-2023.10.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3ba93992c772422c9abd2993bed1ad3ea4f50bacd6c05d9015f934b0db4aa11 +size 28904462 diff --git a/fastparquet-2023.8.0.tar.gz b/fastparquet-2023.8.0.tar.gz deleted file mode 100644 index 4643d1f..0000000 --- a/fastparquet-2023.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:67cf29707c47003d33609a3c9a973714ab3646fc87c30a5b1eefc81d0c4048e1 -size 28904480 diff --git a/python-fastparquet.changes b/python-fastparquet.changes index 6cb09ef..8522b29 100644 --- a/python-fastparquet.changes +++ b/python-fastparquet.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Dec 5 12:23:32 UTC 2023 - Dirk Müller + +- update to 2023.10.0: + * Datetime units in empty() with tz (#893) + * Fewer inplace decompressions for V2 pages (#890 + * Allow writing categorical column with no categories (#888) + * Fixes for new numpy (#886) + * RLE bools and DELTA for v1 pages (#885, 883) + ------------------------------------------------------------------- Mon Sep 11 21:29:16 UTC 2023 - Dirk Müller diff --git a/python-fastparquet.spec b/python-fastparquet.spec index 7f14a6f..9485330 100644 --- a/python-fastparquet.spec +++ b/python-fastparquet.spec @@ -17,7 +17,7 @@ Name: python-fastparquet -Version: 2023.8.0 +Version: 2023.10.1 Release: 0 Summary: Python support for Parquet file format License: Apache-2.0