From 4cf6854685385d95bfdad0385d7bfeedf2ca9635 Mon Sep 17 00:00:00 2001 From: Noah Greifer Date: Thu, 12 Oct 2023 18:08:39 -0400 Subject: [PATCH] Prep for submission --- DESCRIPTION | 2 +- NEWS.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index b486b475..3a9c907e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,5 +1,5 @@ Package: MatchIt -Version: 4.5.4.9001 +Version: 4.5.5 Title: Nonparametric Preprocessing for Parametric Causal Inference Description: Selects matched samples of the original treated and control groups with similar covariate distributions -- can be diff --git a/NEWS.md b/NEWS.md index 2325dc7e..e47a1717 100644 --- a/NEWS.md +++ b/NEWS.md @@ -6,7 +6,7 @@ output: `MatchIt` News and Updates ====== -# MatchIt (development version) +# MatchIt 4.5.5 * When using `method = "cardinality"`, a new solver, HiGHS, can be requested by setting `solver = "highs"`, which relies on the `highs` package. This is much faster and more reliable than GLPK and is free and easy to install as a regular R package with no additional requirements.