From 10cdb8653ace820a8d5a3d47990ff1e66a914c0a Mon Sep 17 00:00:00 2001 From: philchalmers Date: Wed, 8 Dec 2021 21:26:58 +0000 Subject: [PATCH] try again --- DESCRIPTION | 2 +- NEWS.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 4151c4d64..75f53b081 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,5 +1,5 @@ Package: mirt -Version: 1.35 +Version: 1.35.1 Type: Package Title: Multidimensional Item Response Theory Authors@R: c( person("Phil", family="Chalmers", email = diff --git a/NEWS.md b/NEWS.md index 50518c4ce..884ea96b8 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# Changes in mirt 1.35 +# Changes in mirt 1.35.1 - Added `covdata` argument to `fscores()` to allow latent regression covariate information as well. Example added to `fscores()` documentation to demonstrate this addition