Skip to content

Commit 4123dd2

Browse files
committed
finetune CHANGELOG a bit
1 parent 8d337a8 commit 4123dd2

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
### Added
1010

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`
1313
- add `ProcessGraphUnflattener` and `PGNodeGraphUnflattener` to unflatten a flat dict representation of a process
1414
graph to a `PGNode` graph (EP-3609)
1515
- Add `Connection.datacube_from_flat_graph` and `Connection.datacube_from_json` to construct a `DataCube`
1616
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
1819

1920
### Changed
2021

2122
- Update `processes.py` based on 1.1.0 release op openeo-processes project
2223
- `processes.py`: include all processes from "proposals" folder of openeo-processes project
2324
- 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)
2426

2527
### Removed
2628

29+
- Removed unit test runs for Python 3.5 ([#210](https://github.com/Open-EO/openeo-python-client/issues/210))
30+
2731
### Fixed
2832

2933

0 commit comments

Comments
 (0)