Skip to content

Commit 437570a

Browse files
authored
Merge pull request #282 from OHDSI/develop
Release v3.7.2
2 parents 803d982 + d05b2fb commit 437570a

60 files changed

Lines changed: 171 additions & 90 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: FeatureExtraction
22
Type: Package
33
Title: Generating Features for a Cohort
4-
Version: 3.7.1
5-
Date: 2024-09-11
4+
Version: 3.7.2
5+
Date: 2024-10-17
66
Authors@R: c(
77
person("Martijn", "Schuemie", , "schuemie@ohdsi.org", role = c("aut")),
88
person("Marc", "Suchard", role = c("aut")),

NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
FeatureExtraction 3.7.2
2+
=======================
3+
4+
- Fix bug in MeasurementValue.sql (#279)
5+
- Fix running getDbCovariateData on snowflake (#236)
6+
17
FeatureExtraction 3.7.1
28
=======================
39

R/GetDefaultCovariates.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ getDbDefaultCovariateData <- function(connection,
155155
sql <- SqlRender::translate(
156156
sql = todo$sqlQueryContinuousFeatures,
157157
targetDialect = attr(connection, "dbms"),
158-
oracleTempSchema = oracleTempSchema
158+
tempEmulationSchema = tempEmulationSchema
159159
)
160160
DatabaseConnector::querySqlToAndromeda(
161161
connection = connection,

docs/404.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/CreatingCovariatesBasedOnOtherCohorts.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/CreatingCovariatesUsingCohortAttributes.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/CreatingCustomCovariateBuilders.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/CreatingCustomCovariateBuildersKorean.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/UsingFeatureExtraction.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/UsingFeatureExtractionKorean.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)