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
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,22 +8,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
9
9
### Added
10
10
11
-
- Support nested callbacks inside array arguments, for instance in array_modify, array_create
12
-
- Support array_concat
11
+
- Support nested callbacks inside array arguments, for instance in `array_modify`, `array_create`
12
+
- Support `array_concat`
13
13
- add `ProcessGraphUnflattener` and `PGNodeGraphUnflattener` to unflatten a flat dict representation of a process
14
14
graph to a `PGNode` graph (EP-3609)
15
15
- Add `Connection.datacube_from_flat_graph` and `Connection.datacube_from_json` to construct a `DataCube`
16
16
from flat process graph representation (e.g. JSON file or JSON URL) (EP-3609)
17
-
- Add fit_curve and predict_curve, two methods used in change detection
17
+
- Add documentation about UDP unflattening and sharing (EP-3609)
18
+
- Add `fit_curve` and `predict_curve`, two methods used in change detection
18
19
19
20
### Changed
20
21
21
22
- Update `processes.py` based on 1.1.0 release op openeo-processes project
22
23
-`processes.py`: include all processes from "proposals" folder of openeo-processes project
23
24
- Jupyter integration: Visual rendering for process graphs shown instead of a plain JSON representation.
25
+
- Migrate from Travis CI to GitHub Actions for documentation building and unit tests ([#178](https://github.com/Open-EO/openeo-python-client/issues/178), EP-3645)
24
26
25
27
### Removed
26
28
29
+
- Removed unit test runs for Python 3.5 ([#210](https://github.com/Open-EO/openeo-python-client/issues/210))
0 commit comments