- Fixed raster.Max not handling "time" and "meta" modes.
2.3.6
------------------
- Reverted changes to elemwise.
2.3.5
------------------
- Added raster.Max block to select the maximum value from overlapping sources.
- Made Elemwise blocks more strict regarding source periods.
- Drop python 3.5 support and move on other version requirements.
- Fix deprecation warning with distutils.
2.3.4
------------------
- Added a default setting "raster-limit-timesteps".
2.3.3
------------------
- Fix field_operations.Classify if used with int-typed labels. A NaN value in the result resulted in a Categorical output dtype. To fix this, Classify now returns floats also when input labels are integers. (82)