Skip to content

Releases: darwin-eu/CDMConnector

v1.1.3

16 Oct 12:45
Compare
Choose a tag to compare

Fix recursive reference darwin-eu-dev/CDMConnector#312. Thanks to @catalamarti!

v1.1.2

23 Aug 02:16
Compare
Choose a tag to compare

CDMConnector 1.1.2

  • fix failing test on CRAN
  • add some bigquery support

v1.1.0

17 Aug 12:54
Compare
Choose a tag to compare

CDMConnector 1.1.0

  • add copy_cdm_to, copyCdmTo
  • add generate_concept_cohort_set, generateConceptCohortSet
  • add more example CDM datasets
  • add record_cohort_attrition, recordCohortAttrition
  • improve database test coverage
  • update vignettes

v1.0.0

13 Jun 12:42
Compare
Choose a tag to compare

CDMConnector 1.0.0

  • remove write_prefix in cdm_from_con in favor of using the write_schema argument for prefixing
  • remove cdm_tables argument from cdm_from_con in favor of cdm_select_tbl selection function
  • add attributes to the cdm object to communicate downstream temp table preferences

Released June 13, 2023

v0.6.0

05 May 14:26
Compare
Choose a tag to compare

CDMConnector 0.6.0

  • generate Capr cohorts with generateCohortSet
  • add datepart function for extracting year, month, day parts of dates in dplyr
  • fix datediff logic for years so it now returns number of complete years between two date
  • add "write_prefix" attribute to cdm objects to support a namespace within the write_schema

v0.5.1

23 Mar 12:48
Compare
Choose a tag to compare

CDMConnector 0.5.1

  • Add both camelCase and snake_case versions of all functions (@Tsemharb)
  • Add cdm object attributes to cdm_snapshot output
  • use number_records and number_subjects in cohort counts table
  • Minor bug fixes

v0.5.0

09 Mar 13:14
Compare
Choose a tag to compare

CDMConnector 0.5.0

  • Define generatedCohortSet class
  • Add summarize_quantile for cross database quantile queries
  • Add GeneratedCohortSet object, constructor, and attribute accessor functions
  • Add vignette on cohort generation
  • Add cdmSubset, cdmSubsetCohort, cdmSample for subsetting a cdm
  • Add cdmFlatten for transforming a cdm into a single flat table of observations
  • Improve test coverage
  • Make Java dependency optional
  • cdm_schema is now required in cdm_from_con except for duckdb connections
  • Remove visit_detail from default cdm tables
  • Deprecate computePermanent
  • Improve package website

Substantial contributions by @edward-burn, @catalamarti, @Tsemharb who are now
package co-authors.

Released Mar 8, 2023

v0.4.1

24 Jan 22:48
Compare
Choose a tag to compare

CDMConnector 0.4.1

  • Add computeQuery function for creating temp and persistent tables from dplyr queries
  • Download Eunomia from darwin-eu repository as zipped csv files
  • Add passing tests for Oracle and Spark
  • Add asDate wrapper that provides correct as.Date dbplyr translations
  • Incorporate code review suggestions from @mvankessel-EMC