Releases: OHDSI/circe-be
Releases · OHDSI/circe-be
CIRCE Version 1.2.2
CIRCE Version 1.2.2
Hotfix
- #12: Fixed temp table lengths for oracle
- Error in nested criteria: visit_occurrence_id was not being selected in the subquery
CIRCE Version 1.2.1
CIRCE Version 1.2.1
Hotfix
- Revert: Use dense_rank() instead of row_number() to return events that occur at the same time. Next release will incorporate statistic calculation that can handle multiple events on same date.
Circe Version 1.2.0
CIRCE Version 1.2.0
New Features
- Restrict correlated criteria to same visit.
- Use dense_rank() instead of row_number() to return events that occur at the same time.
CIRCE Version 1.1.1
CIRCE Version 1.1.1
Bug Fix
- Cohort collapse functionality: fixed null pointer exception due to un-initialized collapse settings.
Circe Version 1.1.0
CIRCE Version 1.1.0
New Features
- Cohort collapse functionality: Cohort records will be era-fied by default such that a person appears at most once in a given time window.
Circe Version 1.0.0
First Release
This is the first release of the circe-be repository. This release contains all the functionality for CIRCE cohort expressions that was extracted out of OHDSI/WebAPI and imported here.