SSSOM-Java 1.11.0
·
20 commits
to main
since this release
Changes since version 1.10.1:
- SSSOM-Core:
- Added support for new slots in SSSOM 1.1
review_dateandreviewer_agreement. - Support escaping of
|characters in multivalued slots in the SSSOM/TSV format.
- Added support for new slots in SSSOM 1.1
- SSSOM-CLI:
- Added new
--annotate SLOT_NAME=VALUEoption to annotate a mapping set (set the value of a mapping set slot) from the command line.
- Added new
- 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 theassign()function instead.
- Added a new filter function