17
0

Accepting request 1071071 from devel:languages:python:numeric

- update to 1.2.1:
  * Readstat source updated to version 1.1.9
  * introduced recognition for pandas datatype datetime64[ns,
    UTC] and other datetime64 types when writing,
    so that this column type gets correctly written as datetime
  * introduced extra_datetime_formats and extra_date_formats
    arguments for read functions, cleaned the list of
    sas date, datetime and time formats to exclude those not
    directly convertible to python objects
  * improved performace of writer when there are datetime64
    columns

OBS-URL: https://build.opensuse.org/request/show/1071071
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyreadstat?expand=0&rev=9
This commit is contained in:
2023-03-13 11:40:47 +00:00
committed by Git OBS Bridge
4 changed files with 19 additions and 4 deletions

View File

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

3
pyreadstat-1.2.1.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Mar 13 08:42:41 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.2.1:
* Readstat source updated to version 1.1.9
* introduced recognition for pandas datatype datetime64[ns,
UTC] and other datetime64 types when writing,
so that this column type gets correctly written as datetime
* introduced extra_datetime_formats and extra_date_formats
arguments for read functions, cleaned the list of
sas date, datetime and time formats to exclude those not
directly convertible to python objects
* improved performace of writer when there are datetime64
columns
-------------------------------------------------------------------
Mon Feb 13 04:53:52 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -17,7 +17,7 @@
Name: python-pyreadstat
Version: 1.2.0
Version: 1.2.1
Release: 0
Summary: Package to read and write statistical data files into pandas
License: Apache-2.0