This release changes the default behaviour of `to_dataframe`. Bound type variables will now be ignored, as they are typically redundant once a dataset has been converted to a dataframe. For example a variable like `lon_bnds` will now be ignored. To retain the old behaviour use `to_dataframe(drop_bnds=False)`.
There are additional improvements to internals that do not modify package usage.