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,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