Version 1.18.0
Issues Closed
- Issue 317 - Fix mask_all_nan kwarg in Average Bucket Resampler (PR 319)
- Issue 315 - Comparison of AreaDefinition to other types fails
- Issue 295 - Undetermined values in bilinear resampling result when resampling swath to grid data with geographic output coordinates. (PR 330)
- Issue 293 - Add Elliptical Weighted Nearest Neighbor option for swath resampling
- Issue 281 - Dask-ify Elliptical Weighted Averaging (EWA) resampling (PR 284)
- Issue 152 - Add dump/dumps methods to AreaDefinition (PR 308)
In this release 6 issues were closed.
Pull Requests Merged
Bugs fixed
Features added
- PR 336 - Switch to building cython extensions at installation time
- PR 332 - Require pyproj 2.2+ and remove fallbacks when CRS objects can be used
- PR 330 - Fix a division-by-zero failure causing missing data in bilinear interpolation (295)
- PR 308 - Change create_areas_def to dump and set default yaml style (152)
- PR 306 - Add a function to join/enclose areas. (306)
- PR 284 - Add dask-friendly EWA resampler class (DaskEWAResampler) (281)
Documentation changes
- PR 338 - Add CRS option to create_area_def docs (338)
- PR 337 - Switch docstrings to Google style
- PR 334 - Fix wrong varname in bucket doc
- PR 314 - Add citation information
Backward incompatible changes
- PR 332 - Require pyproj 2.2+ and remove fallbacks when CRS objects can be used
In this release 12 pull requests were closed.