Skip to content

Commit 4fc516c

Browse files
authored
Deprecate periodic effects classes and remove associated tutorial (#738)
1 parent 6cc3816 commit 4fc516c

8 files changed

Lines changed: 0 additions & 750 deletions

File tree

docs/tutorials/.pages

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@ nav:
66
- latent_hierarchical_infections.md
77
- right_truncation.md
88
- day_of_week_effects.md
9-
- periodic_effects.md

docs/tutorials/periodic_effects.qmd

Lines changed: 0 additions & 117 deletions
This file was deleted.

pyrenew/process/__init__.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,7 @@
66
IIDRandomSequence,
77
StandardNormalSequence,
88
)
9-
from pyrenew.process.periodiceffect import DayOfWeekEffect, PeriodicEffect
109
from pyrenew.process.randomwalk import RandomWalk, StandardNormalRandomWalk
11-
from pyrenew.process.rtperiodicdiffar import (
12-
RtPeriodicDiffARProcess,
13-
RtWeeklyDiffARProcess,
14-
)
1510

1611
__all__ = [
1712
"IIDRandomSequence",
@@ -20,8 +15,4 @@
2015
"DifferencedProcess",
2116
"RandomWalk",
2217
"StandardNormalRandomWalk",
23-
"PeriodicEffect",
24-
"DayOfWeekEffect",
25-
"RtPeriodicDiffARProcess",
26-
"RtWeeklyDiffARProcess",
2718
]

pyrenew/process/periodiceffect.py

Lines changed: 0 additions & 147 deletions
This file was deleted.

0 commit comments

Comments
 (0)