Releases: darwin-eu-dev/TreatmentPatterns
Releases · darwin-eu-dev/TreatmentPatterns
v3.1.2
- Fixes run-to-run stability of TreatmentPatterns.
- Fixes issue for andromeda >= 1.0.0
- Fixed issue where doubles casted to numeric were reported in scientific notation.
- Fixed issue when parallelizing multiple computePathways(), caused by database-side conflicts.
- Fixed issue where the same subject_id was assigned a different pseudo-subject_id when using multiple cohort tables.
- Fixed issue when multiple target cohorts and multiple cohort tables were specified.
- Added export of problematic records when combination check fails.
- Deprecated SQL implementation for fetching cohort information.
- Internal change to always use CDMConnector internally (either using ODBC or JDBC).
- Require CDMConnector >= 2.0.0.
- Gracefully exit when there is no internet connection when running internal helper functions for testing.
v3.1.1
What's Changed
- fix issue #9 - row_number needs and order by clause. by @ablack3 in #319
- Changes fix by @mvankessel-EMC in #321
- Made code generic enough for both SQLite and DuckDB by @mvankessel-EMC in #323
- Develop by @mvankessel-EMC in #324
- CRAN release by @mvankessel-EMC in #325
Full Changelog: v3.1.0...v3.1.1
v3.1.0
What's Changed
- Edge case by @mvankessel-EMC in #304
- added strategus execution vignette by @mvankessel-EMC in #303
- Disabled empty cohorts test by @mvankessel-EMC in #314
- P3c3009 by @mvankessel-EMC in #313
- Added keep and truncate algo by @mvankessel-EMC in #306
- added patient level export by @mvankessel-EMC in #310
- Develop by @mvankessel-EMC in #315
- Rc by @mvankessel-EMC in #316
Full Changelog: v3.0.3...v3.1.0
v3.0.3
What's Changed
- 292 by @mvankessel-EMC in #294
- cast json input to character by @mvankessel-EMC in #295
- Develop by @mvankessel-EMC in #296
- Duckdb2 by @mvankessel-EMC in #298
- Develop by @mvankessel-EMC in #300
- CRAN submission by @mvankessel-EMC in #301
Full Changelog: v3.0.2...v3.0.3
V3.0.2
v3.0.1
What's Changed
- Changed eunomia_dir() to eunomiaDir() by @mvankessel-EMC in #285
- added ggSunburst by @mvankessel-EMC in #286
- Deprecate shiny app by @mvankessel-EMC in #287
- Develop by @mvankessel-EMC in #289
- Rc by @mvankessel-EMC in #290
Full Changelog: v3.0.0...v3.0.1
v3.0.0
What's Changed
- sync by @mvankessel-EMC in #262
- 190 by @mvankessel-EMC in #266
- Results class by @mvankessel-EMC in #267
- 172 by @mvankessel-EMC in #269
- Save args by @mvankessel-EMC in #270
- rc <- develop by @mvankessel-EMC in #277
- CRAN release by @mvankessel-EMC in #279
- Update test-coverage.yaml by @mvankessel-EMC in #282
Full Changelog: v2.7.0...v3.0.0
v2.7.0
What's Changed
- Date fixes by @mvankessel-EMC in #243
- Dev by @mvankessel-EMC in #244
- Rc by @mvankessel-EMC in #246
- Added lifecycle badge by @mvankessel-EMC in #256
- Added copyright statement by @mvankessel-EMC in #254
- Renamed periodPriorToIndex to indexDateOffset by @mvankessel-EMC in #255
- Added better error messages and warnings on emptyness of cohort table by @mvankessel-EMC in #257
- Expanded event duration output by @mvankessel-EMC in #258
- rc <- dev by @mvankessel-EMC in #259
- CRAN sync by @mvankessel-EMC in #260
Full Changelog: v2.6.8...v2.7.0
See NEWS.md
v2.6.9
- Disabled tests when required suggested packages are not available.
- Updated examples to only run when required suggested packages are available.
What's Changed
- Rc by @mvankessel-EMC in #245
Full Changelog: v2.6.0...v2.6.9
v2.6.8
- Updated some tests to work with later versions of omopgenerics.
- Fixed issue with where combinations sometimes got miss-classified.
- Fixed issue when event starts and ends on end-date of target.
- Fixed issue when collapsing events when there is also a combination, when filterTreatments = "All".
- Added check in tests to only run if packages are availible. (noSuggests, M1).
createSankeyDiagram()now supports pathways over 3 levels long.