Skip to content

Commit

Permalink
Merge branch 'develop' into JOSS
Browse files Browse the repository at this point in the history
  • Loading branch information
Naeemkh committed Mar 1, 2024
2 parents d9afd94 + 7456a22 commit 796c756
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: GPCERF
Title: Gaussian Processes for Estimating Causal Exposure Response Curves
Version: 0.2.1.9000
Version: 0.2.2
Authors@R: c(
person("Naeem", "Khoshnevis", email = "[email protected]",
role=c("aut","cre"),
Expand Down
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
- `estimate_cerf_nngp` takes `outcome_col`, `treatment_col`, and `covariates_col` names as inputs.
- `estimate_cerf_gp` takes `outcome_col`, `treatment_col`, and `covariates_col` names as inputs.


# GPCERF 0.2.2 (2024-02-16)

## Changed
- `n_thread` -> `nthread` in `estimate_noise_nn` documentation.


# GPCERF 0.2.1 (2023-01-15)

## Changed
Expand Down
2 changes: 1 addition & 1 deletion R/estimate_noise_nn.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#' levels.
#' @param y_obs A vector of observed outcomes.
#' @param n_neighbor A number of nearest neighbors on one side.
#' @param n_thread A number of cores used in the estimation.
#' @param nthread A number of cores used in the estimation.
#' @param kernel_fn The covariance function of the GP.
#'
#' @return
Expand Down
11 changes: 11 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Submission (February 16, 2024):

We appreciate your efforts in reviewing the GPCERF 0.2.2 package. In this upgrade, we:

- Fixed a note raised in some of CRAN checks.

All tests and checks have passed successfully.

Best regards,
Naeem Khoshnevis
RCD - HUIT Harvard University
4 changes: 2 additions & 2 deletions man/estimate_noise_nn.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 796c756

Please sign in to comment.