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