- Setting transform of the merged dataset explicitly (:issue_3dep:`3`). - Add announcement regarding the new name for the software stack, HyRiver. - Improve ``pip`` installation and release workflow.
0.10.0
-------------------
- The first release after renaming ``hydrodata`` to ``PyGeoHydro``. - Address :issue_3dep:`1` by sorting y coordinate after merge. - Make ``mypy`` checks more strict and fix all the errors and prevent possible bugs. - Speed up CI testing by using ``mamba`` and caching.
0.9.0
------------------
- Bump version to the same version as PyGeoHydro. - Add ``gtiff2file`` for saving raster responses as ``geotiff`` file(s). - Fix an error in ``_get_nodata_crs`` for handling no data value when its value in the source is None. - Fix the warning during the ``GeoDataFrame`` generation in ``json2geodf`` when there is no geometry column in the input JSON.
0.2.0
-------------------
- Added checking the validity of input arguments in ``gtiff2xarray`` function and provide useful messages for debugging. - Add support for ``MultiPolygon``. - Remove the ``fill_hole`` argument. - Fixed a bug in ``xarray_geomask`` for getting the transform.
0.1.10
-------------------
- Fixed the ``gtiff2xarray`` issue with high resolution requests and improved robustness of the function. - Replaced ``simplejson`` with ``orjson`` to speed up JSON operations.
0.1.9
------------------
- Modified ``griff2xarray`` to reflect the latest changes in ``pygeoogc`` 0.1.7.