File tree Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
99### Added
1010
11+ ### Changed
12+
13+ ### Removed
14+
15+ ### Fixed
16+
17+
18+ ## [ 0.5.0] - 2021-03-17
19+
20+ ### Added
21+
1122- Add namespace support to ` DataCube.process ` , ` PGNode ` , ` ProcessGraphVisitor ` (minor API breaking change) and related.
1223 Allows building process graphs with processes from non-"backend" namespaces
1324 ([ #182 ] ( https://github.com/Open-EO/openeo-python-client/issues/182 ) )
@@ -24,10 +35,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2435 (which can fail if OIDC client is not set up for that) when not necessary (EP-3700)
2536- ` RESTJob.start_and_wait ` : add status line when sending "start" request, and drop microsecond resolution from status lines
2637
27-
28- ### Removed
29-
3038### Fixed
39+
3140- Updated Vue Components library (solves issue with loading from slower back-ends where no result was shown)
3241
3342## [ 0.4.10] - 2021-02-26
Original file line number Diff line number Diff line change 1- __version__ = '0.5.0a1 '
1+ __version__ = '0.5.0 '
You can’t perform that action at this time.
0 commit comments