Release Name: 0.1.3
Notes:
Ruby client for Rserve, a Binary R server (http://www.rforge.net/Rserve/).
Follows closely the new Java client API, but maintains all Ruby conventions when possible.
Changes:
=== 0.1.3 / 2010-05-24
* Better README.txt
* Implemented hash of options on Connection.new
* Better implementation of errors on connections
* REXP::Double#as_strings returns values as floats, not Rationals
* Bug fix on REXP#as_double_matrix.
* Added REXP#as_matrix, which return a standard library matrix from a R matrix
* New spec: REXP
|