-------------------
Internal Changes
~~~~~~~~~~~~~~~~
- Improve the performance of ``xarray_geomask`` significantly by first
clipping the data to the geometry's bounding box, then if the geometry
is a polygon, masking the data with the polygon. This is much faster
than directly masking the data with the polygon. Also, support passing
a bounding box to ``xarray_geomask`` in addition to polygon and ``MultiPolygon``.
- Fix deprecation warning of ``pandas`` when changing the geometry column
of a ``GeoDataFrame`` in then ``break_lines`` function.