ParallelLogger 3.4.0 has been released. It no longer errors when logging inside a notebook, and adds some memory management for the upcoming Andromeda 1.0.0.
SelfControlledCaseSeries 5.3.2 has been released. This is a small patch for an edge case causing an error for calendar time splines when there are cases, but not in the study period.
TreatmentPatterns 3.0.2 is released on CRAN and GitHub. This patch contains compatibility updates with all HADES supported databases. There is an overview in the ReadMe; Fixed an edge case; and fixed compatibility with older R (4.2) versions.
CohortDiagnostics version 3.4.0 has been released. This includes a breaking change that removes cohort relationships diagnostics as functionality has been fully implemented in FeatureExtraction. Included is a migration to change old results data (in sqlite or postgresql) to support future compatibility with shiny applications.
Please check the release notes for full details of changes.
OhdsiShinyModules 3.2.0 has been released. This contains changes to support the latest version of cohort diagnostics.
This will remain compatible with old data but migrating old CohortDiagnostics data will be required to use the cohort overlap features.
PatientLevelPrediction v6.4.1 has been released. This release includes only bugfixes. This is as well the first release with an automated multi-platform docker build-test-and-push as part of the release workflow.
TreatmentPatterns v3.0.3 was released last week. This release only includes compatibility changes with Andromeda 1.0.0, while maintaining compatibility with Andromeda 0.6.7.
Andromeda 1.0.0 has been released. This is a major update, where we switch the backend from SQLite to DuckDB for greatly improved performance and smaller file sizes.
This release is the result of large efforts especially by @Adam_Black and @billobrien for implementing the backend switch, but also by @mvankessel, @ginberg, and @msuchard for adapting HADES package to support this new version.
There might be some minor issues for a short while because of the weird way R does object inheritance between packages. It is critically important to rebuild FeatureExtraction, SelfControlledCaseSeries, and CohortMethod after upgrading to Andromeda 1.0.0, because these packages hold binary copies of the Andromeda class.
ParallelLogger 3.4.2 has been released. This includes 2 important fixes for bugs that were introduced in recent versions, one related to multi-threading memory allocation for Andromeda on MacOS, and one related to automatically capturing all messages, warnings, and errors in the log.
SelfControlledCaseSeries 6.0.0 has just been released. This a major release, with many changes as described in the change log. Most importantly, this version introduces a new set of study diagnostics, for all the major assumptions of the SCCS design. These new diagnostics will be described (and evaluated) in more detail in an upcoming paper.
SelfControlledCaseSeries 6.0.1 has been released. This contains a minor fix that caused R to crash when running many analyses on a very small dataset. Also, this release gets us back in CRAN (we were kicked out because some old testing CRAN servers threw errors that later disappeared by themselves)