Skip to content

Commit 4d92557

Browse files
committed
prepare release v0.4.0
1 parent 32751fa commit 4d92557

File tree

2 files changed

+24
-15
lines changed

2 files changed

+24
-15
lines changed

RELEASE_NOTES.rst

Lines changed: 24 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,21 @@ Release Notes
88
#############
99

1010

11-
Upcoming Release
12-
================
11+
.. Upcoming Release
12+
.. ================
1313
14-
.. warning::
14+
.. .. warning::
1515
16-
The features listed below are not released yet, but will be part of the next release!
17-
To use the features already you have to install the ``master`` branch, e.g.
18-
``pip install git+https://github.com/pypsa/atlite``.
16+
.. The features listed below are not released yet, but will be part of the next release!
17+
.. To use the features already you have to install the ``master`` branch, e.g.
18+
.. ``pip install git+https://github.com/pypsa/atlite``.
19+
20+
`v0.4.0 <https://github.com/PyPSA/atlite/releases/tag/v0.4.0>`__ (30th January 2025)
21+
=======================================================================================
22+
23+
* The methods ``convert_cooling_demand`` and ``cooling_demand`` are implemented
24+
to evaluate cooling demand using the cooling degree-days approximation.
25+
(https://github.com/PyPSA/atlite/pull/415, https://github.com/PyPSA/atlite/pull/422)
1926

2027
* Added support for Python 3.13 release and dropped support for Python 3.9.
2128
While Python 3.9 still gets security updates until October 2025, core
@@ -24,17 +31,21 @@ Upcoming Release
2431
<https://endoflife.date/python>`_). It is recommended to upgrade to the latest
2532
Python version if possible. Note that there might be some issues with
2633
Windows and Python 3.13, which are not yet resolved.
34+
(https://github.com/PyPSA/atlite/pull/418)
2735

28-
* The methods ``convert_cooling_demand`` and ``cooling_demand`` are implemented
29-
to evaluate cooling demand using the cooling degree-days approximation.
36+
* Added support for ``numpy>=2``. (https://github.com/PyPSA/atlite/pull/419)
37+
38+
**Bug fixes**
3039

31-
* Added support for ``numpy>=2".
40+
* Fix mismatched dim lengths during rechunking.
41+
(https://github.com/PyPSA/atlite/pull/423)
3242

3343
* Exclude versions 1.4.0 and 1.4.1 of ``rasterio`` due to a bug in these
3444
versions causing flipped axes in ``cutout.compute_availabilitymatrix()``.
45+
(https://github.com/PyPSA/atlite/pull/420)
3546

36-
Version 0.3.0
37-
=============
47+
`v0.3.0 <https://github.com/PyPSA/atlite/releases/tag/v0.3.0>`__ (21st November 2024)
48+
=======================================================================================
3849

3950
**Features**
4051

@@ -63,8 +74,8 @@ Version 0.3.0
6374
(`#367 <https://github.com/PyPSA/atlite/pull/367>`_,
6475

6576

66-
Version 0.2.14
67-
==============
77+
`v0.2.14 <https://github.com/PyPSA/atlite/release/tag/v0.2.14>`__ (23rd August 2024)
78+
=======================================================================================
6879

6980
* Compatibility with new CDS infrastructure for ERA5 cutouts. Update your API
7081
key at https://cds-beta.climate.copernicus.eu/how-to-api and use the new API

doc/release_notes.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,3 @@
44
SPDX-License-Identifier: CC-BY-4.0
55

66
.. include:: ../RELEASE_NOTES.rst
7-
8-
* In ``atlite/convert.py``, the function ``hydro`` is now correctly calculating the runoff in m3 per hour by multiplying the depth (in meters per hour) by the basin area (in m2).

0 commit comments

Comments
 (0)