Skip to content

SSSOM-Java 0.5.0

Compare
Choose a tag to compare
@gouttegd gouttegd released this 22 Sep 23:19
· 265 commits to main since this release
e3972da

Changes since version 0.4.3:

  • Fix sssom-inject crash when using --direct option under certain conditions.
  • Fix parsing of multi-valued slots in mappings.
  • Make the output of the TSV writer fully predictable:
    • Sort mapping set metadata by “spec order”.
    • Sort Curie map entries by alphabetical order.
    • Sort mappings using all available slots.
    • Write the effective Curie map only.
  • Add SlotVisitor interface.
  • Add test suite.