v0.14.0 Mar 15, 2022
- Fixes
- Preserve custom semantic tags when changing column logical type (#1300)
- Changes
- Calculate nunique for Unknown columns in
_get_describe_dict
(#1322)
- Refactor serialization and deserialization for improved modularity (#1325)
- Replace Koalas with the pandas API on Spark (#1331)
- Documentation Changes
- Update copy and paste button to remove syntax signs (#1313)
- Move LatLong and Ordinal logical type validation logic to LogicalType.validate methods (#1315)
- Add backport release support (#1321)
- Add
get_subset_schema
to API reference (#1335)
- Testing Changes
- Upgrade moto dependency requirement (#1327`, #1332)
- Add Python 3.10 support (#1316)
Thanks to the following people for contributing to this release:
@gsheni, @jeff-hernandez, @rwedge, @tamargrey, @thehomebrewnerd, @mingdavidqi