Skip to content

Commit b582b49

Browse files
committed
Incrementing version number and NEWS file
1 parent b3ba288 commit b582b49

3 files changed

Lines changed: 11 additions & 6 deletions

File tree

DESCRIPTION

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: changepoint
22
Type: Package
33
Title: Methods for Changepoint Detection
4-
Version: 2.3
5-
Date: 2024-11-02
4+
Version: 2.3.1
5+
Date: 2026-06-03
66
Authors@R: c(person("Rebecca", "Killick",
77
role=c("aut","cre"),email="r.killick@lancs.ac.uk"),
88
person("Kaylea", "Haynes", role="ctb"),
@@ -18,10 +18,10 @@ Depends: R(>= 3.2), methods, stats, zoo(>= 0.9-1)
1818
Suggests: testthat, vdiffr
1919
License: GPL
2020
LazyData: true
21-
Packaged: 2024-11-02 14:14:13 UTC; killick
21+
Packaged: 2026-06-03 14:14:13 UTC; killick
2222
NeedsCompilation: yes
2323
Repository: CRAN
24-
Date/Publication: 2024-11-02 15:50:02 UTC
24+
Date/Publication: 2026-06-03 15:50:02 UTC
2525
Author: Rebecca Killick [aut, cre],
2626
Kaylea Haynes [ctb],
2727
Harjit Hullait [ctb],

NEWS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Version 2.3.1
2+
=============
3+
4+
* Added "PoissonProcess" as an option to cpt.meanvar. This takes a vector of event times (including start and end of monitoring time) and returns the changepoint locations within this. The changepoint locations can either be immediately before an event, or at an event. Thus the minimum segment length is counting in this "changepoint time" rather than event times. So a minimum segment length of 2 (the smallest valid) counts "immediately before event i" and "at event i" as two separate potential changepoint times. Thus a minimum segment length of 2 indicates there must be at least one event in the segment. A minimum segment length of 3 means either 1 or 2 events per segment (depending on whether the start of the segment is at an event or just before) and a minimum segment length of 4 means at least two events per segment.
5+
16
Version 2.3
27
===========
38

man/changepoint-package.Rd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Implements various mainstream and specialised changepoint methods for finding si
1212
\tabular{ll}{
1313
Package: \tab changepoint\cr
1414
Type: \tab Package\cr
15-
Version: \tab 2.3 \cr
16-
Date: \tab 2024-11-02\cr
15+
Version: \tab 2.3.1 \cr
16+
Date: \tab 2026-06-03\cr
1717
License: \tab GPL\cr
1818
LazyLoad: \tab yes\cr
1919
}

0 commit comments

Comments
 (0)