Releases: up42/up42-py
Releases · up42/up42-py
v0.13.0
- New consistent use & documentation of the basic functionality:
- All basic functions (e.g.
up42.get_blocks
) are accessible
from theup42
import object. Now consistently documented in theup42
object code reference. - The option to use this basic functionality from any lower level object will soon be
removed (e.g.project.get_blocks
,workflow.get_blocks
). Now triggers a deprecation warning.
- All basic functions (e.g.
- The plotting functionality of each object is now documented directly in that object's code reference.
- Fix: Repair catalog search for sobloo.
- Various improvements to docs & code reference.
- Overhaul & simplify test fixtures.
- Split off viztools module from tools module.
v0.12.0
- Simplify object representation to just relevant information, also simplifies logger messages.
- Add
.info
property to all objects to get the detialed object information, deprecation process forget_info
. - Add
status
property to job, jobtask and jobcollection objects. Deprecation process forget_status
. - Add selection of job mode for
.get_jobs
. - Add description of initialization of each object to code reference.
- Move sdk documentation to custom subdomain "sdk.up42.com".
- Unpin geopandas version.
- Simplify mock tests & test fixtures
- Fix: Use correct cutoff time 23:59:59 in default datetimes.
- Fix: Download jobtasks to respective jobtask subfolders instead of the job folder.
v0.11.0
v0.10.1
v0.10.0
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 newJobCollection
object. - Adjusts airports-parallel example notebook to use the parallel jobs feature.
- Adds
-
Adjusts
workflow.get_jobs
andproject.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.