Skip to content

Releases: IGS/osdf-python

v0.8.2

18 Feb 20:36
Compare
Choose a tag to compare
  • Fixed error in byteify code.

v0.8.1

18 Feb 19:56
Compare
Choose a tag to compare
  • Added configuration files for editorconfig and pylint.
  • More information provided when calling the "info" option.
  • Cleaned up numerous issues identified via pylint.

v0.8

14 Jun 20:18
Compare
Choose a tag to compare
  • Fixed issue with editing of nodes with osdf utility.

v0.7

18 Jan 21:29
Compare
Choose a tag to compare
  • Fixed issue with retrieval of nodes by ID.
  • Improvement to osdf CLI utility to allow retrieval of nodes
    by version number.

v0.6.1

18 Jan 21:23
Compare
Choose a tag to compare
  • Better error message when an invocation is attempted without
    having run 'init' first.

v0.6

18 Jan 21:22
Compare
Choose a tag to compare
  • Added method to retrieve all auxiliary schemas.
  • New utility script for easier CLI usage of OSDF servers.

v0.5

18 Jan 21:21
Compare
Choose a tag to compare
  • Added methods for retrieving the nodes connecting to
    and from a node identified by a particular node ID.

v0.4

07 Mar 22:08
Compare
Choose a tag to compare
  • 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

06 Aug 19:05
Compare
Choose a tag to compare
  • Added methods to perform OSDF Query Language (OQL) queries:
    oql_query() and oql_query_all_pages()
  • Added test directory with unittest script