Release and Version History#

x.y.z (Backlog)#

Features and Improvements

Minor Improvements

Bugfixes

Miscellaneous

0.4.2 (2024-09-05)#

Minor Improvements

  • Add the missing jskit module. This module provides a lot of syntax sugar.

Bugfixes

Miscellaneous

0.4.1 (2024-09-05)#

Features and Improvements

  • Allow to use the polars liked chain syntax to create the expression.

0.3.2 (2024-09-05)#

Bugfixes

  • Fix a bug in StructField that when name is a single string, it should be interpreted as a single field, not a list of field.

0.3.1 (2024-09-04)#

Features and Improvements

  • Now all BaseDfop and BaseExpr has a stable to_dict() and from_dict() method.

  • Now all BaseDfop and BaseExpr constructor will automatically use the polars default value if the user does not pass the value.

0.2.3 (2024-08-31)#

Minor Improvements

  • Add PolarsTypeNameEnum to public API, so user don’t need to type the polars type string manually.

0.2.2 (2024-08-29)#

Features and Improvements

  • From dict now no need to pass value for those fields with default value

  • Cast dtype should be str, not polars DataType

0.2.1 (2024-08-26)#

Features and Improvements

  • Add a lot of new public APIs.

0.1.1 (2024-08-25)#

Features and Improvements

  • First release