openeo 1.1.0
Initial CRAN release. Read News.md for the full history.
version 1.1.0
Bugfixes and preparation for CRAN release, 'openEO API' version 1.1.0
Added
- added a vignette for getting started #81
Changes
- clarified the currently used OIDC code flow and adapted documentation #71
- usability improvements when selecting and configuring the OIDC Authentication provider #74
- cleaning empty fields when serializing user defined process results #68
- changes related to UDP visualization: prior the process graph was visualized as JSON, which caused trouble, when exchanging JSON code between different clients. Now you can use
as(x,"Process")to get a valid process from the result node #54 - changed the printing output of User defined processes and services to not show the pure process graph anymore, use as(x,"Process") in that case
- documentation changes to discourage the use of
as(x,"Graph")#68 - allowed to modify service and UDP by passing a modified process object
- fixed NA checks when updating a process graph in an UDP, which threw irritating warnings
- modified documentation (Readme, function documentation)
Fixes
- modified a descriptive text for "production-readiness" of back-ends
- modified the documentation and examples of
connect()in terms of the parameterversion - modified the implemented openEO API version of the client (removed the release candidate suffix)
- fixed interpretation of an one entry discovery object #59
- fixed an issue when querying the versions of a back-end #72
- Updated to latest version of Vue Components and Processes 'DocGen' (which importantly fixes the collection viewer) #75
- fixed missing enum validation #65
- fixed process parsing of processes with completely nullable arrays #79
- fixed a problem with NULL values set as value for AnyOf, the traversing of the graph did not work properly, because of a NULL-pointer issue
- fixed a parsing problem, where the "optional" field was not correctly interpreted in every case
- fixed stale URLs in documentation #84
Removed
- deleted some out-dated example scripts
- removed links to Github Wiki, because this will be discontinued soon and moved to package vignettes