Skip to content

Releases: IGS/osdf-python

v0.8.2

Choose a tag to compare

@victor73 victor73 released this 18 Feb 20:36
  • Fixed error in byteify code.

v0.8.1

Choose a tag to compare

@victor73 victor73 released this 18 Feb 19:56
  • Added configuration files for editorconfig and pylint.
  • More information provided when calling the "info" option.
  • Cleaned up numerous issues identified via pylint.

v0.8

Choose a tag to compare

@victor73 victor73 released this 14 Jun 20:18
  • Fixed issue with editing of nodes with osdf utility.

v0.7

Choose a tag to compare

@victor73 victor73 released this 18 Jan 21:29
  • Fixed issue with retrieval of nodes by ID.
  • Improvement to osdf CLI utility to allow retrieval of nodes
    by version number.

v0.6.1

Choose a tag to compare

@victor73 victor73 released this 18 Jan 21:23
  • Better error message when an invocation is attempted without
    having run 'init' first.

v0.6

Choose a tag to compare

@victor73 victor73 released this 18 Jan 21:22
  • Added method to retrieve all auxiliary schemas.
  • New utility script for easier CLI usage of OSDF servers.

v0.5

Choose a tag to compare

@victor73 victor73 released this 18 Jan 21:21
  • Added methods for retrieving the nodes connecting to
    and from a node identified by a particular node ID.

v0.4

Choose a tag to compare

@victor73 victor73 released this 07 Mar 22:08
  • Supports SSL encrypted connections to secured OSDF instances.
  • Added method for complete schema retrieval for a namespace.
  • Able to retrieve previous version of node documents.
  • Improved README documentation.
  • More tests.

v0.3.0

Choose a tag to compare

@victor73 victor73 released this 06 Aug 19:05
  • Added methods to perform OSDF Query Language (OQL) queries:
    oql_query() and oql_query_all_pages()
  • Added test directory with unittest script