v0.4.1
To test this version, run:
pip install -U -i https://test.pypi.org/simple/ metabolike==0.4.1
This is a maintenance release that focus on testing. Turns out that's something you should have 😄. The core parsing code is now unit-tested.
What's Changed
- Test all parser code by @y1zhou in #33
- fix: remove quoted compound IDs in pathway links.
- refactor: put all database methods into *_to_graph() methods.
Full Changelog: v0.4.0...v0.4.1