~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
**Features and Improvements**
- Add support to get the method and kwargs to read and scan data from the writer.
- Now ``Writer.write`` method support write kwargs override.
- Add support to deltalake.
- Add the following public APIs:
- ``polars_writer.api.Writer.to_read_method_and_kwargs``
- ``polars_writer.api.Writer.to_read_kwargs``
- ``polars_writer.api.Writer.read``
- ``polars_writer.api.Writer.to_scan_method_and_kwargs``
- ``polars_writer.api.Writer.to_scan_kwargs``
- ``polars_writer.api.Writer.scan``