Skip to content

Commit 8d10325

Browse files
V.2.5.0 (#767)
1 parent 223d4fd commit 8d10325

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,24 @@ You can check your current version with the following command:
3030

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

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+
3351
### 2.5.0a7
3452
**August 18, 2025**
3553
- Drop `mkdocs`, its dependencies and other unused dependencies

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "up42-py"
3-
version = "2.5.0a7"
3+
version = "2.5.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)