diff --git a/DESCRIPTION b/DESCRIPTION index c4576ab..7833098 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: visreg Title: Visualization of Regression Models -Version: 2.5-1 -Date: 2019-06-26 +Version: 2.6-0 +Date: 2019-11-27 Author: Patrick Breheny, Woodrow Burchett Maintainer: Patrick Breheny Imports: lattice diff --git a/NEWS b/NEWS index 2052745..116de64 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +2.6-0 (2019-11-27) + * New: visreg(), visreg2d() now accept data= option for explicit data passing + * Fixed: coxph models now work when update() is required (#76) + * Fixed: Improved formula parsing (now uses all.vars) + * Changed: plot.visreg2d() now returns transformation matrix for persp plots + * Internal: TravisCI now used for automatic testing + * Internal: More consistent handling of matrix outcome (mlm) + 2.5-1 (2019-06-26) * Fixed: Restoring compatibility with current version of quantreg * Fixed: Restoring compatibility with current version of survey