1
0

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
This commit is contained in:
Dirk Mueller 2021-11-28 19:15:14 +00:00 committed by Git OBS Bridge
parent 4cca0bf52a
commit dc8c5ab00b
4 changed files with 14 additions and 4 deletions

View File

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

3
fastparquet-0.7.2.tar.gz Normal file
View File

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Nov 27 20:34:53 UTC 2021 - Arun Persaud <arun@gmx.de>
- 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 <code@bnavigator.de>

View File

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