Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bquistorff committed Jul 26, 2017
1 parent 7de0c99 commit de5cc03
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
6 changes: 3 additions & 3 deletions ado/parallel.ado
Original file line number Diff line number Diff line change
@@ -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]
*!
Expand Down Expand Up @@ -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 */
Expand Down
2 changes: 1 addition & 1 deletion ado/parallel.sthlp
Original file line number Diff line number Diff line change
@@ -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}

Expand Down
2 changes: 1 addition & 1 deletion parallel.pkg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit de5cc03

Please sign in to comment.