File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,28 @@ You can check your current version with the following command:
29
29
```
30
30
31
31
For more information, see [ UP42 Python package description] ( https://pypi.org/project/up42-py/ ) .
32
+ ## 2.1.0
33
+
34
+ ** Oct 9, 2024**
35
+ ### Added
36
+ - Moving ` estimate_order ` method to ` CatalogBase ` class.
37
+ - ` Order.get_assets ` now allows to get assets from orders in ` BEING_FULFILLED ` state.
38
+
39
+ ### Fixed
40
+ - Fix test coverage for ` Catalog ` , ` Order ` , and ` Asset ` classes.
41
+
42
+ ### Changed
43
+ - Switch to ` workspace_id ` descriptor in ` CatalogBase ` .
44
+ - Switch ` Asset ` and ` Order ` classes to use ` session ` descriptor.
45
+ - Remove ` utils::autocomplete_order_parameters ` and inline to ` Catalog::construct_order_parameters ` and ` Tasking::construct_order_parameters ` .
46
+ - Make ` CatalogBase::type ` mandatory.
47
+ - Drop ` CatalogBase::auth ` and introduce ` Tasking::auth ` for backwards compatibility.
48
+ - Drop ` Tasking::__repr__ ` .
49
+ - Switch ` OrderParamsV2 ` as output type for ` _translate_construct_parameters ` in order module.
50
+ - Switch ` OrderParams ` as input type for ` CatalogBase::place ` and ` Catalog::estimate ` from ` Optional[dict] ` .
51
+ - Changed ` Order::status ` type from ` str ` to ` Literal ` .
52
+ - Changed ` Order::track_status ` report_time input type to float.
53
+
32
54
## 2.1.0a12
33
55
34
56
** Oct 8, 2024**
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " up42-py"
3
- version = " 2.1.0a12 "
3
+ version = " 2.1.0 "
4
4
description = " Python SDK for UP42, the geospatial marketplace and developer platform."
5
5
authors = [
" UP42 GmbH <[email protected] >" ]
6
6
license = " https://github.com/up42/up42-py/blob/master/LICENSE"
You can’t perform that action at this time.
0 commit comments