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