Skip to content

Version 0.5.0

Compare
Choose a tag to compare
@AleksMat AleksMat released this 20 Jun 16:33
· 1696 commits to master since this release

Change log:

  • Added EOPatch visualization functionalities
  • Moved all visualization functionalities from eolearn.core to a new subpackage eolearn.visualization
  • Improvements of EOExecutor and how parallelization is handled
  • Improvements of reports produced by EOExecutor
  • LinearInterpolation task is now using numba in the background for better performance
  • Initialization parameters of VectorToRaster have changed. Both VectorToRaster and RasterToVector tasks have been improved.
  • Added super-pixel segmentation tasks to eolearn.geometry
  • Added ImportFromTiff task to eolearn.io, contributed by @drewbo
  • Improvements of example notebooks
  • Various small bug fixes