Skip to content

Commit

Permalink
V.2.1.0 (#679)
Browse files Browse the repository at this point in the history
* V.2.1.0

* update changelog date
  • Loading branch information
andher1802 authored Oct 9, 2024
1 parent aa44e8a commit aa8e94a
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,28 @@ You can check your current version with the following command:
```

For more information, see [UP42 Python package description](https://pypi.org/project/up42-py/).
## 2.1.0

**Oct 9, 2024**
### Added
- Moving `estimate_order` method to `CatalogBase` class.
- `Order.get_assets` now allows to get assets from orders in `BEING_FULFILLED` state.

### Fixed
- Fix test coverage for `Catalog`, `Order`, and `Asset` classes.

### Changed
- Switch to `workspace_id` descriptor in `CatalogBase`.
- Switch `Asset` and `Order` classes to use `session` descriptor.
- Remove `utils::autocomplete_order_parameters` and inline to `Catalog::construct_order_parameters` and `Tasking::construct_order_parameters`.
- Make `CatalogBase::type` mandatory.
- Drop `CatalogBase::auth` and introduce `Tasking::auth` for backwards compatibility.
- Drop `Tasking::__repr__`.
- Switch `OrderParamsV2` as output type for `_translate_construct_parameters` in order module.
- Switch `OrderParams` as input type for `CatalogBase::place` and `Catalog::estimate` from `Optional[dict]`.
- Changed `Order::status` type from `str` to `Literal`.
- Changed `Order::track_status` report_time input type to float.

## 2.1.0a12

**Oct 8, 2024**
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "up42-py"
version = "2.1.0a12"
version = "2.1.0"
description = "Python SDK for UP42, the geospatial marketplace and developer platform."
authors = ["UP42 GmbH <[email protected]>"]
license = "https://github.com/up42/up42-py/blob/master/LICENSE"
Expand Down

0 comments on commit aa8e94a

Please sign in to comment.