Release and Version History¶
x.y.z (Backlog)¶
Features and Improvements
Minor Improvements
Bugfixes
Miscellaneous
0.3.3 (2025-06-13)¶
Miscellaneous
Relax the dependency on
func_args.Use pywf_open_source code skeleton.
0.3.2 (2024-09-01)¶
Minor Improvements
Add the missing
Writer.to_dictandWriter.from_dictmethods.
0.3.1 (2024-08-27)¶
Features and Improvements
Add support to get the method and kwargs to read and scan data from the writer.
Now
Writer.writemethod support write kwargs override.Add support to deltalake.
- Add the following public APIs:
polars_writer.api.Writer.to_read_method_and_kwargspolars_writer.api.Writer.to_read_kwargspolars_writer.api.Writer.readpolars_writer.api.Writer.to_scan_method_and_kwargspolars_writer.api.Writer.to_scan_kwargspolars_writer.api.Writer.scan
0.2.1 (2024-08-26)¶
Features and Improvements
- Add the following public APIs:
polars_writer.api.Writer.to_method_and_kwargspolars_writer.api.Writer.to_kwargspolars_writer.api.Writer.write
0.1.1 (2024-08-22)¶
Features and Improvements
First release
- Add the following public APIs:
polars_writer.api.Writer