Skip to content

INDRA v1.21.0

Compare
Choose a tag to compare
@bgyori bgyori released this 12 Oct 12:31
· 752 commits to master since this release

Package structure and dependencies

  • Multiple modules for the world modeling use case separated out into the INDRA World package (https://github.com/indralab/indra_world). For the specific modules affected, see #1278 and #1283.
  • rdflib is no longer a requirement.
  • Increased protmapper version (0.0.22) with updated protein resources.

Core assembly modules

  • Multiple updates to the INDRA BioOntology (version incremented from 1.12 to 1.18) including adding entity types for nodes, UniProt-Entrez mappings for non-human proteins, chemical family relations from LSPCI in indra.ontology.bio.
  • Belief engine significantly refactored to allow more flexibility in statement scoring in indra.belief.
  • New belief scorer module added which learns and applies scorers using sklearn models based on curation data in indra.belief.skl.

Statement representation

Knowledge sources

Model assemblers

  • Improved hub layout generation for CX networks in indra.assemblers.cx.
  • HtmlAssembler extended to generate links out for database sources, display belief badges, and improve knowledge source badges in indra.assemblers.html.
  • IndraNet assembler extended to provide better aggregation logic for
    Statements into network edges in indra.assemblers.indranet.
  • PyBEL assembler extended to include additional annotations on edges in indra.assemblers.pybel.

Tools

Resources and database clients