From de5cc03fc10b2ac3e35f0815eb0faa6c5eb7c2a9 Mon Sep 17 00:00:00 2001 From: Brian Quistorff Date: Wed, 26 Jul 2017 18:43:28 -0400 Subject: [PATCH] bump version --- ChangeLog | 3 +++ ado/parallel.ado | 6 +++--- ado/parallel.sthlp | 2 +- parallel.pkg | 2 +- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index e3973a6..f6a886d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2017-07-26 Brian Quistorff + * Add support for multiple machines (that use the same filesystem) via the hostnames option. + 2017-07-09 George G. Vega Yon: * Updated the README files, but used the -f- option so that the examples would work. diff --git a/ado/parallel.ado b/ado/parallel.ado index 5da467a..19c2388 100644 --- a/ado/parallel.ado +++ b/ado/parallel.ado @@ -1,4 +1,4 @@ -*! version 1.18.3 09jul2017 +*! version 1.19.0 26jul2017 *! PARALLEL: Stata module for parallel computing *! by George G. Vega [cre,aut], Brian Quistorff [aut] *! @@ -102,10 +102,10 @@ end program def parallel_version, rclass version 11.0 di as result "parallel" as text " Stata module for parallel computing" - di as result "vers" as text " 1.18.3 09jul2017" + di as result "vers" as text " 1.19.0 26jul2017" di as result "auth" as text " George G. Vega [cre,aut], Brian Quistorff [aut]" - return local pll_vers = "1.18.3" + return local pll_vers = "1.19.0" end /* Take a look to logfiles */ diff --git a/ado/parallel.sthlp b/ado/parallel.sthlp index 9f7bb31..dceb754 100644 --- a/ado/parallel.sthlp +++ b/ado/parallel.sthlp @@ -1,5 +1,5 @@ {smcl} -{* *! version 1.18.3 09jul2017}{...} +{* *! version 1.19.0 26jul2017}{...} {cmd:help parallel}{right:also see: {net "describe miparallel, from(http://fmwww.bc.edu/RePEc/bocode/m)":miparallel}} {hline} diff --git a/parallel.pkg b/parallel.pkg index a4488b1..5fad8ec 100644 --- a/parallel.pkg +++ b/parallel.pkg @@ -34,7 +34,7 @@ d KW: multiple imputations d d Requires: Stata version 11 d -d Distribution-Date: 20170709 +d Distribution-Date: 20170726 d d Authors: George Vega Yon , California Institute of Technology, USA d Brian Quistorff, Microsoft AI and Research, USA