Skip to content

v0.10.0

Compare
Choose a tag to compare
@chrieke chrieke released this 07 Aug 10:24
· 572 commits to master since this release
2643b12

New features and improvements:

  • Add parallel jobs feature. Allows running jobs for multiple geometries, scene_ids or timeperiods in parallel.

    • Adds workflow.construct_parameters_parallel, workflow.test_job_parallel, workflow.run_job_parallel and the new JobCollection object.
    • Adjusts airports-parallel example notebook to use the parallel jobs feature.
  • Adjusts workflow.get_jobs and project.get_jobs to return JobCollections.

  • Adjusts flood mapping example notebook to use OSM block.

  • Adds option to not unpack results in job.download_results.

  • Now allows passing only scene_ids to workflow.construct_parameters.

  • Improves layout of image results plots for multiple results.

  • Added binder links.

  • Now truncates log messages > 2k characters.

  • Various small improvements & code refactorings.