selik / xport

Python reader and writer for SAS XPORT data transport files.
MIT License
49 stars 24 forks source link

Fix `Dataset.label` issues. #88

Closed selik closed 2 years ago

selik commented 2 years ago

A Dataset.label property provides compatibility with the old interface. I doubt many people started using dataset_label in the last few weeks, but to be safe I left both and provided a deprecation warning.

I added tests for both version 5/6 and version 8/9 to check the combinations of specifying a data set label, a variable label, both, and neither.