From dc8c5ab00b23c0aa86bcbefe7f0f605d7d818dd2df28e28c6498c319f3e340b0 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 28 Nov 2021 19:15:14 +0000 Subject: [PATCH] Accepting request 934308 from home:apersaud:branches:devel:languages:python:numeric - still some failed builds, but they are also in the current package (and I don't know how to fix them) - update to version 0.7.2: * Ability to remove row-groups in-place for multifile datasets * Accept pandas nullable Float type * allow empty strings and fix min/max when there is no data * make writing statistics optional * row selection in to_pandas() OBS-URL: https://build.opensuse.org/request/show/934308 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-fastparquet?expand=0&rev=35 --- fastparquet-0.7.1.tar.gz | 3 --- fastparquet-0.7.2.tar.gz | 3 +++ python-fastparquet.changes | 10 ++++++++++ python-fastparquet.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 fastparquet-0.7.1.tar.gz create mode 100644 fastparquet-0.7.2.tar.gz diff --git a/fastparquet-0.7.1.tar.gz b/fastparquet-0.7.1.tar.gz deleted file mode 100644 index 4425f37..0000000 --- a/fastparquet-0.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cc55e0f9048394e3b67d3af934bc690572e81c0c22488b63960bbe67d16e113e -size 29164760 diff --git a/fastparquet-0.7.2.tar.gz b/fastparquet-0.7.2.tar.gz new file mode 100644 index 0000000..bbe0b6d --- /dev/null +++ b/fastparquet-0.7.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e55e385d91f92dd51a759db09a131f5af76933775eab201d6bd480f406b6b59 +size 29167450 diff --git a/python-fastparquet.changes b/python-fastparquet.changes index 16781e9..b577ff5 100644 --- a/python-fastparquet.changes +++ b/python-fastparquet.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Nov 27 20:34:53 UTC 2021 - Arun Persaud + +- update to version 0.7.2: + * Ability to remove row-groups in-place for multifile datasets + * Accept pandas nullable Float type + * allow empty strings and fix min/max when there is no data + * make writing statistics optional + * row selection in to_pandas() + ------------------------------------------------------------------- Sun Aug 8 15:13:55 UTC 2021 - Ben Greiner diff --git a/python-fastparquet.spec b/python-fastparquet.spec index a93e6eb..e2207b6 100644 --- a/python-fastparquet.spec +++ b/python-fastparquet.spec @@ -21,7 +21,7 @@ %define skip_python2 1 %define skip_python36 1 Name: python-fastparquet -Version: 0.7.1 +Version: 0.7.2 Release: 0 Summary: Python support for Parquet file format License: Apache-2.0