17
0

- Update to 1.2.0:

* added pyproject.toml
  * Updated Readstat code to Release 1.1.8
  * Solved issue with duplicated columns, #188
  * new parameter output_type to switch between returning a pandas
    dataframe or a dict of numpy arrays, partial solution for #184
  * Implemented row_compression for writing sav files, solves #185
  * Added new date formats for SAS and SPSS solves #170, #171
  * Added check missing_range type against variable type solves #180
  * Removed np.float, solves #160

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pyreadstat?expand=0&rev=14
This commit is contained in:
2023-02-13 04:55:29 +00:00
committed by Git OBS Bridge
parent 770bf8ea8d
commit 7ae359df60
4 changed files with 19 additions and 7 deletions

View File

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

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

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

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Feb 13 04:53:52 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 1.2.0:
* added pyproject.toml
* Updated Readstat code to Release 1.1.8
* Solved issue with duplicated columns, #188
* new parameter output_type to switch between returning a pandas
dataframe or a dict of numpy arrays, partial solution for #184
* Implemented row_compression for writing sav files, solves #185
* Added new date formats for SAS and SPSS solves #170, #171
* Added check missing_range type against variable type solves #180
* Removed np.float, solves #160
-------------------------------------------------------------------
Wed Feb 16 10:27:34 UTC 2022 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pyreadstat
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,10 +16,8 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python36 1
Name: python-pyreadstat
Version: 1.1.4
Version: 1.2.0
Release: 0
Summary: Package to read and write statistical data files into pandas
License: Apache-2.0