From 2d4504c0d32ecfb02502e6ae0e699b5fa082453d Mon Sep 17 00:00:00 2001 From: lkstrp Date: Thu, 21 Nov 2024 11:25:42 +0100 Subject: [PATCH] prepare release `v0.3.0` --- RELEASE_NOTES.rst | 39 +++++++++++++++++++++++++++++++++++++-- 1 file changed, 37 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst index cc1891a4..c95d16f5 100755 --- a/RELEASE_NOTES.rst +++ b/RELEASE_NOTES.rst @@ -8,10 +8,45 @@ Release Notes ############# -Upcoming Release -================ +.. Upcoming Release +.. ================ + +.. .. warning:: + +.. The features listed below are not released yet, but will be part of the next release! +.. To use the features already you have to install the ``master`` branch, e.g. +.. ``pip install git+https://github.com/pypsa/atlite``. + + +Version 0.3.0 +============= + +**Features** + +* Add power law interpolation method as a new argument to `cutout.wind` + (`#402 `_) + +* Use ``dask.array`` functions in favour of ``numpy`` functions + (`#367 `_) + +* Improved CI, testing, linting and build process + (`#388 `_, + `#392 `_, + `#394 `_, + `#399 `_, + `#309 `_) + +**Bug fixes** + +* Adapt ERA5T merge to new CDS API (`#391 `_) + +* Fixes issues with dependeny updates + (`#381 `_, + `#387 `_) * Use ``dask.array`` functions in favour of ``numpy`` functions. + (`#367 `_, + Version 0.2.14 ==============