Skip to content

Commit fb65dfe

Browse files
committed
Release 0.49.0
1 parent 07f3edc commit fb65dfe

2 files changed

Lines changed: 12 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12+
### Changed
13+
14+
### Removed
15+
16+
### Fixed
17+
18+
19+
## [0.49.0] - 2026-04-01
20+
21+
### Added
22+
1223
- Add `is_one_of()` to `property_filter` for compact building of an allow-list based property filter.
1324
- Add "ABDI1" and "ABDI2" to "extra-indices-dict.json" ([#875](https://github.com/Open-EO/openeo-python-client/pull/875))
1425
- Support for collection "queryables": more correct warnings when using property filtering in `load_collection` ([#483](https://github.com/Open-EO/openeo-python-client/issues/483))
@@ -21,8 +32,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2132
- `testing.results.assert_job_results_allclose`: normalize "derived_from" references for better signal-to-noise ratio in comparisons
2233
- `MultiBackendJobManager`: do job result downloading in a separate thread ([#816](https://github.com/Open-EO/openeo-python-client/issues/816))
2334

24-
### Removed
25-
2635
### Fixed
2736

2837
- `MultiBackendJobManager`: status "queued_for_start" is no longer overwritten to "created" to allow consistent tracking of the job lifecycle and more accurate handling of job starting.

openeo/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.49.0a4"
1+
__version__ = "0.49.0"

0 commit comments

Comments
 (0)