- 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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ **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.