1
0

- 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)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-fastparquet?expand=0&rev=48
This commit is contained in:
Dirk Mueller 2023-04-28 08:11:58 +00:00 committed by Git OBS Bridge
parent 42fa3a1c16
commit f1d61b0abc
4 changed files with 15 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6224c7fda7d900e4334b339c4376b58ad2c27892fe7faa67ae28c380100fbe24
size 28902717

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0d32676f8687142596c3eb8dff2ddf09bbdfb7e8339ec5206704c220da804c91
size 28903998

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Apr 28 08:10:46 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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 <arun@gmx.de> Thu Feb 9 15:55:08 UTC 2023 - Arun Persaud <arun@gmx.de>

View File

@ -17,7 +17,7 @@
Name: python-fastparquet Name: python-fastparquet
Version: 2023.2.0 Version: 2023.4.0
Release: 0 Release: 0
Summary: Python support for Parquet file format Summary: Python support for Parquet file format
License: Apache-2.0 License: Apache-2.0