- Fix participants attribute of Interactions to be list-like
0.0.5
- Allow using custom encoding when processing OWL - Migrate testing from Travis to GitHub Actions
0.0.4
- Export the correct custom XML-base name space associated with a model when serializing into OWL
0.0.3
- Generalize the OWL parser to serialization formats that are different from the PathwayCommons conventions (e.g., the PhosphoSitePlus BioPAX export).
0.0.2
- Implement several BioPAX L3 classes that the previous version missed - Various bug fixes in class inheritance and attributes - Implement str/repr for some classes
0.0.1
Initial release containing - An implementation of Python classes representing each BioPAX object type - An implementation of a BioPAX Model class - Serialization from OWL/XML and serialization into OWL/XML - A Pathway Commons client supporting graph queries via the PC2 REST service