Skip to content
This repository has been archived by the owner on Sep 24, 2019. It is now read-only.

0.6.0 - 2016-03-15

Compare
Choose a tag to compare
@abargnesi abargnesi released this 16 Mar 00:57
· 156 commits to master since this release

Code changes since 0.5.0

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=true option to bel translate to stream data when the references are consistent.

Added

  • Added translator read/write option passing from the bel translate subcommand.

Development

  • Added doctest Rake task to run YARD @example tests in method level documentation.
  • Added gosh commands for running unit, integration and doctests (Issue #85).

Release details

https://github.com/OpenBEL/bel.rb/wiki/Version-0.6.0