17
0

- Update to 1.1.0:

* added meta.readstat_variable_types to track the type of binary
    variable in the original file.
  * Adding better error message for not accepting certain files types in
    multiprocessing, solves #105
  * Fixing #106 writing failing when row 0 is removed from dataframe.
  * Removing numpy deprecated objects solves #107.
  * Adding support for pathlib.Path, soves #110.
  * fixing order of categories
  * Added formats_as_ordered_category to get an ordered category.
  * Added value_formats in order to be able to set the variable format when
    writing.
- Do not build on Python 3.6, due to no NumPy.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pyreadstat?expand=0&rev=11
This commit is contained in:
2021-04-19 08:44:47 +00:00
committed by Git OBS Bridge
parent 1ef17dd2df
commit 493975fdb6
4 changed files with 23 additions and 6 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Mon Apr 19 08:43:23 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 1.1.0:
* added meta.readstat_variable_types to track the type of binary
variable in the original file.
* Adding better error message for not accepting certain files types in
multiprocessing, solves #105
* Fixing #106 writing failing when row 0 is removed from dataframe.
* Removing numpy deprecated objects solves #107.
* Adding support for pathlib.Path, soves #110.
* fixing order of categories
* Added formats_as_ordered_category to get an ordered category.
* Added value_formats in order to be able to set the variable format when
writing.
- Do not build on Python 3.6, due to no NumPy.
-------------------------------------------------------------------
Mon Dec 28 07:47:19 UTC 2020 - andy great <andythe_great@pm.me>