17
0

Accepting request 859030 from home:andythe_great:branches:devel:languages:python:numeric

- Update to version 1.0.6.
  * Updated Readstat to version 1.1.5, this fixes: reading sas7bdat
    file labels, reading newer por files date-like columns, and few 
    others.
  * Corrected writing columns with numpy.float32 format.
- Updates for 1.0.5
  * fixed sharing permissions when reading files on windows, 
    fixes #87
- Updates for 1.0.4
  * read_file_in_chunks can read chunks with multiprocessing.
- Updates for 1.0.3
  * Improved performance specially for big files.
  * added a method to read files in parallel
  * added license information to setup.py
- Updates for 1.0.2 
  * Updated default widths for DATE and DATETIME formats 
    (from Readstat src). That make the files readable both in SPSS 
    and PSPP, solves issue #69.
  * added support for binary compressed sas7bdat files
  * fixes writing XPT files v8 that can be read in SAS. Reading XPT v8 improved.
  * fixes writing files with NaT values.
  * fixes #72: variable display width with long strings.
  * fixes #70: variable_measures not set when writing sav files
- Updates for 1.0.1 
  * fixes issue #67

OBS-URL: https://build.opensuse.org/request/show/859030
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pyreadstat?expand=0&rev=9
This commit is contained in:
2020-12-29 18:41:51 +00:00
committed by Git OBS Bridge
parent 09f6d492ee
commit 1ef17dd2df
4 changed files with 38 additions and 9 deletions

View File

@@ -1,3 +1,33 @@
-------------------------------------------------------------------
Mon Dec 28 07:47:19 UTC 2020 - andy great <andythe_great@pm.me>
- Update to version 1.0.6.
* Updated Readstat to version 1.1.5, this fixes: reading sas7bdat
file labels, reading newer por files date-like columns, and few
others.
* Corrected writing columns with numpy.float32 format.
- Updates for 1.0.5
* fixed sharing permissions when reading files on windows,
fixes #87
- Updates for 1.0.4
* read_file_in_chunks can read chunks with multiprocessing.
- Updates for 1.0.3
* Improved performance specially for big files.
* added a method to read files in parallel
* added license information to setup.py
- Updates for 1.0.2
* Updated default widths for DATE and DATETIME formats
(from Readstat src). That make the files readable both in SPSS
and PSPP, solves issue #69.
* added support for binary compressed sas7bdat files
* fixes writing XPT files v8 that can be read in SAS. Reading XPT v8 improved.
* fixes writing files with NaT values.
* fixes #72: variable display width with long strings.
* fixes #70: variable_measures not set when writing sav files
- Updates for 1.0.1
* fixes issue #67
-------------------------------------------------------------------
Tue Jul 14 12:27:48 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>