- ``calculate_crop_evapotranspiration()`` now works with aware (as well as with naive) time series.
5.0.0
------------------
- ``mif`` has been renamed to ``refill_factor``.
4.0.0
------------------
- ``actual_net_irrigation`` cannot be ``True`` any more; instead, it can have the value "model" (same as what ``True`` was) or "fc" (new functionality). - There is now an additional output column, ``assumed_net_irrigation``, useful when ``actual_net_irrigation`` is "model" or "fc".
3.0.0
------------------
- ``calculate_crop_evapotranspiration()`` argument ``kc_initial`` has been renamed to ``kc_plantingdate``.
2.0.0
------------------
- Only Python>=3.6 is supported. - Specifying Kc for ``calculate_crop_evapotranspiration()`` has changed; it's now not only three values (Kc_init, Kc_mid, Kc_late), but an unlimited number of (number-of-days-in-stage, Kc-at-end-of-stage) pairs.
1.0.2
------------------
- Fixed an issue when there was (unreasonably) large irrigation.