Skip to content

Commit aa8e94a

Browse files
authored
V.2.1.0 (#679)
* V.2.1.0 * update changelog date
1 parent aa44e8a commit aa8e94a

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,28 @@ You can check your current version with the following command:
2929
```
3030

3131
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+
3254
## 2.1.0a12
3355

3456
**Oct 8, 2024**

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "up42-py"
3-
version = "2.1.0a12"
3+
version = "2.1.0"
44
description = "Python SDK for UP42, the geospatial marketplace and developer platform."
55
authors = ["UP42 GmbH <[email protected]>"]
66
license = "https://github.com/up42/up42-py/blob/master/LICENSE"

0 commit comments

Comments
 (0)