Releases: gouttegd/sssom-java
Releases · gouttegd/sssom-java
SSSOM-Java 0.3.1
This is a bugfix release to fix the missing dependency in the ROBOT plugin artifact in version 0.3.0.
See the 0.3.0 release for the changes since version 0.2.0.
SSSOM-Java 0.3.0
Changes since version 0.2.0
- Project artifacts now split between sssom-core and sssom-robot.
- Fix parsing of date fields.
- Support for arbitrary functions in SSSOM/Transform.
- New interface to specialise the SSSOM/Transform parser.
- New options for the sssom-inject ROBOT command:
--create
, to create a new ontology from mappings;--hasdbxref
, to create OBO-style cross-references.
Release artifacts
sssom-core-0.3.0.jar
is the base Java library containing only the code from this project (dependencies are not included);sssom-robot-plugin-0.3.0.jar
is a plugin for ROBOT providing thesssom-inject
command, to be used with a version ROBOT that supports plugins (no such version has been released yet);sssom-robot-standalone-0.3.0.jar
includes a full distribution of ROBOT 1.9.4, where thesssom-inject
command from this project is readily available as a built-in command.
SSSOM-Java 0.2.0
Changes since version 0.1.0
- Report all undeclared prefixes once parsing is over, instead of erroring out on the first undeclared prefix.
- Support inversion of mappings.
- Support filtering on many more fields.
- New options for the
sssom-inject
ROBOT command:--dispatch-table
, to write generated axioms to different files;--include-rule
, to selectively enable only some rules;--exclude-rule
, to selectively disable some rules;--direct
, to generate direct OWL serialisation of mappings.
Release artifacts
sssom-0.2.0.jar
is the base Java library containing only the code from this project (dependencies are not included);sssom-robot-plugin-0.2.0.jar
additionally includes the dependencies that are not already provided by the standard ROBOT distribution; as such, that file is suitable for use as a ROBOT plugin, if you have a version of ROBOT that supports such plugins;sssom-robot-standalone-0.2.0.jar
includes a full distribution of ROBOT 1.9.4, where thesssom-inject
command from this project is readily available as a built-in command.
SSSOM-Java 0.1.0
This is the initial release of the SSSOM Java library and ROBOT command.
sssom-0.1.0.jar
is the base Java library containing only the code from this project (dependencies are not included);sssom-robot-plugin-0.1.0.jar
additionally includes the dependencies that are not already provided by the standard ROBOT distribution; as such, that file is suitable for use as a ROBOT plugin, if you have a version of ROBOT that supports such plugins;sssom-robot-standalone-0.1.0.jar
includes a full distribution of ROBOT 1.9.4, where thesssom-inject
command from this project is readily available as a built-in command.