Skip to content

Commit 3220d7a

Browse files
committed
Update version number to 1.2.0
1 parent 1a954f6 commit 3220d7a

8 files changed

+15
-11
lines changed

CHANGELOG.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## Unreleased / Draft
88

9+
## [1.2.0] - 2021-12-15
10+
911
### Added
1012

1113
- New processes in proposal state
@@ -29,7 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2931

3032
### Removed
3133

32-
- Removed the explict schema for `raster-cube` in the `data` parameters and return values of `run_udf` and `run_udf_externally`. It's still possible to pass raster-cubes via the "any" data type, but it's discouraged due to scalability issues. [#285](https://github.com/Open-EO/openeo-processes/issues/285)
34+
- Removed the explicit schema for `raster-cube` in the `data` parameters and return values of `run_udf` and `run_udf_externally`. It's still possible to pass raster-cubes via the "any" data type, but it's discouraged due to scalability issues. [#285](https://github.com/Open-EO/openeo-processes/issues/285)
3335

3436
### Fixed
3537

@@ -261,7 +263,8 @@ First version which is separated from the openEO API. Complete rework of all pro
261263
Older versions of the processes were released as part of the openEO API, see the corresponding changelog for more information.
262264

263265

264-
[Unreleased]: <https://github.com/Open-EO/openeo-processes/compare/1.1.0...HEAD>
266+
[Unreleased]: <https://github.com/Open-EO/openeo-processes/compare/1.2.0...HEAD>
267+
[1.2.0]: <https://github.com/Open-EO/openeo-processes/compare/1.1.0...1.2.0>
265268
[1.1.0]: <https://github.com/Open-EO/openeo-processes/compare/1.0.0...1.1.0>
266269
[1.0.0]: <https://github.com/Open-EO/openeo-processes/compare/1.0.0-rc.1...1.0.0>
267270
[1.0.0-rc.1]: <https://github.com/Open-EO/openeo-processes/compare/0.4.2...1.0.0-rc.1>

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@ openEO develops interoperable processes for big Earth observation cloud processi
88

99
The [master branch](https://github.com/Open-EO/openeo-processes/tree/master) is the 'stable' version of the openEO processes specification. An exception is the [`proposals`](proposals/) folder, which provides experimental new processes currently under discussion. They may still change, but everyone is encouraged to implement them and give feedback.
1010

11-
The latest release is version **1.1.0**. The [draft branch](https://github.com/Open-EO/openeo-processes/tree/draft) is where active development takes place. PRs should be made against the draft branch.
11+
The latest release is version **1.2.0**. The [draft branch](https://github.com/Open-EO/openeo-processes/tree/draft) is where active development takes place. PRs should be made against the draft branch.
1212

1313
| Version / Branch | Status | openEO API versions |
1414
| ------------------------------------------------------------ | ------------------------- | ------------------- |
1515
| [unreleased / draft](https://processes.openeo.org/draft) | in development | 1.x.x |
16-
| [**1.1.0** / master](https://processes.openeo.org/1.1.0/) | **latest stable version** | 1.x.x |
16+
| [**1.2.0** / master](https://processes.openeo.org/1.2.0/) | **latest stable version** | 1.x.x |
17+
| [1.1.0](https://processes.openeo.org/1.1.0/) | legacy version | 1.x.x |
1718
| [1.0.0](https://processes.openeo.org/1.0.0/) | legacy version | 1.x.x |
1819
| [1.0.0 RC1](https://processes.openeo.org/1.0.0-rc.1/) | legacy version | 1.x.x |
1920
| [0.4.2](https://processes.openeo.org/0.4.2/) | legacy version | 0.4.x |

array_apply.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -96,13 +96,13 @@
9696
{
9797
"rel": "example",
9898
"type": "application/json",
99-
"href": "https://processes.openeo.org/1.1.0/examples/array_find_nodata.json",
99+
"href": "https://processes.openeo.org/1.2.0/examples/array_find_nodata.json",
100100
"title": "Find no-data values in arrays"
101101
},
102102
{
103103
"rel": "example",
104104
"type": "application/json",
105-
"href": "https://processes.openeo.org/1.1.0/examples/array_contains_nodata.json",
105+
"href": "https://processes.openeo.org/1.2.0/examples/array_contains_nodata.json",
106106
"title": "Check for no-data values in arrays"
107107
}
108108
]

array_contains.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
{
134134
"rel": "example",
135135
"type": "application/json",
136-
"href": "https://processes.openeo.org/1.1.0/examples/array_contains_nodata.json",
136+
"href": "https://processes.openeo.org/1.2.0/examples/array_contains_nodata.json",
137137
"title": "Check for no-data values in arrays"
138138
}
139139
],

array_find.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
{
165165
"rel": "example",
166166
"type": "application/json",
167-
"href": "https://processes.openeo.org/1.1.0/examples/array_find_nodata.json",
167+
"href": "https://processes.openeo.org/1.2.0/examples/array_find_nodata.json",
168168
"title": "Find no-data values in arrays"
169169
}
170170
]

meta/subtype-schemas.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
3-
"$id": "http://processes.openeo.org/1.1.0/meta/subtype-schemas.json",
3+
"$id": "http://processes.openeo.org/1.2.0/meta/subtype-schemas.json",
44
"title": "Subtype Schemas",
55
"description": "This file defines the schemas for subtypes we define for openEO processes.",
66
"definitions": {

rename_labels.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
{
9898
"rel": "example",
9999
"type": "application/json",
100-
"href": "https://processes.openeo.org/1.1.0/examples/rename-enumerated-labels.json",
100+
"href": "https://processes.openeo.org/1.2.0/examples/rename-enumerated-labels.json",
101101
"title": "Rename enumerated labels"
102102
}
103103
]

tests/docs.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
document: 'processes.json',
115115
categorize: true,
116116
apiVersion: '1.1.0',
117-
title: 'openEO processes (Draft)',
117+
title: 'openEO processes (1.2.0)',
118118
notice: '**Note:** This is the list of all processes specified by the openEO project. Back-ends implement a varying set of processes. Thus, the processes you can use at a specific back-end may derive from the specification, may include non-standardized processes and may not implement all processes listed here. Please check each back-end individually for the processes they support. The client libraries usually have a function called `listProcesses` or `list_processes` for that.'
119119
}
120120
})

0 commit comments

Comments
 (0)