Skip to content

Protégé 5.2.0

Compare
Choose a tag to compare
@matthewhorridge matthewhorridge released this 15 Mar 14:31
· 37 commits to master since this release

This release contains various enhancements and fixes. Please note that if you are running MacOS Sierra then you may have to take some steps to enable the native Protege application to run.

Improvements & Enhancements

Context Sensitive Help

  • We have added context sensitive help to many of the views in Protégé. If help is available for a view then that help can be shown by pressing the "question mark" button in the view header. Help documentation ultimately points to here.

    (protegeproject/protege#587)

  • We have also added help documentation for the class expression syntax that is used in Protege. The help documentation can be displayed via the help button on the class expression editor dialog. Documentation can be found here.

    (protegeproject/protege#592 and protegeproject/protege#593)

Entities Tab Improvements

  • PubMed Ids in annotations that contain white space are now parsed and displayed as links to PubMed (protegeproject/protege#615)
  • Anonymous individuals that are auto-created for use in annotation values are no longer prefixed with the ontology Id
  • Entity names in lists are no longer quoted with single quotes in order to improve readability.

General User Interface Improvements

Changes for Developers

Fixes