-
Notifications
You must be signed in to change notification settings - Fork 10
/
NEWS
24 lines (18 loc) · 902 Bytes
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Changes in version 1.0.1
* Added option for enforcing tas >= dewpoint
* Rearranged code in `wbgt.Bernard` and `wbgt.Liljegren` to improve performance
* Changed default tolerance to 1e-4 in `wbgt.Bernard` and `wbgt.Liljegren`
Changes in version 1.0.2
* Added a third option to treat situations with dewpoint > tas, in `wbgt.Bernard` and `wbgt.Liljegren`.
* Corrected bug in zenith angle calculation with hourly data (compatibility to POSIXlt).
Changes in version 1.0.3
* Corrected bug when customizing tolerance in `wbgt.Liljegren`.
* Change the interval to estimate Tg in `wbgt.Liljegren`.
Changes in version 1.0.4
* Inclusion of more heat indices.
Changes in version 1.0.5
* Arrange assert statments in wrapper function to speed up calculation of wbgt.Liljegren.
Changes in version 1.0.6
* Correct bug in assertion statement.
Changes in version 1.0.7
* Update README.md