Releases: ontodev/gizmos
Releases · ontodev/gizmos
Release v0.3.2
What's Changed
- Implement case insensitive search by @beckyjackson in #94
- Fix for blank node CURIEs by @beckyjackson in #101
Full Changelog: v0.3.1...v0.3.2
Release v0.3.1
This release includes a small fix to make sure SQLAlchemy
is installed when installing gizmos
.
Release v0.3.0
This release removes psycopg2
and replaces both that module and sqlite3
with SQLAlchemy. Note that if you are using a PostgreSQL database, you must still install psycopg2
, but it is no longer required to run any gizmos
module.
Release v0.2.0
This release of Gizmos includes support for PostgreSQL using psycopg2
.
Release v0.1.5
Release v0.1.4
This release includes tree search and --predicate
options for tree
and extract
modules.
Release v0.1.3
This patch includes a fix to the -n
/--no-hierarchy
option in gizmos.extract
. See #27.
Release v0.1.2
This release includes:
- A
hiccup
module for rendering hiccup-style vectors as text or HTML tree
bug fixes:- Parent links now have the correct CURIE
- Support for terms with no
rdfs:label
tree
features:- Support for Manchester syntax rendering
- Support for running without a term to display top-level terms under
owl:Thing
-i
/—include-db
flag to includedb
parameter in query strings
v0.1.1
v0.1.0
Minor version release of gizmos
: see on PyPI
This release includes the extract.py
script.