|
| 1 | +## Version 0.29.0 (2021/06/04) |
| 2 | + |
| 3 | +### Issues Closed |
| 4 | + |
| 5 | +* [Issue 1714](https://github.com/pytroll/satpy/issues/1714) - Plotting day night composite satellite image |
| 6 | +* [Issue 1689](https://github.com/pytroll/satpy/issues/1689) - BackgroundCompositor using IR Sandwich (masked so only coldest clouds are visible) and True Color as inputs ([PR 1690](https://github.com/pytroll/satpy/pull/1690)) |
| 7 | +* [Issue 1684](https://github.com/pytroll/satpy/issues/1684) - Rename fci_l1c_fdhsi to fci_l1c_nc ([PR 1712](https://github.com/pytroll/satpy/pull/1712)) |
| 8 | +* [Issue 1293](https://github.com/pytroll/satpy/issues/1293) - DOC: broken link for geoview ([PR 1697](https://github.com/pytroll/satpy/pull/1697)) |
| 9 | +* [Issue 1120](https://github.com/pytroll/satpy/issues/1120) - Broken-off sentence in `cf_writer` module documentation: "If a non-dimensional coordinate is identical for" ([PR 1697](https://github.com/pytroll/satpy/pull/1697)) |
| 10 | +* [Issue 1104](https://github.com/pytroll/satpy/issues/1104) - NUCAPS reader uses incorrect _FillValue ([PR 1710](https://github.com/pytroll/satpy/pull/1710)) |
| 11 | +* [Issue 1097](https://github.com/pytroll/satpy/issues/1097) - Deprecate satpy.readers.utils.get_area_slices |
| 12 | +* [Issue 1085](https://github.com/pytroll/satpy/issues/1085) - Add tonemapping modifiers for truecolor images |
| 13 | +* [Issue 1060](https://github.com/pytroll/satpy/issues/1060) - Reorder installation instructions to put conda before PyPI ([PR 1711](https://github.com/pytroll/satpy/pull/1711)) |
| 14 | +* [Issue 1028](https://github.com/pytroll/satpy/issues/1028) - Mitiff tests failing on python 3.7 travis environments |
| 15 | +* [Issue 990](https://github.com/pytroll/satpy/issues/990) - Documentation on storing area definitions has a broken fragment identifier link to pyresample ([PR 1697](https://github.com/pytroll/satpy/pull/1697)) |
| 16 | +* [Issue 973](https://github.com/pytroll/satpy/issues/973) - For VIIRS composite there are two composites with the same name. |
| 17 | +* [Issue 936](https://github.com/pytroll/satpy/issues/936) - Swap names for Vis/IR default natural_color and natural_color_sun composites |
| 18 | +* [Issue 722](https://github.com/pytroll/satpy/issues/722) - Standardise self.mda for SEVIRI attributes |
| 19 | +* [Issue 608](https://github.com/pytroll/satpy/issues/608) - Update to fix deprecation warning from dask regarding atop |
| 20 | +* [Issue 566](https://github.com/pytroll/satpy/issues/566) - Add AbstractScene class |
| 21 | +* [Issue 500](https://github.com/pytroll/satpy/issues/500) - Add ability to add proper references to published algorithms |
| 22 | +* [Issue 495](https://github.com/pytroll/satpy/issues/495) - Update tests to skip tests if dependencies are missing |
| 23 | +* [Issue 425](https://github.com/pytroll/satpy/issues/425) - Add DART compatible observation writer |
| 24 | +* [Issue 346](https://github.com/pytroll/satpy/issues/346) - lat-lon as the default dimensions |
| 25 | +* [Issue 334](https://github.com/pytroll/satpy/issues/334) - Add 'Performance Tips' section to documentation |
| 26 | +* [Issue 164](https://github.com/pytroll/satpy/issues/164) - Should enhancers know the data type beforehand |
| 27 | +* [Issue 102](https://github.com/pytroll/satpy/issues/102) - Fix meteosat 10 area |
| 28 | +* [Issue 100](https://github.com/pytroll/satpy/issues/100) - Add background color option to simple image writer |
| 29 | +* [Issue 99](https://github.com/pytroll/satpy/issues/99) - Adding coastlines does not preserve transparency |
| 30 | +* [Issue 92](https://github.com/pytroll/satpy/issues/92) - Merge area definition files |
| 31 | +* [Issue 9](https://github.com/pytroll/satpy/issues/9) - Convert mpop readers to satpy yaml readers |
| 32 | + |
| 33 | +In this release 27 issues were closed. |
| 34 | + |
| 35 | +### Pull Requests Merged |
| 36 | + |
| 37 | +#### Bugs fixed |
| 38 | + |
| 39 | +* [PR 1710](https://github.com/pytroll/satpy/pull/1710) - Fix NUCAPS reader having incorrect _FillValue attribute ([1104](https://github.com/pytroll/satpy/issues/1104)) |
| 40 | +* [PR 1706](https://github.com/pytroll/satpy/pull/1706) - Update SLSTR reader to choose correct file for interpolated angles |
| 41 | +* [PR 1691](https://github.com/pytroll/satpy/pull/1691) - Fix reference to sector_id global key in 'awips_tiled' writer YAML |
| 42 | +* [PR 1690](https://github.com/pytroll/satpy/pull/1690) - Fix SandwichCompositor modifying input data ([1689](https://github.com/pytroll/satpy/issues/1689)) |
| 43 | +* [PR 1679](https://github.com/pytroll/satpy/pull/1679) - Remove extra attributes tag and fix indentation |
| 44 | + |
| 45 | +#### Features added |
| 46 | + |
| 47 | +* [PR 1715](https://github.com/pytroll/satpy/pull/1715) - Fix benchmarks to run with older commits |
| 48 | +* [PR 1701](https://github.com/pytroll/satpy/pull/1701) - Add pending deprecation reader names check |
| 49 | +* [PR 1680](https://github.com/pytroll/satpy/pull/1680) - Implement reading of index map and auxiliary data in FCI L1c reader |
| 50 | + |
| 51 | +#### Documentation changes |
| 52 | + |
| 53 | +* [PR 1711](https://github.com/pytroll/satpy/pull/1711) - Rewrite installation instructions to make conda use clearer ([1060](https://github.com/pytroll/satpy/issues/1060)) |
| 54 | +* [PR 1697](https://github.com/pytroll/satpy/pull/1697) - Solve various documentation issues ([990](https://github.com/pytroll/satpy/issues/990), [1293](https://github.com/pytroll/satpy/issues/1293), [1120](https://github.com/pytroll/satpy/issues/1120)) |
| 55 | + |
| 56 | +In this release 10 pull requests were closed. |
| 57 | + |
| 58 | + |
1 | 59 | ## Version 0.28.1 (2021/05/18)
|
2 | 60 |
|
3 | 61 | ### Issues Closed
|
|
0 commit comments