Release and Version History#

x.y.z (Backlog)#

Features and Improvements

Minor Improvements

Bugfixes

Miscellaneous

0.1.4 (2024-09-17)#

Bugfixes

  • Fix a bug that aws_sdk_polars.s3.write doesn’t uses the write file extension for gzip file. It should be .csv.gz instead of .csv.gzip.

0.1.3 (2024-09-16)#

Bugfixes

  • Fix a bug in aws_sdk_polars.s3.write.partition_df_for_s3 that the yield variable should be s3dir_partition, not s3dir.

0.1.2 (2024-09-11)#

Features and Improvements

  • Add s3.read module.

0.1.1 (2024-09-11)#

Features and Improvements

  • First release