diff --git a/fastparquet-0.3.1.tar.gz b/fastparquet-0.3.1.tar.gz deleted file mode 100644 index c336d34..0000000 --- a/fastparquet-0.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2edab6b9c2e395fb9162342c10fbecd929006c842ea8abfca802fd5550717da8 -size 28907386 diff --git a/fastparquet-0.3.2.tar.gz b/fastparquet-0.3.2.tar.gz new file mode 100644 index 0000000..a4d5320 --- /dev/null +++ b/fastparquet-0.3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b09526e6bc773980215a1581a7c2b97a71e47b78ef196baf1fa748d24d33c2a4 +size 28913056 diff --git a/python-fastparquet.changes b/python-fastparquet.changes index 1c00bd4..6092ec8 100644 --- a/python-fastparquet.changes +++ b/python-fastparquet.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Sat Aug 3 15:10:41 UTC 2019 - Arun Persaud + +- update to version 0.3.2: + * Only calculate dataset stats once (#453) + * Fixes #436 (#452) + * Fix a crash if trying to read a file whose created_by value is not + set + * COMPAT: Fix for pandas DeprecationWarning (#446) + * Apply timezone to index (#439) + * Handle NaN partition values (#438) + * Pandas meta (#431) + * Only strip _metadata from end of file path (#430) + * Simple nesting fix (#428) + * Disallow bad tz on save, warn on load (#427) + ------------------------------------------------------------------- Tue Jul 30 14:23:21 UTC 2019 - Todd R diff --git a/python-fastparquet.spec b/python-fastparquet.spec index 4e660c2..8f02b02 100644 --- a/python-fastparquet.spec +++ b/python-fastparquet.spec @@ -20,7 +20,7 @@ # Test files not included %bcond_without test Name: python-fastparquet -Version: 0.3.1 +Version: 0.3.2 Release: 0 Summary: Python support for Parquet file format License: Apache-2.0