Skip to content

Commit 28525b6

Browse files
committed
Revert extra arguments added to handle zero humidity in thermo computations
1 parent 8fa1108 commit 28525b6

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

docs/release_notes/index.rst

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

7+
version_0.3_updates
78
version_0.2_updates
89
version_0.1_updates
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Version 0.3 Updates
2+
/////////////////////////
3+
4+
5+
Version 0.3.0
6+
===============
7+
8+
- Removed the ``eps`` and ``out`` keywords arguments to control zero humidity in
9+
10+
- :py:meth:`dewpoint_from_specific_humidity <meteo.thermo.array.dewpoint_from_specific_humidity>`
11+
- :py:meth:`dewpoint_from_relative_humidity <meteo.thermo.array.dewpoint_from_relative_humidity>`
12+
- :py:meth:`temperature_from_saturation_vapour_pressure <meteo.thermo.array.temperature_from_saturation_vapour_pressure>`
13+
14+
This was done to revert the changes added in version 0.2.0.

0 commit comments

Comments
 (0)