Skip to content

Releases: ontodev/gizmos

Release v0.3.2

08 Dec 16:52
f7ad011
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.3.2

Release v0.3.1

12 Aug 19:57
Compare
Choose a tag to compare

This release includes a small fix to make sure SQLAlchemy is installed when installing gizmos.

Release v0.3.0

12 Aug 19:50
11b1cb0
Compare
Choose a tag to compare

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

29 Jul 16:04
f1d94db
Compare
Choose a tag to compare

This release of Gizmos includes support for PostgreSQL using psycopg2.

Release v0.1.5

07 Jan 20:26
d9faaf3
Compare
Choose a tag to compare

Fixes:

  • Add better support for extracting properties (#54)
  • Correct display of terms with multiple parents in tree (#56)

Additions:

  • export command (#51)
  • Top-level with entity types for tree (#55)
  • Show which terms have children in tree (#57)

Release v0.1.4

27 Oct 19:27
03b47d1
Compare
Choose a tag to compare

This release includes tree search and --predicate options for tree and extract modules.

Release v0.1.3

05 Oct 12:30
Compare
Choose a tag to compare

This patch includes a fix to the -n/--no-hierarchy option in gizmos.extract. See #27.

Release v0.1.2

29 Sep 17:46
Compare
Choose a tag to compare

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 include db parameter in query strings

v0.1.1

07 Sep 16:44
Compare
Choose a tag to compare

Patch to fix a bug in the extract module when using --terms

This release is available for download here.

v0.1.0

27 Aug 16:10
4e21dc1
Compare
Choose a tag to compare

Minor version release of gizmos: see on PyPI

This release includes the extract.py script.