Skip to content

Commit

Permalink
prepare release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lkstrp committed Jan 30, 2025
1 parent 32751fa commit 4d92557
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 15 deletions.
37 changes: 24 additions & 13 deletions RELEASE_NOTES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,21 @@ Release Notes
#############


Upcoming Release
================
.. Upcoming Release
.. ================
.. warning::
.. .. 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``.
.. 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``.
`v0.4.0 <https://github.com/PyPSA/atlite/releases/tag/v0.4.0>`__ (30th January 2025)
=======================================================================================

* The methods ``convert_cooling_demand`` and ``cooling_demand`` are implemented
to evaluate cooling demand using the cooling degree-days approximation.
(https://github.com/PyPSA/atlite/pull/415, https://github.com/PyPSA/atlite/pull/422)

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

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

**Bug fixes**

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

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

Version 0.3.0
=============
`v0.3.0 <https://github.com/PyPSA/atlite/releases/tag/v0.3.0>`__ (21st November 2024)
=======================================================================================

**Features**

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


Version 0.2.14
==============
`v0.2.14 <https://github.com/PyPSA/atlite/release/tag/v0.2.14>`__ (23rd August 2024)
=======================================================================================

* Compatibility with new CDS infrastructure for ERA5 cutouts. Update your API
key at https://cds-beta.climate.copernicus.eu/how-to-api and use the new API
Expand Down
2 changes: 0 additions & 2 deletions doc/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,3 @@
SPDX-License-Identifier: CC-BY-4.0

.. include:: ../RELEASE_NOTES.rst

* 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 comments on commit 4d92557

Please sign in to comment.