Releases: IGS/osdf-python
Releases · IGS/osdf-python
v0.8.2
Compare
Sorry, something went wrong.
No results found
Fixed error in byteify code.
v0.8.1
Compare
Sorry, something went wrong.
No results found
Added configuration files for editorconfig and pylint.
More information provided when calling the "info" option.
Cleaned up numerous issues identified via pylint.
v0.8
Compare
Sorry, something went wrong.
No results found
Fixed issue with editing of nodes with osdf utility.
v0.7
Compare
Sorry, something went wrong.
No results found
Fixed issue with retrieval of nodes by ID.
Improvement to osdf CLI utility to allow retrieval of nodes
by version number.
v0.6.1
Compare
Sorry, something went wrong.
No results found
Better error message when an invocation is attempted without
having run 'init' first.
v0.6
Compare
Sorry, something went wrong.
No results found
Added method to retrieve all auxiliary schemas.
New utility script for easier CLI usage of OSDF servers.
v0.5
Compare
Sorry, something went wrong.
No results found
Added methods for retrieving the nodes connecting to
and from a node identified by a particular node ID.
v0.4
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Added methods to perform OSDF Query Language (OQL) queries:
oql_query() and oql_query_all_pages()
Added test directory with unittest script