- Added `types` parameter to `df_from_dict` - Renamed `dfs_equal` -> `assert_dfs_equal` to reinforce the assertions happening under the hood.
0.1.3
BUGFIX: Allow NoneType in DF creation
0.1.2
Features - Added `pyspark_val.mock` module to introduce mocking utilities - Added docstrings to existing functions - Renamed `assert_pyspark_df_equal` -> `dfs_equal` (while keeping backwards compatibility) - Renamed `from_dict` to `df_from_dict`
0.1.1
- New feature: DataFrame creation utility - Package reorganization - Some unit test patching
0.1.0
Initial release which is a unedited fork of existing [feature branch](https://github.com/grundprinzip/pyspark-test/tree/support_for_spark_connect) off the [debugger24/pyspark-test](https://github.com/debugger24/pyspark-test) repository.