Skip to content

Releases: Open-EO/openeo-pg-parser-python

Bux fixes and added features

09 Nov 08:34
e103ab6
Compare
Choose a tag to compare
Merge pull request #29 from Open-EO/bug_fixes

Bug fixes

v2.0.1

10 Jul 12:36
Compare
Choose a tag to compare
  • documentation updates
  • plotting functionalities with igraph
  • minor bug fixes to correctly sort a process graph
  • license change

First working version for openEO v1.0

18 Jun 10:29
Compare
Choose a tag to compare
v2.0.0

child process graph description updates

Additional and last updates for version 0.4 of the openEO API

22 Apr 11:44
544c7b0
Compare
Choose a tag to compare
  • Restructuring of graph classes and module setup. The following things changed in terms of the code:
    • renamed node.graph to node.content
    • all operations on a graph (dependencies, ancestors, lineage, ...) return now a subgraph
    • a graph has two new properties: ids and nodes. ids are the node IDs and nodes the nodes. Both are views
    • nnodes was removed and can be replaced by calling len(graph)
    • new class method from_list converts a list of nodes to a graph
    • __getitem__ method in the graph class supports indexing by integer and node ID
    • get_node_by_name method in the graph class returns the first node matching a given name
    • nodes_at_same_level in the graph class was renamed and adapted to find_siblings (all nodes having the same parent)
  • Additional tests

Python parser for process graphs as of openEO API v0.4.x

13 Feb 11:17
d5db442
Compare
Choose a tag to compare
Merge pull request #7 from Open-EO/hotfix

added code and test for checking file existence;