Skip to content

Releases: OHDSI/Atlas

Atlas v2.9.0

18 May 13:33
Compare
Choose a tag to compare

New Features

#2493: Localization feature was introduced including translations to Korean and Chinese languages. Thanks to IQVIA and APAC for their contribution.

#2426: Datatable: Page Size option. All table lists were unified with page size options. Also it's possible now to configure custom sizes and default table size.

Fixes

#2476: Report can be opened after closing
#2480: Concepts in evidence tab are now shown after selection
#2485: Datatable size S issue
#2484: Permission checking for priority daimon has been added
#2503: Prevent stacktrace input from endpoint
#2487: Updated StdDiff logic
#2511: Configure access is not available for Pathways
#1850: error message is shown after unsuccessful SAML auth
#2518: Included concepts table is not shown
#2521: Configure access is unavailable for concept set
#2527: Facets filters don't work properly
#2536: Some of Heracles reports are not shown

Atlas Version v2.8.2

13 Apr 17:21
293162d
Compare
Choose a tag to compare

Fixes

#1839: Concept set export not updating until after saving
#2484: White screen on concept set page for users with AtlasUsers Role only
#2492: Permission checking for priority daimon has been added

Atlas Version 2.8.1

01 Mar 16:30
3055352
Compare
Choose a tag to compare

Fixes

#2430 : Vulnerabilities in bootstrap-select
#2418 : Graphical View is available only after changing the size of the browser
#2427 : Wrong message shown when creating a new Concept Set
#2411 : ID in the URL stays the same if we copy a cohort from all the tabs except "Definition"
#2435 : Fixed copying of cohort definition
#2456 : It Is not able to add a concept from the concept page
#2455 : Loader gets stuck after the first attempt to create a concept set
#2464 : Samples result is not cleared/switched after switching a data source
#2441 : Configure access modal fails on cohort definition load
#2454 : Explore Evidence tab in Cohorts doesn't allow to save conceptsets
#2480 : Explore Evidence Concept Sets are not displayed in the negative/positive controls

Atlas Version 2.8.0

18 Dec 22:11
c0c561d
Compare
Choose a tag to compare

New Features

Concept Sets: multiple concept sets can be opened at the same time; you can now specify how to add the concept (as exclude, as descendant); created reusable components such that all concept set editing (cohorts, characterization, incidence rate, repository concept sets) share the same codebase.

Cohort Pathways: a 'tabular results' view was included in the results, with the ability to download the raw data as CSV. The tables also include other summary results, such as distinct pathways by rank.

Characterizations: in addition to being able to define prevalence statistics with custom criteria, you can now define distribution statistics based on custom criteria, looking at values like duration, number of records, and other domain-specific values.

Cohort Samples: once a cohort definition is generated, you can create a sample of patients by specifying simple demographic criteria and sample size, and the sample set will be created for easy navigation to the patient profile. You can find this under the new 'Samples' tab in cohort definitions.

Cohort Definitions: Support for new 'condition status' concept in criteria; print friendly is now generated server-side from markdown; new options for counting events in window criteria: distinct start date and distinct visit (in addition to the current distinct domain concept).

Test Coverage: We've worked to improve our test coverage in WebAPI and in the dependent libraries since 2.7, and we plan on making more progress in post 2.8 releases.

Notable Fixes

A complete list of closed issues can be found here: https://github.com/OHDSI/Atlas/issues?q=is%3Aissue+is%3Aclosed+milestone%3A%22V2.8.0+-+Backlog%22

Acknowledgements

Thanks to @pavgra, @ssuvorov-fls, @aklochkova, @AntonStepanof, @chrisknoll, @wivern, @anton-abushkevich, @ekaterinakrivets, @YaroslavTir, @SergeySukhanov, @KSadomtsev, @konstjar, @vlbe, @AnthonyMolinaro, @MaximMoinat (and the team at TheHyve) for their contributions and reviews as part of this release.

Atlas Version v2.7.8

18 Aug 14:59
12e69f1
Compare
Choose a tag to compare

Fixes

  • Import of Concept Set doesn't work properly (#2258)
  • Vocabulary switching issue (#2223)
  • Unable to create new source (#2248)
  • Active Directory/LDAP Job settings are not saved properly (#2227)
  • PLE/PLP jobs are not shown in notifications modal (#2216)
  • [IAP/OAuth] logout after an attempt to edit a concept set of other members (#2214)
  • License agreement popup doesn't show up after 30 days (#2210)

Atlas Version 2.7.7

17 Jun 11:59
6de87ca
Compare
Choose a tag to compare

Fixes

  • Cohort definition report can't be hidden (#2155)
  • Occurrence end date decreases by one day after saving (#2148)
  • Incidence Rates -> New stratify criteria -> Add criteria to group -> Add Dose Era redirects to home page (#2143)
  • Vocabulary switching (#2223)

Atlas Version 2.7.6

23 Jan 14:26
Compare
Choose a tag to compare

Fixes

Atlas Version 2.7.5

23 Dec 16:27
4a317dd
Compare
Choose a tag to compare

Fixes

  • Characterization: concept set specified in a feature is not imported from one Atlas instance to another (#2077)
  • Update of users after Active Directory import (#2068)

Atlas Version 2.7.4

17 Sep 21:16
2fd3053
Compare
Choose a tag to compare

Fixes

  • Fixed tooltip for conceptset ancestors modal link (#2031) @vlbe
  • Show issues from both WebAPI and Atlas milestones in the Latest release block (OHDSI/WebAPI#1334) @pavgra
  • Fixed issue with blinking horizontal scroll during page navigation (#2035) @vlbe
  • Fixed colors rendering in events highlight datatable (#2039) @vlbe

Atlas Version 2.7.3

08 Aug 09:24
Compare
Choose a tag to compare

Fixes

  • Cohort Definition
    • Fixed title for Cohort Definition page (#1955)
    • Fixes TZ in Cohort definitions list created / updated fields (#1986)
    • Fixes issue with saving concept set modification in cohort definition (#1948)
    • Adjust getCohortDefinition() to handle string expression (#1992)
  • System
    • Fixed issue with table not updated when adding group to role (#1952)
    • Fixed import/export of roles (#1958)
    • Changed call from /refresh to /me endpoint in case of IAP Provider (#1967)