Releases: OHDSI/circe-be
Releases · OHDSI/circe-be
Circe v1.11.3
What's Changed
- Updated Era logic in final cohort and custom era strategy. by @chrisknoll in #205
- Split concept_id IN clauses into groups of 1000 elements. by @chrisknoll in #206
- Fix path case in ConceptSetDBTest. by @chrisknoll in #208
Full Changelog: v1.11.2...v1.11.3
Circe v1.11.2
What's Changed
- Added dateAdjust to print friendly and other corrections. by @chrisknoll in #199
Full Changelog: v1.11.1...v1.11.2
Circe Version 1.11.1
What's Changed
- Updated dependencies by @chrisknoll in #196
- Run UPDATE STATISTICS on codeset table by @chrisknoll in #197
Full Changelog: v1.11.0...v1.11.1
Circe Version 1.11.0
What's Changed
- Upgraded maven libs by @ecruz165 in #190
- Fix Typo in README by @gautam-triomics in #195
- Implement date offsets for Criteria queries. by @chrisknoll in #183
New Contributors
- @ecruz165 made their first contribution in #190
- @gautam-triomics made their first contribution in #195
Full Changelog: v1.10.1...v1.11.0
Circe Version 1.10.1
What's Changed
- fixed bug during cohort generation in netezza by @ssuvorov-fls in #181
- Forces decimal formatting to Locale.US - fixes #184 by @anthonysena in #185
Full Changelog: v1.10.0...v1.10.1
Circe Version 1.10.0
CIRCE Version 1.10.0
What's Changed
- Typo - Export / Text View - Cohort Exit - suply OHDSI/Atlas#2750 by @anton-abushkevich in #175
- Added visit detail entity by @ssuvorov-fls in #174
- Remove all CTEs from generateCohortSql. by @chrisknoll in #177
Full Changelog: v1.9.5...v1.10.0
Circe Version 1.9.5
CIRCE Version 1.9.5
Fixes
#170 : Fix startDateExpression and endDateExpression in PayerPlanPeriod criteria.
Circe Version 1.9.4
CIRCE Version 1.9.4
Fixes
#160: Handle standard and non-standard (source concepts) criteria attributes.
Circe Version 1.9.3
CIRCE Version 1.9.3
Fixes
Added override to buildExpressionQuery that accepts String. This was missing from the initial 1.9 release.
CIRCE Version 1.9.2
CIRCE Version 1.9.2
Fixes
Do not write to results schema when genrateStats
is false.