---------------------------------------------------------------------------------
Added
~~~~~
- BELGraph class now has built-in summaries for authors and citations
- Added first Jupyter notebook into documentation. More to come!
Changed
~~~~~~~
- Authors are always stored as lists inside edges
- Nodes in node-link JSON always have the BEL string included
- Updated documentation for data model and DSL
- Enforce keyword argument usage in BELGraph.add_qualified_edge
- Use iterator in pybel.union so graphs can be lazily loaded and combine
Removed
~~~~~~~
- Remove remaining traces of namespace hierarchy table
Fixed
~~~~~
- Union function also takes union of locally defined annotations now
- Handling of special translocations (sec, surf; https://github.com/pybel/pybel/issues/377)
- Fixed public header in pybel.to_web
- Fixed public interface to pipeline and queries
- Fixed parsing of gene methylations/modifications