Skip to content

v1.2.0

Latest
Compare
Choose a tag to compare
@robertjwilson robertjwilson released this 29 Nov 11:16
· 8 commits to master since this release

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.