Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
# Changelog

## v3.3.0 (2025-10-01)
Comment thread
julienr marked this conversation as resolved.
## v4.0.0 (2026-06-01)

### Forge
* [api][breaking] Make `upload_raster` default to retain all bands
* [api] Add alpha `get_user_info` function
* [api] Add beta grants get and set functions
* [api] Remove `run_advanced_tool` (experimental feature)

### Tracer
* [api] Add `get_plots_group` function
* [api] Add alpha `get_user_info` function
* [api] Add grants get and set functions
* [api] Improve list functions filtering: search report types by name, order reports by name and time, filter reports by type, filter plots groups by methodology
* [doc] Fix not working links to HTTP doc

### Internal
* [refactor] Use requests library authentication API to send the X-Api-Key header
* [debug] Log request URL when checking wrong HTTP responses

## v3.0.0 (2025-10-01)

### Tracer
* [api][breaking] Have 'analyze_plots' return id, not full metadata
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

setup(
name="picterra",
version="3.0.0",
version="4.0.0",
description="Picterra API client",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down
Loading