Pybel Versions Save

🌶️ An ecosystem in Python for working with the Biological Expression Language (BEL)

v0.15.5

2 years ago

What's Changed

Full Changelog: https://github.com/pybel/pybel/compare/v0.15.4...v0.15.5

v0.15.4

2 years ago
  • Update dependencies on PyOBO and the Bioregistry
  • Update README for Harvard funding!

v0.15.3

3 years ago

Added

Fixed

v0.15.2

3 years ago

Added

  • Add support for directly regulates relationships

v0.15.1

3 years ago

Added

Changed

  • Switch to GitHub Actions
  • Use PyStow for file management
  • Use Bioregistry for prefix normalization

v0.15.0

3 years ago

Added

Changed

Fixed

v0.14.10

4 years ago

Added

Changed

Fixed

  • Fix bug in display of nice labels in Jupyter notebook (775bdc30)

Removed

  • Remove default service URL for BEL Commons exporter. The Fraunhofer instance was taken down (a9a540fb).

v0.14.9

4 years ago

Changed

Added

v0.14.8

4 years ago

Changed

  • pybel.post_graphdati() has been renamed to pybel.to_biodati()
  • pybel.to_web() has been renamed to pybel.to_bel_commons()
  • pybel.from_web() has been renamed to pybel.from_bel_commons()

Added

  • Content importers from GraphDati format with pybel.from_graphdati() and pybel.from_graphdati() and enable usage of respective extensions *.bel.graphdati.json and *.bel.graphdati.json.gz with pybel.load() (https://github.com/pybel/pybel/pull/425)
  • Content importer from BioDati with pybel.from_biodati() (https://github.com/pybel/pybel/pull/425)
  • Add direct function for loading CBN files (so you don't have to load the JSON first) with pybel.from_cbn_jgif_file()
  • Added pybel.grounding.ground() function that uses the unlisted Python 3.7+ dependency, ``pyobo``` to ground/normalize entities in a given BEL graph. This also takes care of upgrading legacy namespace names and mapping SCOMP/SFAM via FamPlex. (https://github.com/pybel/pybel/pull/426)

v0.14.7

4 years ago

Added

  • Support for transcription factor relationships in TSV (machine learning) output

Fixed