Skip to content

Commit de68167

Browse files
Release notes 0.5.0 (#70)
1 parent 83d2709 commit de68167

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

docs/release_notes/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Release notes
44
.. toctree::
55
:maxdepth: 1
66

7+
version_0.5_updates
78
version_0.4_updates
89
version_0.3_updates
910
version_0.2_updates
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
2+
Version 0.5 Updates
3+
/////////////////////////
4+
5+
6+
Version 0.5.0
7+
===============
8+
9+
New features
10+
-----------------------
11+
12+
- Introduces the ``from_zero`` parameter to :py:meth:`earthkit.meteo.extreme.array.cpf`, default to False (previous behaviour corresponds to True), ignoring the lower half of the distribution. Also adds an extra check for "reverse crossings", i.e. when the forecast CDF starts above the climate distribution. (:pr:`67`)
13+
14+
15+
Changes
16+
-----------------------
17+
- Uses :py:meth:`acos` instead of :py:meth:`arccos` internally for array-based computation (:pr:`56`)

0 commit comments

Comments
 (0)