From dd16cdfbf40d8a245454ab5675166a1e9282b20c Mon Sep 17 00:00:00 2001 From: Martin Raspaud Date: Thu, 23 Nov 2023 08:59:37 +0100 Subject: [PATCH] Update changelog for v1.22.0 --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e54a8c..74a641f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +## Version 1.22.0 (2023/11/23) + + +### Pull Requests Merged + +#### Bugs fixed + +* [PR 145](https://github.com/pytroll/trollimage/pull/145) - Do not apply linear stretch to alpha band + +#### Features added + +* [PR 151](https://github.com/pytroll/trollimage/pull/151) - Preserve dtypes in XRImage "enhancements" +* [PR 150](https://github.com/pytroll/trollimage/pull/150) - Keep the original dtype of the data when stretching +* [PR 141](https://github.com/pytroll/trollimage/pull/141) - Update colorbrew colormaps to be more accurate + +In this release 4 pull requests were closed. + + ## Version 1.21.0 (2023/09/04) ### Issues Closed