Skip to content

Releases: OHDSI/circe-be

CIRCE v1.9.1

13 Jan 21:18
Compare
Choose a tag to compare

CIRCE Version 1.9.1

Fixes

#153: Fixed an issue related to inclusion rule impact analysis when using cached cohort results in WebAPI.

CIRCE Version 1.9.0

08 Dec 18:24
3e80fe1
Compare
Choose a tag to compare

CIRCE Version 1.9.0

Testing and Code Coverage

Version 1.9.0 introduces embedded database (postgres) testing and produces a code coverage report. Current coverage is at 58%, but will improve over time.

Features

#149 - Print Friendly: CIRCE now supports markdown rendering of CIRCE cohort expressions and concept sets natively.
#147 - added support for condition status criteria
#142 - Criteria Columns: CIRCE expressions support projecting a specified column from an underlying criteria query. This allows correlated criteria to select distinct concept_id, start_date and visit_ids for counting.

Fixes

#63 - Fixed offset exit strategy should honor observation period end date.
#110 - fixed sql injection in cohort queries
#127 - Fix It for incomplete inclusion rule did not work
#108 - Use days supply for Drug Exposure End Date

CIRCE Version 1.8.6

29 Jul 13:40
Compare
Choose a tag to compare

CIRCE Version 1.8.6

Fixes

Added hashcode and equals tho ConceptSet classes.

CIRCE Version 1.8.5

03 Apr 15:38
45e0bf6
Compare
Choose a tag to compare

CIRCE Version 1.8.5

Fixes

OHDSI/SqlRender#208: Reduce number of inserts for BigQuery

CIRCE Version 1.8.4

04 Mar 15:21
Compare
Choose a tag to compare

CIRCE Version 1.8.4

Fixes

OHDSI/Atlas#2129: Fix SQL Injection for user entered text fields.

CIRCE Version 1.8.3

30 Sep 21:05
Compare
Choose a tag to compare

CIRCE Version 1.8.3

Fixes

#92: Regression: Cohort generation fails on IMPALA due to wrong SQL #1312 (#92)

CIRCE Version 1.8.2

10 Sep 19:00
Compare
Choose a tag to compare

CIRCE Version 1.8.2

Fixes

#92: Cohort generation fails on IMPALA due to wrong SQL #1312 (#92)
#91: Removed alias and typo fixes
#90: Issue 1933 atlas cohort check incorrectly flags concept set as unused

CIRCE Version 1.8.1

07 Aug 18:57
Compare
Choose a tag to compare

CIRCE Version 1.8.1

Fixes

#85: Add linebreaks to sql templates
#88: Wrong datatypes in concept sets for negative controls

CIRCE Version 1.8.0

26 Jun 15:00
Compare
Choose a tag to compare

CIRCE Version 1.8.0

Features

Cohort Expression versioning via semver.
New Criteria: Location region Criteria (CDM 6.0 only).
CohortExpressionQueryBuilder made more extensible.
Semver range for cohort expression elements: each element in the cohort expression is marked with a semver range that can be checked to determine if the cohort expression is compatible with the target cdm for execution.

Fixes

#73: Handle joins on windowedCriteria that are empty.
#81: Fixed date format in Location region Criteria for Netezza.
#77: Fix concept set check for cohort criteria.

CIRCE Version 1.7.3

02 Apr 20:25
Compare
Choose a tag to compare

CIRCE Version 1.7.3

Fixes

OHDSI/WebAPI#136, #35: Allow invalid concepts in results
#69: Fixed gender concept criteria in DoseEra and DrugEra.