Releases: insightindustry/spss-converter
Releases · insightindustry/spss-converter
v.0.2.0
- Added explicit support for the
layout
keyword argument in write.from_json()
and write.from_yaml()
(closes #11).
- Loosened version requirements for Pandas and Pyreadstat.
v.0.1.2: Merge pull request #8 from insightindustry/develop
- Fixed a bug in the call to
pyreadstat.set_value_labels()
(thanks, @schanzel !)
- Fixed a bug in the passing of a file name string to
pyreadstat.write_sav()
(thanks, @schanzel !)
- Fixed dependencies used in CI for
TOXENV=docs
.
v.0.1.1
- Adjusted encoding of requirements files.