diff --git a/change_log.md b/change_log.md index a53b80d..6aa13e0 100644 --- a/change_log.md +++ b/change_log.md @@ -1,5 +1,5 @@ # 1.3.6 (github, pypi and conda 2026.xx.xx) -* Fixing #328, #336, #342, #344 +* Fixing #328, #336, #342, #344, #287, #307 * Updated Readstat sources to 634f40a80d27221848ba57e9fb633b41146bac36 # 1.3.5 (github, pypi and conda 2026.05.19) diff --git a/docs/_build/doctrees/environment.pickle b/docs/_build/doctrees/environment.pickle index bec156c..7fafce8 100644 Binary files a/docs/_build/doctrees/environment.pickle and b/docs/_build/doctrees/environment.pickle differ diff --git a/docs/_build/doctrees/index.doctree b/docs/_build/doctrees/index.doctree index 9cc400e..f421be6 100644 Binary files a/docs/_build/doctrees/index.doctree and b/docs/_build/doctrees/index.doctree differ diff --git a/docs/_build/html/_sources/index.rst.txt b/docs/_build/html/_sources/index.rst.txt index f7abc8b..7b73a53 100644 --- a/docs/_build/html/_sources/index.rst.txt +++ b/docs/_build/html/_sources/index.rst.txt @@ -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. diff --git a/docs/_build/html/index.html b/docs/_build/html/index.html index 76a5be5..7f7c57f 100644 --- a/docs/_build/html/index.html +++ b/docs/_build/html/index.html @@ -120,6 +120,8 @@
Writes a dataframe to a SAS Xport (xpt) file. If no table_name is specified the dataset has by default the name DATASET (take it into account if reading the file from SAS.) @@ -647,6 +649,8 @@