Skip to content

1.2.0

Compare
Choose a tag to compare
@tlmquintino tlmquintino released this 13 Feb 22:12
· 77 commits to master since this release

Introduced optional Numba JIT optimisation of functions for significant speedup.
Improved some functions to make them compilable and vectorisable by Numba.
Remove __wrap function, as such many functions now require numpy arrays as input.
Fixed calculate_heat_index_adjusted.
Added calculate_wbt_dj
More and improved examples.
Improved documentation.