Releases: sanders41/sas7bdat-converter
Releases · sanders41/sas7bdat-converter
v2.0.1
Changes
- Pin pyarrow to <13 because if issues with breaking change @sanders41 (#486)
v2.0.0
Changes
⚠️ Breaking changes
- Make continue_on_error and verbose name only parameters @sanders41 (#399)
- Replace logger with print and add verbose parameter @sanders41 (#398)
v1.3.0
Changes
- Add imports to init @sanders41 (#297)
Features
- Add directory to parquet converter @sanders41 (#296)
v1.2.0
v1.1.0
Changes
- Drop support for Python 3.7 because Pandas has dropped support @sanders41 (#252)
v1.0.2
Changes
- Add support for Python 3.10 @sanders41 (#173)
Version 1.0.1
Fixed issue with mismatched version number
Version 1.0.0
- Bumped pre-commit
- Bumping package version to 1.0.0
Version 0.8.12
Fixing version number
Version 0.8.11
Added py.typed for typing support