What's Changed
* More flexible construction of `xarray.DataArray` with a `GeoBox`
* Option to force `y,x` names for spatial dimensions regardless of `CRS` of the `GeoBox`, e.g. `xr_zeros(..., always_yx=True)`
* Support arbitrary names for spatial dimensions
* Support arbitrary number of extra non-spatial dimensions
* Option to specify arbitrary dimension names, e.g. `wrap_xr|xr_zeros(..., dims=["T", "Y", "X", "B"])`
* Fixes for rotated `GeoBox` representation on `xarray` by Kirill888 in https://github.com/opendatacube/odc-geo/pull/151
**Full Changelog**: https://github.com/opendatacube/odc-geo/compare/v0.4.4...v0.4.5