This repository was archived by the owner on Sep 24, 2019. It is now read-only.
0.6.0 - 2016-03-15
Update using RubyGems: gem update bel
Fixed
- Serialization of BEL Script / XBEL can produce incorrect annotation and namespaces references (Issue #111).
Changed
- Separate random sampling from random data in BEL generator (Issue #105).
- Improved BEL quoting API. Deprecated previous API methods. (Issue #104).
- BEL and XBEL translators will now buffer on write to account for all annotation/namespace references. Pass the
-t streaming=trueoption tobel translateto stream data when the references are consistent.
Added
- Added translator read/write option passing from the
bel translatesubcommand.
Development
- Added doctest Rake task to run YARD
@exampletests in method level documentation. - Added gosh commands for running unit, integration and doctests (Issue #85).