Skip to content

SSSOM-Java 0.7.2

Choose a tag to compare

@gouttegd gouttegd released this 12 Dec 23:42
· 442 commits to main since this release
d86ef42

Changes since version 0.7.1:

  • SSSOM/T:
    • Add a new function assign() to edit mapping slots with fixed values known at compile-time (this replaces the previously introduced edit() function, which is still available for backwards compatibility but is deprecated).
    • Add a new function replace() to edit mapping slots by performing regex-based search-and-replace operations.
  • ROBOT inject command:
    • Add a new option --error-on-unshortenable-iris to force the command to error out if some IRIs cannot be shortened when generating annotation axioms.