Skip to content

Commit

Permalink
Release version 0.10
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
cubranic committed Dec 17, 2014
1 parent f9461c0 commit 9e54875
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion dist.ini
@@ -1,5 +1,5 @@
name = Statistics-R-IO
version = 0.092
version = 0.10
author = Davor Cubranic <cubranic@stat.ubc.ca>
license = GPL_3
copyright_holder = University of British Columbia
Expand Down

0 comments on commit 9e54875

Please sign in to comment.