Skip to content

Bacting 1.0.1

Latest
Compare
Choose a tag to compare
@egonw egonw released this 21 Sep 12:33
· 11 commits to main since this release

DOI

Minor release which updates the Eclipse version, multiple plugin updates, and new functionality:

Bioinformatics managers

  • gpml.loadModel(String) load a GPML model from file
  • gpml.saveModelAsGPML2013a(String) saves a GPML model to file

Semweb managers

  • wikidata.getEntityIDsForWorksOfAuthor(String) taking a QID of an author and returning the Wikidata QIDs of their works
  • wikidata.getDOIsForWorksOfAuthor(String) taking a QID of an author and returning the DOIs of their works
  • wikidata.getEntityIDsForWorksOfVenue(String) taking a QID of a venue and returning the Wikidata QIDs of its works
  • wikidata.getDOIsForWorksOfVenue(String) taking a QID of an venue and returning the DOIs of its works

Full Changelog: bacting-1.0.0...bacting-1.0.1