You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Added
11
11
12
+
### Changed
13
+
14
+
### Removed
15
+
16
+
### Fixed
17
+
18
+
19
+
## [0.49.0] - 2026-04-01
20
+
21
+
### Added
22
+
12
23
- Add `is_one_of()` to `property_filter` for compact building of an allow-list based property filter.
13
24
- Add "ABDI1" and "ABDI2" to "extra-indices-dict.json" ([#875](https://github.com/Open-EO/openeo-python-client/pull/875))
14
25
- 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
21
32
-`testing.results.assert_job_results_allclose`: normalize "derived_from" references for better signal-to-noise ratio in comparisons
22
33
-`MultiBackendJobManager`: do job result downloading in a separate thread ([#816](https://github.com/Open-EO/openeo-python-client/issues/816))
23
34
24
-
### Removed
25
-
26
35
### Fixed
27
36
28
37
-`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.
0 commit comments