Skip to content

Commit

Permalink
Adding 1.1.0 changelog and version bump (#645)
Browse files Browse the repository at this point in the history
* adding 1.1.0 changelog and version bump
  • Loading branch information
andher1802 authored Jun 25, 2024
1 parent fb2ca3e commit 0d86300
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,32 @@ 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.1.0

**Jun 25, 2024**

### Changes

- `Job`, `JobSorting` and `JobStatus` classes now available in `up42` namespace.
- Change default created and credits ordering as descending.
- Change default status ordering to descending.
- Rename `templates.py` to `processing_templates.py`.

### Fixes

- Fix multiple process id value query parameter to use concatenation with commas.
- Fix multiple status value query parameter to use concatenation with commas.
- Fix processing job tracking to wait until credits are captured or released.
- Fix missing process ids for processing templates.

### Improvements

- Trim off milliseconds in job metadata timestamps to avoid rounding errors.
- Trim nanoseconds in job metadata timestamps since not supported by native Python datetime.
- Update processing template names.
- Add missing `workspace_id` query param to job execution.
- Convert relative paths in processing job page links to absolute ones.

## 1.1.0a7

**Jun 20, 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.1.0a7"
version = "1.1.0"
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 0d86300

Please sign in to comment.