Skip to content

SSSOM-Java 1.11.0

Choose a tag to compare

@gouttegd gouttegd released this 04 Apr 08:03
· 20 commits to main since this release
9e28a8c

Changes since version 1.10.1:

  • SSSOM-Core:
    • Added support for new slots in SSSOM 1.1 review_date and reviewer_agreement.
    • Support escaping of | characters in multivalued slots in the SSSOM/TSV format.
  • SSSOM-CLI:
    • Added new --annotate SLOT_NAME=VALUE option to annotate a mapping set (set the value of a mapping set slot) from the command line.
  • SSSOM/Transform:
    • Added a new filter function confidence() to filter mappings based on their “aggregated confidence” as proposed in SSSOM’s confidence model documentation.
    • Removed the edit() preprocessor function. That function had been deprecated since version 0.9. Use the assign() function instead.