CohortMethod 6.0.0 has been released. This is a major update with many changes, so be sure to read the release notes. The biggest changes are:
Unifying the settings objects, converting them to R6, similar to what was done for SelfControlledCaseSeries. This should make it easier to develop Strategus specifications, for example in a GUI. This does mean your old study code is likely incompatible with this new version.
Adding the ability to specify a nesting cohort. The target and comparator will be nesting in this cohort, usually the indication. This allows the same cohorts to be used for both SCCS and CohortMethod. Attrition is precisely tracked.
Added the modification to the balance diagnostic as described in George’s paper. This will allow us to pass the balance diagnostic in smaller cohorts. Note that this is currently turned off by default. See the alpha and sdmAlpha arguments in the createComputeCovariateBalanceArgs and createCmDiagnosticThresholds functions, respectively.
In addition a shout out to Kelly Li, who revised the PS trimming function, providing the various options recommend in literature. (See createTrimByPsArgs).
CohortGenerator v1.1 has been released. This release adds new functions for computing cohort attrition using inclusion rule statistics (for Circe-based cohorts) and when using cohort subsetting.
PatientLevelPrediction v6.6 has been released. It’s a big change. Added flexible hyperparameter tuning and custom metrics. Added ridge regression and missing indicator’s. We now default to using logit’s for rank based metric’s wherever possible to prevent numerical issues.
Characterization v3.0.0 has been released. This is a major release, with many changes. The most important ones are:
Splitting the aggregateCovariates into: riskFactor, targetBaseline and caseSeries to make the inputs clearer.
riskFactor analysis now has three modes: efficient (target without case vs case), CohortIncidence (target without case who have some TAR vs case) and PatientLevelPrediction (target without case and without people with outcome during washout period before TAR vs case).
riskFactor analysis calculates SMD during execution and min SMD values can be specified to reduce result size.
OhdsiReportGenerator v2.1.0 has been released. Most changes are behind the scenes although we are now supporting different version of result tables so the latest OhdsiReportGenerator should work with results generated with older HADES packages as well as the latest HADES packages.
HADES-wide release 2026Q1 has been released. This is a snapshot of the HADES packages and their dependencies, thoroughly tested and confirmed to be mutually compatible. It is intended to be a stable environment for studies and execution engines. Currently, the release is only available as an renv lock file .
Strategus v1.5.0 has been released. This update provides support for CohortMethod v6, Characterization v3 and updates to EvidenceSynthesis for covariate balance meta-analysis and prediction interval calculation.