Skip to content

v1.9.2

Compare
Choose a tag to compare
@jamesaoverton jamesaoverton released this 09 Feb 18:53
· 240 commits to master since this release

Changed

  • Upgrade OWLAPI to 4.5.24 #1086

Fixed

  • Downgrade SnakeYaml to 1.31 #1071
  • Don't check for disjoint annotation properties #1084

This ROBOT release synchronizes with Protégé 5.6.0 which has updated to OWL API 4.5.24. This version of OWL API includes several changes to some serializers (notably the OBO-format serializer), which will likely result in large diffs when ontology files are saved with this version of ROBOT or Protégé for the first time. To minimize the annoyance caused by such diffs, it is advised to:

  • save your ontology with ROBOT 1.9.2 or Protégé 5.6.0 without introducing any changes to the logic or annotations, and commit the resulting ontology files; consider saving to OFN syntax and then OWL (RDF/XML) format, as explained in #1090
  • once the ontology files have been saved once with ROBOT 1.9.2 or Protégé 5.6.0, avoid editing it again with older versions of ROBOT or Protégé.