Skip to content

Commit

Permalink
Version 2.6-0
Browse files Browse the repository at this point in the history
  • Loading branch information
pbreheny committed Nov 27, 2019
1 parent e3952c0 commit b7256ea
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
Imports: lattice
Expand Down
8 changes: 8 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit b7256ea

Please sign in to comment.