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