Skip to content

Commit

Permalink
PT-5799 Drop detection-trees-heights-spacept (#688)
Browse files Browse the repository at this point in the history
* PT-5799 Drop detection-trees-heights-spacept

* Update CHANGELOG.md

* Update pyproject.toml
  • Loading branch information
matheuspinheirosantos authored Dec 4, 2024
1 parent 60ef397 commit c8d8b96
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,14 @@ 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.1a12

**Dec 3, 2024**
- Drop process template `DetectionTreesHeightsSpacept`.

## 2.1.1a11

**Dec, 2, 2024**
**Dec 2, 2024**
- Added requesting `openid` scope when retrieving token.
- Switched workspace id retrieval from the deprecated endpoint to the user info endpoint.

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.1a11"
version = "2.1.1a12"
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
1 change: 0 additions & 1 deletion tests/test_processing_templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ class TestParameterlessTemplates:
[
templates.DetectionBuildingsSpacept,
templates.DetectionTreesSpacept,
templates.DetectionTreesHeightsSpacept,
templates.DetectionShadowsSpacept,
templates.DetectionShipsAirbus,
templates.DetectionStorageTanksAirbus,
Expand Down
5 changes: 0 additions & 5 deletions up42/processing_templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ class DetectionTreesSpacept(WorkspaceIdSingleItemTemplate):
process_id = "detection-trees-spacept"


@dataclasses.dataclass
class DetectionTreesHeightsSpacept(WorkspaceIdSingleItemTemplate):
process_id = "detection-trees-heights-spacept"


@dataclasses.dataclass
class DetectionShadowsSpacept(WorkspaceIdSingleItemTemplate):
process_id = "detection-shadows-spacept"
Expand Down

0 comments on commit c8d8b96

Please sign in to comment.