2021-04-19 08:44:47 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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.
|
|
|
|
|
|
2020-12-29 18:41:51 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
2020-07-14 12:41:00 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Jul 14 12:27:48 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to 1.0.0
|
|
|
|
|
* improved error messages when column names have spaces
|
|
|
|
|
* updated readstat to release 1.1.3: improved support for columns with utf-8 characters.
|
|
|
|
|
* bumped version to first stable release as the library looks stable
|
|
|
|
|
* added capability to set_value_labels to handle subset of dataframes
|
|
|
|
|
* added capacity to read and write files with paths starting with tilde
|
|
|
|
|
* few bugfixes
|
|
|
|
|
|
2019-09-13 15:21:49 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Sep 13 15:05:13 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to 0.2.9:
|
|
|
|
|
* metadata updates
|
|
|
|
|
|
2019-08-16 15:52:45 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Aug 16 15:42:07 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
|
|
|
|
|
|
|
|
|
- Update to 0.2.8
|
|
|
|
|
* deleted dist files
|
|
|
|
|
- Remove upstream-included fix_no_return_in_nonvoid_function.patch
|
|
|
|
|
|
2019-07-25 20:16:04 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Jul 22 15:48:26 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
|
|
|
|
|
|
|
|
|
- Initial version
|
|
|
|
|
- Add fix_no_return_in_nonvoid_function.patch
|
|
|
|
|
to fix no-return-in-nonvoid-function error
|
|
|
|
|
From gh#Roche/pyreadstat#36
|