- Added basic CLI support (pipx compatibility) - `read_sav` new parameter `data_only`. False (default) returns both dataframe and metadata, while True returns dataframe only.
Fixed handling of multi-byte encodings/characters when reading multi response set metadata.
0.4.1
Fixed a bug that caused an exception to be raised when writing SPSS files from dataframes that contain nullable integer types (ex. Int64 column with pd.NA values).