Skip to content

Commit

Permalink
V.2.1.1 (#696)
Browse files Browse the repository at this point in the history
* V.2.1.1
* update changelog date
  • Loading branch information
andher1802 authored Dec 12, 2024
1 parent f7cd991 commit ca9d6b6
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 1 deletion.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,43 @@ 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.1
**Dec 10, 2024**

### Changed
- Restore accepting string instead of enum in `Storage::get_orders`.
- Improve coverage for `Tasking::decide_quotation`.
- Improve coverage for `Tasking::get_feasibility`.
- Improve coverage for `Tasking::choose_feasibility`.
- Updating endpoint for `base::get_credits_balance`.
- Switched workspace id retrieval from the deprecated endpoint to the user info endpoint.
- Added requesting `openid` scope when retrieving token.
- Move `tests/fixtures/fixtures_globals.py` to `tests/constants.py`.
- Move `collection_credentials` from `auth.py` to `client.py`.
- Switched to base descriptors in `Storage` class and drop the dependencies from `auth.py` module.

### Fixed
- Fixed bug with passing enum entries instead of values in `Storage::get_orders`.
- Fixed `Catalog::construct_search_parameters` `limit` description in the documentation.
- Fixed paging bug for case of empty response.
- Fixed confusing name for type `FeasibilityDecision` to `FeasibilityStatus`.
- Fixed test coverage for `Tasking::get_quotations`.
- Fixed test coverage for `Tasking::construct_order_parameters`.
- Fixed types of `Asset::asset_id` and `Asset::_get_info`.
- Unified paging between `Order`, `Tasking` and `Storage` classes.

### Removed
- Drop process template `DetectionTreesHeightsSpacept`.
- Dropped limiting false statuses in `Storage::get_orders` since the type hinting is enabled.
- Dropped failing wrong `sortby` value in `Storage::get_orders` since the type hinting is enabled.
- Dropped `Tasking::auth` property.
- Dropped legacy `auth.py`.
- Dropped legacy fixtures for storage test coverage.
- Dropped `asset_searcher.py` module.
- Dropped unused `Auth::request` and the corresponding test coverage.
- Dropped unneeded `Storage::__repr__`.
- Dissolve `auth.Auth` in `_Workspace::authenticate`.

## 2.1.1a13

**Dec 4, 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.1a13"
version = "2.1.1"
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 ca9d6b6

Please sign in to comment.