SSSOM-Java 0.5.0
gouttegd
released this
22 Sep 23:19
·
265 commits
to main
since this release
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.