From 9e548758480a90f146244a79462f43e3b04b6538 Mon Sep 17 00:00:00 2001 From: Davor Cubranic Date: Wed, 17 Dec 2014 14:28:24 -0800 Subject: [PATCH] Release version 0.10 Changes since v0.092: - Implement complex vector SEXPs (#30) - Implement closure SEXPs (#29, #32, #34, #35, #36, #38) - Implement expression SEXPs (#26) - Implement special environments global, base, and empty (#31, #33) - Allow configuring Rserve host from WebWork settings - Add graceful failure in WWk macros if Rserve host is not configured - Fix parsing of special row names (#39) --- Changes | 11 +++++++++++ dist.ini | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 235afab..05f253a 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,16 @@ Revision history for Statistics-R-IO +0.10 17 December 2014 + - Implement complex vector SEXPs (#30) + - Implement closure SEXPs (#29, #32, #34, #35, #36, #38) + - Implement expression SEXPs (#26) + - Implement special environments global, base, and empty (#31, + #33) + - Allow configuring Rserve host from WebWork settings + - Add graceful failure in WWk macros if Rserve host is not + configured + - Fix parsing of special row names (#39) + 0.092 21 July 2014 - fix setting custom Rserve host and port - allow specifying Rserve host for unit tests with RSERVE_HOST diff --git a/dist.ini b/dist.ini index f3b32e1..f50d55a 100644 --- a/dist.ini +++ b/dist.ini @@ -1,5 +1,5 @@ name = Statistics-R-IO -version = 0.092 +version = 0.10 author = Davor Cubranic license = GPL_3 copyright_holder = University of British Columbia