From f1d61b0abc407bd9bc2acbaf8e060ddb665afe029478d5670b6536dc72946280 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 28 Apr 2023 08:11:58 +0000 Subject: [PATCH] =?UTF-8?q?-=20update=20to=202023.4.0:=20=20=20*=20allow?= =?UTF-8?q?=20loading=20categoricals=20even=20if=20not=20so=20in=20the=20p?= =?UTF-8?q?andas=20metadata,=20=20=20=20=20when=20a=20column=20is=20dict-e?= =?UTF-8?q?ncoded=EF=BF=BCand=20we=20only=20have=20one=20row-group=20(#863?= =?UTF-8?q?)=20=EF=BF=BC=20*=20apply=20dtype=20to=20the=20columns=20names?= =?UTF-8?q?=20series,=20even=20when=20selecting=20no=20=20=20=20=20columns?= =?UTF-8?q?=20(#861,=20859)=20=EF=BF=BC=20*=20don't=20make=20strings=20whi?= =?UTF-8?q?le=20estimating=20bye=20column=20size=20(#858)=20=EF=BF=BC=20*?= =?UTF-8?q?=20handle=20upstream=20depr=20(#857,=20856)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-fastparquet?expand=0&rev=48 --- fastparquet-2023.2.0.tar.gz | 3 --- fastparquet-2023.4.0.tar.gz | 3 +++ python-fastparquet.changes | 11 +++++++++++ python-fastparquet.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 fastparquet-2023.2.0.tar.gz create mode 100644 fastparquet-2023.4.0.tar.gz diff --git a/fastparquet-2023.2.0.tar.gz b/fastparquet-2023.2.0.tar.gz deleted file mode 100644 index 18db672..0000000 --- a/fastparquet-2023.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6224c7fda7d900e4334b339c4376b58ad2c27892fe7faa67ae28c380100fbe24 -size 28902717 diff --git a/fastparquet-2023.4.0.tar.gz b/fastparquet-2023.4.0.tar.gz new file mode 100644 index 0000000..2b14ac4 --- /dev/null +++ b/fastparquet-2023.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d32676f8687142596c3eb8dff2ddf09bbdfb7e8339ec5206704c220da804c91 +size 28903998 diff --git a/python-fastparquet.changes b/python-fastparquet.changes index c68257c..59d3450 100644 --- a/python-fastparquet.changes +++ b/python-fastparquet.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Apr 28 08:10:46 UTC 2023 - Dirk Müller + +- update to 2023.4.0: + * allow loading categoricals even if not so in the pandas metadata, + when a column is dict-encodedand we only have one row-group (#863) + * apply dtype to the columns names series, even when selecting no + columns (#861, 859) + * don't make strings while estimating bye column size (#858) + * handle upstream depr (#857, 856) + ------------------------------------------------------------------- Thu Feb 9 15:55:08 UTC 2023 - Arun Persaud diff --git a/python-fastparquet.spec b/python-fastparquet.spec index c33c0d8..87d69db 100644 --- a/python-fastparquet.spec +++ b/python-fastparquet.spec @@ -17,7 +17,7 @@ Name: python-fastparquet -Version: 2023.2.0 +Version: 2023.4.0 Release: 0 Summary: Python support for Parquet file format License: Apache-2.0