Version 1.4.0
Changelog:
- (codebreaking) Complete overhaul of
eolearn.coregistration
. See documentation for details. - (codebreaking) Removed non-working HVPlot backend for
eolearn.visualization
. - (codebreaking) The
SpatialResizeTask
had a bug when resizing w.r.t resolution. The issue was fixed and the signature of the task was redesigned to better avoid mistakes. See documentation for details. - (codebreaking) The
EOPatch
methodsget_features
andget_feature_list
were recombined into a newget_features
method. The methodget_time_series
was removed. See documentation for details. - (codebreaking) Removed unsound
use_int_coords
option ineolearn.ml_tools.sampling.random_point_in_triangle
. - Added ability to specify query in execute method of
MeteoblueTask
. SentinelHubInputTask
no longer saves redundant data into meta-features.- Module
eolearn.core.utils.types
was moved toeolearn.core.types
. Old one will be removed in the future. - Switched
opencv-contrib-python-headless
requirement toopencv-python-headless
- Added type annotations to most of the code base.
- Various improvements to tests and code.