From d3dfd92e6594b79551cffd888482aa62ce77b304 Mon Sep 17 00:00:00 2001 From: Noah Greifer Date: Tue, 12 Nov 2024 18:44:55 -0500 Subject: [PATCH] Prop for submission --- DESCRIPTION | 3 ++- NEWS.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 9b9efdc4..23dcbcc4 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,5 +1,5 @@ Package: MatchIt -Version: 4.5.5.9003 +Version: 4.6.0 Title: Nonparametric Preprocessing for Parametric Causal Inference Description: Selects matched samples of the original treated and control groups with similar covariate distributions -- can be @@ -48,6 +48,7 @@ Suggests: randomForest (>= 4.7-1), glmnet (>= 4.0), gbm (>= 2.1.7), + gurobi, cobalt (>= 4.2.3), boot, marginaleffects (>= 0.19.0), diff --git a/NEWS.md b/NEWS.md index 6f31204c..11f970db 100644 --- a/NEWS.md +++ b/NEWS.md @@ -6,7 +6,7 @@ output: `MatchIt` News and Updates ====== -# MatchIt (development version) +# MatchIt 4.6.0 Most improvements are related to performance. Some of these dramatically improve speeds for large datasets. Most come from improvements to `Rcpp` code.