Skip to content

Commit 1bbc52e

Browse files
committed
Release 0.5.0
1 parent 6d335ec commit 1bbc52e

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff 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

openeo/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.5.0a1'
1+
__version__ = '0.5.0'

0 commit comments

Comments
 (0)