17
0

- update to 1.2.7:

* Fixing warnings in new pandas version 2.2.1
  * Remove string encoding for read_por
  * Fix read in chunks when output is dict

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pyreadstat?expand=0&rev=24
This commit is contained in:
2024-03-16 11:54:34 +00:00
committed by Git OBS Bridge
parent 654fe219f2
commit 62b1500f18
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Mar 16 11:53:52 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.2.7:
* Fixing warnings in new pandas version 2.2.1
* Remove string encoding for read_por
* Fix read in chunks when output is dict
-------------------------------------------------------------------
Tue Jan 9 22:05:47 UTC 2024 - Dirk Müller <dmueller@suse.com>