Skip to content

Releases: darwin-eu-dev/TreatmentPatterns

v3.1.2

11 Feb 08:24

Choose a tag to compare

  • 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

25 Aug 09:31
7ac1b19

Choose a tag to compare

What's Changed

Full Changelog: v3.1.0...v3.1.1

v3.1.0

04 Jun 07:39
9bc5c00

Choose a tag to compare

What's Changed

Full Changelog: v3.0.3...v3.1.0

v3.0.3

16 Apr 13:59
6dd2cf8

Choose a tag to compare

What's Changed

Full Changelog: v3.0.2...v3.0.3

V3.0.2

07 Apr 11:21

Choose a tag to compare

What's Changed

Full Changelog: v3.0.1...v3.0.2

v3.0.1

11 Mar 07:46
ff39c2c

Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v3.0.1

v3.0.0

06 Feb 14:53
05d75d5

Choose a tag to compare

What's Changed

Full Changelog: v2.7.0...v3.0.0

v2.7.0

27 Nov 13:18
6fcce49

Choose a tag to compare

What's Changed

Full Changelog: v2.6.8...v2.7.0

See NEWS.md

v2.6.9

24 Sep 10:54

Choose a tag to compare

  • Disabled tests when required suggested packages are not available.
  • Updated examples to only run when required suggested packages are available.

What's Changed

Full Changelog: v2.6.0...v2.6.9

v2.6.8

30 Aug 07:22

Choose a tag to compare

  • 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.

Closed the following issues:
#242
#239
#241