From 427ddc75fe587d263c37b5e7468778214b3d2daf Mon Sep 17 00:00:00 2001 From: David Hoese Date: Mon, 27 Nov 2023 20:55:12 -0600 Subject: [PATCH] Update release notes for v0.13.0 --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55000c6b..7007cdd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ +## Version (2023/11/27) + +### Issues Closed + +* [Issue 205](https://github.com/pytroll/pyspectral/issues/205) - Near infrared reflectance calculation does not preserve input dtype ([PR 206](https://github.com/pytroll/pyspectral/pull/206) by [@pnuu](https://github.com/pnuu)) +* [Issue 201](https://github.com/pytroll/pyspectral/issues/201) - blackbody functions not dask friendly, trigger early dask computation + +In this release 2 issues were closed. + +### Pull Requests Merged + +#### Features added + +* [PR 208](https://github.com/pytroll/pyspectral/pull/208) - Update the solar spectrum code to use the included reference spectra +* [PR 207](https://github.com/pytroll/pyspectral/pull/207) - Remove pkg_resources usage in config handling +* [PR 206](https://github.com/pytroll/pyspectral/pull/206) - Return 3.x um reflectance with the same dtype as the NIR data ([205](https://github.com/pytroll/pyspectral/issues/205)) +* [PR 204](https://github.com/pytroll/pyspectral/pull/204) - Bump up python versions +* [PR 203](https://github.com/pytroll/pyspectral/pull/203) - Allow dataarrays and preserve dtype in rad2temp +* [PR 202](https://github.com/pytroll/pyspectral/pull/202) - Update the solar spectrum code to use the included reference spectra + +In this release 6 pull requests were closed. + + ## Version (2023/09/21) ### Pull Requests Merged