1
0

- update to 2023.10.0:

* Datetime units in empty() with tz (#893)
  * Fewer inplace decompressions for V2 pages (#890
  * Allow writing categorical column with no categories (#888)
  * Fixes for new numpy (#886)
  * RLE bools and DELTA for v1 pages (#885, 883)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-fastparquet?expand=0&rev=54
This commit is contained in:
Dirk Mueller 2023-12-05 12:23:57 +00:00 committed by Git OBS Bridge
parent 548c6cc76f
commit 593e78e75e
4 changed files with 14 additions and 4 deletions

BIN
fastparquet-2023.10.1.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Dec 5 12:23:32 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 2023.10.0:
* Datetime units in empty() with tz (#893)
* Fewer inplace decompressions for V2 pages (#890
* Allow writing categorical column with no categories (#888)
* Fixes for new numpy (#886)
* RLE bools and DELTA for v1 pages (#885, 883)
-------------------------------------------------------------------
Mon Sep 11 21:29:16 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

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