Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors:
given-names: "Otto"
orcid: "https://orcid.org/0000-0002-3363-9287"
title: "Pyreadstat"
version: 1.3.5
version: 1.3.6
doi: 10.5281/zenodo.6612282
date-released: 2018-09-24
url: "https://github.com/Roche/pyreadstat"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -969,4 +969,4 @@ pull request to ReadStat first.

[alchemyst](https://github.com/alchemyst): improvements to docstrings

[bmwiedemann](https://github.com/bmwiedemann), [toddrme2178 ](https://github.com/toddrme2178), [Martin Thorsen Ranang](https://github.com/mtr): improvements to source code
[bmwiedemann](https://github.com/bmwiedemann), [toddrme2178 ](https://github.com/toddrme2178), [Martin Thorsen Ranang](https://github.com/mtr), [Eirik Stavestrand](https://github.com/eirki): improvements to source code
4 changes: 4 additions & 0 deletions change_log.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.3.6 (github, pypi and conda 2026.xx.xx)
* Fixing #328, #336, #342, #344, #287, #307
* Updated Readstat sources to 634f40a80d27221848ba57e9fb633b41146bac36

# 1.3.5 (github, pypi and conda 2026.05.19)
* Readstat sources updated to commit 3add3a5eaac6df24d938beffb9148792e362d9ef
* date, datetime and time formats are now used without precision, decreasing the
Expand Down
Binary file modified docs/_build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/_build/doctrees/index.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/_build/html/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 52108008ddbffab0993edd96bc05016e
config: a3345b10b8e0a88133af8c5b09c01146
tags: 645f666f9bcd5a90fca523b33c5a78b7
2 changes: 1 addition & 1 deletion docs/_build/html/.buildinfo.bak
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
config: a00fbade8350e617c6a624dde88d788b
config: 52108008ddbffab0993edd96bc05016e
tags: 645f666f9bcd5a90fca523b33c5a78b7
2 changes: 2 additions & 0 deletions docs/_build/html/_sources/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ object contains the following fields:
value_labels. Sas7bdat files may have this member populated and its information can be used to match the information
in the value_labels coming from the sas7bcat file.
* original_variable_types : a dict of variable name to variable format in the original file. For debugging purposes.
* original_variable_informats : a dict of variable name to variable SAS informat in the original file. For debugging purposes.
will be populated only for sas7bdat and xport files if available.
* readstat_variable_types : a dict of variable name to variable type in the original file as extracted by Readstat.i
For debugging purposes. In SAS and SPSS variables will be either double (numeric in the original app) or string (character).
Stata has in addition int8, int32 and float types.
Expand Down
Loading