17
0

- 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/package/show/devel:languages:python:numeric/python-pyreadstat?expand=0&rev=16
This commit is contained in:
2023-03-13 08:45:28 +00:00
committed by Git OBS Bridge
parent 7ae359df60
commit b996ea8a5e
4 changed files with 19 additions and 4 deletions

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>