Skip to content

Releases: ncbo/owlapi_wrapper

owlapi_wrapper 1.4.2

04 Nov 00:48
Compare
Choose a tag to compare

What's Changed

  • Add an IRI mapper for the SKOS Core Vocabulary to resolve missing import errors (#22)
  • Bump commons-csv from 1.9.0 to 1.10.0
  • Bump logback-classic from 1.2.11 to 1.4.11
  • Clean up outdated information in the Maven POM file

Full Changelog: v1.4.1...v1.4.2

owlapi_wrapper 1.4.1

02 Sep 22:41
Compare
Choose a tag to compare

What's Changed

  • Preserve ontology IDs in processed ontologies. Previously, ontology IDs were dropped and all processed ontologies were anonymous. Thanks go to @syphax-bouazzouni for the contribution (#17).
  • Set the logging level to info for the metrics package (#19)
  • Bumped logback-classic from 1.2.10 to 1.2.11

New Contributors

Full Changelog: v1.4.0...v1.4.1

owlapi_wrapper 1.4.0

28 Jul 01:16
Compare
Choose a tag to compare
  • Added new code to calculate the maximum depth of an ontology
  • Refactored the package names to be cleaner

Full Changelog: v1.3.8...v1.4.0

owlapi_wrapper 1.3.8

28 Feb 20:17
Compare
Choose a tag to compare
  • Explicity banned the TriX parser to ease debugging of some RDF ontologies (owlcs/owlapi#1045)
  • Moved the import handling strategy to a properties file
  • Refactored some unit test code

Full Changelog: v1.3.7...v1.3.8

owlapi_wrapper 1.3.7

01 Feb 17:55
Compare
Choose a tag to compare
  • Upgraded to version 4.5.18 of the OWL API.
  • Added jaxb-api dependency to prevent NoClassDefFoundError exceptions during parsing of some ontologies (#16).
  • Upgraded various plugins to latest versions (maven-compiler-plugin, maven-surefire-plugin, maven-shade-plugin).
  • Upgraded various dependencies to latest versions (junit, commons-csv, commons-cli, logback-classic).
  • Fixed commons-csv deprecation warnings.

owlapi_wrapper 1.3.6

08 Jul 22:47
Compare
Choose a tag to compare
  • Upgraded to version 4.5.17 of the OWL API.
  • Expanded the list of allowed suffixes for ontology files to include .n3, .nt, .nq, .skos, .rdf, and .rdfs. Thanks go to @jlamarque34 for the contribution (#13).
  • Upgraded the commons-csv and junit dependencies to latest versions.

owlapi_wrapper 1.3.5

05 Sep 22:17
Compare
Choose a tag to compare
  • Upgraded to OpenJDK 11.0.4.
  • Upgraded to version 4.5.13 of the OWL API.
  • Upgraded maven-compiler-plugin and commons-csv dependencies to latest versions.
  • Added "TTL" as a supported filename extension for ontology files. Allows BioPortal to parse ontologies submitted by end users with the TTL extension, e.g., the SWEET ontology.

owlapi_wrapper 1.3.4

01 May 23:35
Compare
Choose a tag to compare
  • Replaced the Maven Assembly Plugin with the Maven Shade Plugin for generating the uber-jar. Fixes an issue with missing content in the META-INF/services directory. See owlcs/owlapi#842 for details.
  • Removed an IRI mapping to an NCBO-maintained version of the BFO ontology. See ncbo/bfo#1 for details.
  • Upgraded commons-csv dependency to latest version.
  • Minor code refactors for readability and easier debugging.

owlapi_wrapper 1.3.3

23 Aug 01:50
Compare
Choose a tag to compare
  • Upgraded to version 4.3.2 of the OWL API. Fixed an issue with generation of invalid blank node identifiers that prevented several ontologies, e.g., ORDO, from loading into 4store. See owlcs/owlapi#689 for details.
  • Upgraded the maven-compiler and maven-assembly plugin dependencies to the latest versions.

owlapi_wrapper 1.3.2

19 May 18:37
Compare
Choose a tag to compare
  • Fixed a bug that marked valid OBO clases for deletion, preventing those classes from getting serialized to the owlapi.xrdf file.
  • Fixed a bug that caused some OBO files to be incorrectly identified as OWL format.
  • Reimplemented the generateSKOSInObo method to use a more straightforward algorithm for attaching skos:notation annotation properties to OBO classes.
  • Added Javadoc for the addGroundMetadata and generateSKOSInObo methods.
  • Minor code refactors and reformatting for readability.
  • Upgraded Maven Surefire dependency to the latest version.