Version 1.4.0
Changelog:
- (codebreaking) Large changes to area managers. See PR #168
- EOPatch manager functionality was merged to area managers. EOPatch managers were removed.
- Changes to area manager Schemas.
- Changes to area manager interface. Check documentations for all the changes.
- Adjustments to Pipeline interface. See PR #168 for how most pipelines need to be adjusted.
- Improved filtration via list of EOPatch names.
- (codebreaking) Added
ZipMapPipeline
which replacesMappingPipeline
. - (codebreaking) Added
SplitGridPipeline
which replacesSwitchGridsPipeline
. - (codebreaking) Adjusted resize parameters in
ImportTiffPipeline
according to changes inSpatialResizeTask
in neweo-learn
version. - Fixed issue with label encoder in prediction pipeline. Contributed by @ashishdhiman-tomtom
- Moved types to
eogrow.types
and deprecateeogrow.utils.types
. RemovePath
type alias. - Added support for EOPatch names when using the
-t
flag.