Skip to content

owlapi_wrapper 1.3.2

Compare
Choose a tag to compare
@jvendetti jvendetti released this 19 May 18:37
· 89 commits to master since this release
  • 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.