Skip to content

Commit

Permalink
release version 1.0.4 (#636)
Browse files Browse the repository at this point in the history
* release version 1.0.4
  • Loading branch information
andher1802 authored Jun 17, 2024
1 parent d64ef41 commit 8094093
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 1 deletion.
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,47 @@ You can check your current version with the following command:
```

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

**Jun 17, 2024**

## New Features

### Processing Module:
- Introduced the `Job` class for interacting with processing jobs.
- Implemented job querying capabilities (processing.py).
- Added a collection attribute to the `Job` class.
- Introduced processing job tracking.

### Job Templates:
- Created basic single and multi-item processing job templates in templates.py.
- Enabled job template execution (templates.py).
- Added specialized templates for `SpaceptAugmentation`, `NSUpsamling`, and `Pansharpening`.
- Added cost evaluation to the JobTemplate class (number comparison).
- Implemented `SingleItemJobTemplate` and `MultiItemJobTemplate` helper classes.

## Improvements

### Base Module (formerly main):
- Renamed the `main` module to `base` for clarity.
- Added descriptors: `Session`, `WorkspaceId`, and `StacClient` to `base` module for improved access within classes.

### Webhooks:
- Refactored webhooks as active records.
- Consolidated webhook code into a dedicated module/class.
- Enhanced test coverage for webhooks.
- Deprecated legacy webhook code.

## Dependencies:
- Updated requests to 2.32.0.
- Relaxed geopandas version constraint to < 1.
- Upgraded tornado to 6.4.1.

## Bugfixes:
- Enabled deep copy in Up42Auth for compatibility.
- Fix `tenacity not Found` Error by upgrading `tenacity` dependency.
- Removed deprecated Catalog::construct_parameters method.

## 1.0.4a21

**Jun 17, 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 = "1.0.4a21"
version = "1.0.4"
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 8094093

Please sign in to comment.