File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,24 @@ You can check your current version with the following command:
30
30
31
31
For more information, see [ UP42 Python package description] ( https://pypi.org/project/up42-py/ ) .
32
32
33
+
34
+ ## 2.5.0
35
+ ** August 25, 2025**
36
+
37
+ ### Fixed
38
+ - Fix how collection items are retrieved in ` BulkDeletion ` .
39
+
40
+ ### Added
41
+ - Added error message ` InvalidSearchRequest ` to request when ` Producer::search ` fails.
42
+ - Added bulk deletion of items: ` BulkDeletion ` .
43
+ - Added default property values for ` Provider ` class to simplify a host creation by name.
44
+ - Exported ` Provider ` class to the global ` up42 ` namespace.
45
+ - Added a new processing job template: ` UpsamplingNSSentinel ` .
46
+
47
+ ### Changed
48
+ - Removed ` rgb ` and ` ned ` parameters from the ` UpsamplingNS ` job template.
49
+ - Removed ` mkdocs ` , its dependencies and other unused dependencies
50
+
33
51
### 2.5.0a7
34
52
** August 18, 2025**
35
53
- Drop ` mkdocs ` , its dependencies and other unused dependencies
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " up42-py"
3
- version = " 2.5.0a7 "
3
+ version = " 2.5.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