Skip to content

Version 1.4.0

Compare
Choose a tag to compare
@zigaLuksic zigaLuksic released this 26 Jan 10:14
· 184 commits to main since this release
ec43cd0

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 replaces MappingPipeline.
  • (codebreaking) Added SplitGridPipeline which replaces SwitchGridsPipeline.
  • (codebreaking) Adjusted resize parameters in ImportTiffPipeline according to changes in SpatialResizeTask in new eo-learn version.
  • Fixed issue with label encoder in prediction pipeline. Contributed by @ashishdhiman-tomtom
  • Moved types to eogrow.types and deprecate eogrow.utils.types. Remove Path type alias.
  • Added support for EOPatch names when using the -t flag.