Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
perpdgo committed Aug 24, 2018
1 parent 0564dac commit 778ede8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG
Expand Up @@ -40,9 +40,15 @@ version 1.0.5
saving effects in binary files & computing windows

version 1.0.6
never released, problems with reverse depencies

version 1.0.7
Removing OpenMP Flags, C code for registring routines added
Update urls

version 1.0.8
Bayesian Ridge Regression now supports (square) triangular matrices and samples effects efficiently
Sampling from truncated normal distribution is performed using the truncnorm library
C code for registration of routines added
Fixes in C code for avoiding integer overflow in sampling functions with large datasets
CITATION added
Several fixes for displaying messages when using stop(), cat(), etc.
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
@@ -1,6 +1,6 @@
Package: BGLR
Version: 1.0.6
Date: 2018-08-17
Version: 1.0.8
Date: 2018-08-24
Title: Bayesian Generalized Linear Regression
Author: Gustavo de los Campos, Paulino Perez Rodriguez,
Maintainer: Paulino Perez Rodriguez <perpdgo@colpos.mx>
Expand Down
4 changes: 2 additions & 2 deletions R/BGLR.R
Expand Up @@ -855,7 +855,7 @@ welcome=function()
message("\n");
message("#--------------------------------------------------------------------#");
message("# _\\\\|//_ #");
message("# (` o-o ') BGLR v1.0.6 beta #");
message("# (` o-o ') BGLR v1.0.8 beta #");
message("#------ooO-(_)-Ooo---------------------------------------------------#");
message("# Bayesian Generalized Linear Regression #");
message("# Gustavo de los Campos, gdeloscampos@gmail.com #");
Expand Down Expand Up @@ -922,7 +922,7 @@ metropLambda=function (tau2, lambda, shape1 = 1.2, shape2 = 1.2, max = 200, ncp
stop("This package requires R 2.10 or later")
assign(".BGLR.home", file.path(library, pkg),
pos=match("package:BGLR", search()))
BGLR.version = "1.0.6 Beta (GitHub)"
BGLR.version = "1.0.8 Beta (GitHub)"
assign(".BGLR.version", BGLR.version, pos=match("package:BGLR", search()))
if(interactive())
{
Expand Down

0 comments on commit 778ede8

Please sign in to comment.