Skip to content

Commit e525770

Browse files
Increment version
1 parent c62169a commit e525770

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

DESCRIPTION

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: ParBayesianOptimization
22
Title: Parallel Bayesian Optimization of Hyperparameters
3-
Version: 1.2.4
3+
Version: 1.2.5
44
Authors@R: person("Samuel", "Wilson", email = "[email protected]", role = c("aut", "cre"))
55
Description: Fast, flexible framework for implementing Bayesian optimization of model
66
hyperparameters according to the methods described in Snoek et al. <arXiv:1206.2944>.
@@ -14,7 +14,6 @@ Imports: data.table (>= 1.11.8), DiceKriging, stats, foreach, dbscan, lhs, crayo
1414
Suggests: knitr, rmarkdown, xgboost, doParallel, testthat
1515
License: GPL-2
1616
Encoding: UTF-8
17-
LazyData: true
18-
RoxygenNote: 7.1.0
17+
RoxygenNote: 7.1.1
1918
VignetteBuilder: knitr
2019
Maintainer: Samuel Wilson <[email protected]>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Build
55
Status](https://api.travis-ci.org/AnotherSamWilson/ParBayesianOptimization.svg)](https://travis-ci.org/AnotherSamWilson/ParBayesianOptimization)
66
[![CRAN\_Status\_Badge](http://www.r-pkg.org/badges/version/ParBayesianOptimization)](https://CRAN.R-project.org/package=ParBayesianOptimization)
7-
[![DEV\_Version\_Badge](https://img.shields.io/badge/Dev-1.2.4-blue.svg)](https://CRAN.R-project.org/package=ParBayesianOptimization)
7+
[![DEV\_Version\_Badge](https://img.shields.io/badge/Dev-1.2.5-blue.svg)](https://CRAN.R-project.org/package=ParBayesianOptimization)
88
[![CRAN\_Downloads](https://cranlogs.r-pkg.org/badges/ParBayesianOptimization)](https://CRAN.R-project.org/package=ParBayesianOptimization)
99
[![Coverage
1010
Status](https://codecov.io/gh/AnotherSamWilson/ParBayesianOptimization/branch/master/graph/badge.svg)](https://codecov.io/gh/AnotherSamWilson/ParBayesianOptimization/branch/master)

0 commit comments

Comments
 (0)