Releases: sanders41/sas7bdat-converter
Releases · sanders41/sas7bdat-converter
Version 0.8.0
- Removing support for Python 3.6
- Adding support for Pandas 1.2.0
Version 0.7.4
Fixing the extras dependency.
Version 0.7.3
Switching form XlsxWriter to openpyxl for converting to Excel files and make openpyxl an optional dependency.
Version 0.7.2
Adding support for python3.9
Version 0.7.1
Fixing setup.py license information
Version 0.7.0
Switching to an MIT license
Version 0.6.0
Adding the option to convert xpt files
Version 0.5.0
Added option to let batch conversions continue on error.
Version 0.4.0
Added the ability to specify file paths as either strings or Path objects.
Version 0.3.7
Minor behind the scenes updates