Skip to content

Commit 5b8d051

Browse files
committed
Bump version for release
1 parent cd445a6 commit 5b8d051

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: pROC
22
Type: Package
33
Title: Display and Analyze ROC Curves
4-
Version: 1.18.9999
5-
Date: 2024-07-07
4+
Version: 1.19.0
5+
Date: 2025-07-30
66
Encoding: UTF-8
77
Depends: R (>= 2.14)
88
Imports: methods, Rcpp (>= 0.11.1)

NEWS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
1.18.9999
1+
1.19.0 (2025-07-30)
22
* 'ci.coords' can now take the same 'input' values as 'coords' (issue #90)
33
* 'ci.coords' can be 'plot'ted
44
* Added "lr_pos" and "lr_neg" to 'coords' (issue #102)
5+
* 'coords' with partial.auc now interpolates bounds when needed
6+
* Added 'ignore.partial.auc' argument to 'coords'
57
* Deprecated 'transpose', 'as.list', 'as.matrix' and 'drop' in 'coords'
68
* Deprecated the 'algorithm' argument to 'roc' and 'fun.sesp' value
79
* Deprecated the 'progress' and 'parallel' argument for bootstrap operations.
810
* Removed dependencies on 'doParallel' and retired package 'plyr' (thanks to Michael Chirico, pr #134, #135, #136, #137, #138, #139 and #140).
9-
* 'coords' with partial.auc now interpolates bounds when needed
10-
* Added 'ignore.partial.auc' argument to 'coords'
1111

1212
1.18.5 (2023-11-01):
1313
* Fixed formula input when given as variable and combined with `with` (issue #111)

0 commit comments

Comments
 (0)